HighDots Forums  

Nested Table in FF

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Nested Table in FF in the Macromedia Dreamweaver forum.



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

Default Nested Table in FF - 07-01-2006 , 11:27 AM






MX2004, FF1.5

A nested tabele shows fine in IE, but FF

http://www.cbrc.us/Results-VFTT.html

I recall a tech bulletin from Macromedia re. this issue, but cannot locate it.
How can I fix this? Thanks, -Pai


Reply With Quote
  #2  
Old   
Gary White
 
Posts: n/a

Default Re: Nested Table in FF - 07-01-2006 , 12:10 PM






On Sat, 1 Jul 2006 15:27:31 +0000 (UTC), "paiwacket"
<webforumsuser (AT) macromedia (DOT) com> wrote:

Quote:
A nested tabele shows fine in IE, but FF

http://www.cbrc.us/Results-VFTT.html

I recall a tech bulletin from Macromedia re. this issue, but cannot locate it.
How can I fix this? Thanks, -Pai
I'm seeing the same content in both IE6 and Firefox 1.5 on Win2k.
However, you have a couple of errors in your style sheet that are
messing with the page styling:

This:

hr
color: #ddd;
}

Should be this:

hr {
color: #ddd;
}

And this:

###########################
ol li {

Should be:

/* ########################### */
ol li {

You should also validate your HTML:

http://tinyurl.com/rwbt6

Gary


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 - 2008, Jelsoft Enterprises Ltd.