HighDots Forums  

table backgroundcolor in mozilla not shown!

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss table backgroundcolor in mozilla not shown! in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Arjan de Vries
 
Posts: n/a

Default table backgroundcolor in mozilla not shown! - 07-12-2004 , 03:04 AM






Hi,

I use a template for my website.
In this template some table rows have a backgroundcolor.
In IE it is perfectly shown.
In mozilla/firefox it is not.
What is wrong?
This is the site: www.itokan.nl

Thanks for helping,

Arjan



Reply With Quote
  #2  
Old   
John Gaver
 
Posts: n/a

Default Re: table backgroundcolor in mozilla not shown! - 07-12-2004 , 03:38 AM






On 7/12/04 2:04 AM, in article
40f237f7$0$57562$e4fe514c (AT) dreader9 (DOT) news.xs4all.nl, "Arjan de Vries"
<arjanonzin (AT) xs4all (DOT) nl> wrote:

Quote:
Hi,

I use a template for my website.
In this template some table rows have a backgroundcolor.
In IE it is perfectly shown.
In mozilla/firefox it is not.
What is wrong?
This is the site: www.itokan.nl
The dojo info page had tables on it and the background color showed up in
FireFox 0.9.1 on the Mac. No problems that I can see.

John Gaver
Action America
(forget everything to contact me direct)

Microsoft: (n) Job security for IT consultants.



Reply With Quote
  #3  
Old   
Arjan de Vries
 
Posts: n/a

Default Re: table backgroundcolor in mozilla not shown! - 07-12-2004 , 07:22 AM



I fixed it!
It was the lach of the # in the color digets.
so instead of #222255 I did 222255.

Thanks anyway.

Arjan
"John Gaver" <jgaEVERYver (AT) ActionThingAmerica (DOT) org> schreef in bericht
news:BD17AA0B.ACF4%jgaEVERYver (AT) ActionThingAmerica (DOT) org...
Quote:
On 7/12/04 2:04 AM, in article
40f237f7$0$57562$e4fe514c (AT) dreader9 (DOT) news.xs4all.nl, "Arjan de Vries"
arjanonzin (AT) xs4all (DOT) nl> wrote:

Hi,

I use a template for my website.
In this template some table rows have a backgroundcolor.
In IE it is perfectly shown.
In mozilla/firefox it is not.
What is wrong?
This is the site: www.itokan.nl

The dojo info page had tables on it and the background color showed up in
FireFox 0.9.1 on the Mac. No problems that I can see.

John Gaver
Action America
(forget everything to contact me direct)

Microsoft: (n) Job security for IT consultants.




Reply With Quote
  #4  
Old   
:. Nadia .:
 
Posts: n/a

Default Re: table backgroundcolor in mozilla not shown! - 07-12-2004 , 07:50 AM



Arjan de Vries typed:
Quote:
I fixed it!
It was the lach of the # in the color digets.
so instead of #222255 I did 222255.
That's wrong - you should use the # when declaring a color.

If you could explain which cells weren't showing the color. Using IE6 and
Firefox, I could see colours in your tables on the inner pages (information
page), light grey...

--
Nadia
-----------------
*Free Templates *Dropdown Menu Templates*
http://www.DreamweaverResources.com
*Templates - HTML and CSS Validated *
*Free Nav Bar Sets*
*Resources : Ecommerce : SEO Articles*
-----------------




Reply With Quote
  #5  
Old   
Gordon Mackay
 
Posts: n/a

Default Re: table backgroundcolor in mozilla not shown! - 07-12-2004 , 11:35 AM



Arjan de Vries wrote:

Quote:
Hi,

I use a template for my website.
In this template some table rows have a backgroundcolor.
In IE it is perfectly shown.
In mozilla/firefox it is not.
What is wrong?
This is the site: www.itokan.nl

Thanks for helping,

Arjan


Arjan,

You are applying background colours to <tr> Table rows AND cells...
bound to cause conflict mate.

Try only specifying bgcolors on the cells you wish to make different to
the others.

Best way would be to perhaps consider the use off CSS classes.

HTML

<tr>
<td class="colorone">
<h2>Foobar</h2>
<p>Jibber jibber jibber</p>
</td>
<td class="colortwo">
<h2>Foobar</h2>
<p>Jibber jibber jibber</p>
</td>
</tr>

CSS

..colorone {
background: #333;
}

..colortwo {
background: #EEE;
}

Hope that helps

Gordon M


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.