HighDots Forums  

color designation in table row?

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss color designation in table row? in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Libbi Bosworth
 
Posts: n/a

Default color designation in table row? - 12-02-2005 , 12:21 PM






I read somewhere that you cannot put a color designation in a table row. I
am wondering if this is what give me the green space in www.thangmaker.com
when viewed in Firefox (works in IE).

Can I designate a color in a TR?

Thanks,
Libbi



Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: color designation in table row? - 12-02-2005 , 12:26 PM






Quote:
Can I designate a color in a TR?

Soitenly.

The link below looks the same to me in IE and FF (except for the lack of
support for the color attribute of the <td> tag in FF).

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Libbi Bosworth" <libbi (AT) fonicdesign (DOT) com> wrote

Quote:
I read somewhere that you cannot put a color designation in a table row. I
am wondering if this is what give me the green space in www.thangmaker.com
when viewed in Firefox (works in IE).

Can I designate a color in a TR?

Thanks,
Libbi




Reply With Quote
  #3  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: color designation in table row? - 12-02-2005 , 12:39 PM



On 02 Dec 2005 in macromedia.dreamweaver, Libbi Bosworth wrote:

Quote:
I read somewhere that you cannot put a color designation in a table
row. I am wondering if this is what give me the green space in
www.thangmaker.com when viewed in Firefox (works in IE).

Can I designate a color in a TR?
Yeah, but you're better off using CSS:

tr.colored { background-color : lime ; }

<table>
<tr><td>This row has default background color</td></tr>
<tr class="colored"><td>This row has lime background color</td></tr>
<tr><td>This row has default background color</td></tr>
</table>

--
Joe Makowiec
http://makowiec.net/
Email: http://makowiec.net/email.php


Reply With Quote
  #4  
Old   
Osgood
 
Posts: n/a

Default Re: color designation in table row? - 12-02-2005 , 01:15 PM



Libbi Bosworth wrote:
Quote:
I read somewhere that you cannot put a color designation in a table row. I
am wondering if this is what give me the green space in www.thangmaker.com
when viewed in Firefox (works in IE).

Can I designate a color in a TR?

Thanks,
Libbi


You have a border="1" on your table. Thats and IE property only. It will
appear diferently in Firefox.

This question was answered some days back.



Reply With Quote
  #5  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: color designation in table row? - 12-02-2005 , 01:24 PM



border is recognized by FF. It's the bordercolor attribute that is not.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Osgood" <notavailable (AT) atthisaddress (DOT) com> wrote

Quote:
Libbi Bosworth wrote:
I read somewhere that you cannot put a color designation in a table row.
I am wondering if this is what give me the green space in
www.thangmaker.com when viewed in Firefox (works in IE).

Can I designate a color in a TR?

Thanks,
Libbi
You have a border="1" on your table. Thats and IE property only. It will
appear diferently in Firefox.

This question was answered some days back.




Reply With Quote
  #6  
Old   
Osgood
 
Posts: n/a

Default Re: color designation in table row? - 12-02-2005 , 01:37 PM



Murray *TMM* wrote:

Quote:
border is recognized by FF. It's the bordercolor attribute that is not.

Yeah but it doesnt show it the same as in IE it kinda gets a bevelled
edge effect. Its almost certainly why FF is showing a green effect and
IE shows solid balck. Get rid of the border and use some css on whatever
and your problem will go away. This question was answered some time back



Reply With Quote
  #7  
Old   
Libbi Bosworth
 
Posts: n/a

Default Re: color designation in table row? - 12-02-2005 , 02:18 PM



this question was answered? i searched the mm forums but couldn't find it.
maybe i should have search here. the search function is not so
great--probably user error!


"Osgood" <notavailable (AT) atthisaddress (DOT) com> wrote

Quote:
Libbi Bosworth wrote:
I read somewhere that you cannot put a color designation in a table row.
I am wondering if this is what give me the green space in
www.thangmaker.com when viewed in Firefox (works in IE).

Can I designate a color in a TR?

Thanks,
Libbi
You have a border="1" on your table. Thats and IE property only. It will
appear diferently in Firefox.

This question was answered some days back.




Reply With Quote
  #8  
Old   
Libbi Bosworth
 
Posts: n/a

Default Re: color designation in table row? - 12-02-2005 , 02:19 PM



the question about a color in TR?


"Osgood" <notavailable (AT) atthisaddress (DOT) com> wrote

Quote:
Murray *TMM* wrote:

border is recognized by FF. It's the bordercolor attribute that is not.

Yeah but it doesnt show it the same as in IE it kinda gets a bevelled edge
effect. Its almost certainly why FF is showing a green effect and IE shows
solid balck. Get rid of the border and use some css on whatever and your
problem will go away. This question was answered some time back




Reply With Quote
  #9  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: color designation in table row? - 12-02-2005 , 02:22 PM



Huh?

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"Libbi Bosworth" <libbi (AT) fonicdesign (DOT) com> wrote

Quote:
the question about a color in TR?


"Osgood" <notavailable (AT) atthisaddress (DOT) com> wrote in message
news:dmq4ct$mk2$1 (AT) forums (DOT) macromedia.com...
Murray *TMM* wrote:

border is recognized by FF. It's the bordercolor attribute that is not.

Yeah but it doesnt show it the same as in IE it kinda gets a bevelled
edge effect. Its almost certainly why FF is showing a green effect and IE
shows solid balck. Get rid of the border and use some css on whatever and
your problem will go away. This question was answered some time back






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.