![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
The following webpage displays as desired in IE6, IE7, and IE8, but it does not display proplerly in Firefox 3.0.6. http://people.consolidated.net/seesawthis/netstart/ Any comments? Thanks! |
#3
| |||
| |||
|
|
Validating your css is a start http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&u.... Tip1: /* This is a valid stylesheet comment */ !-- This is not, it's an HTML comment -- Tip2: Length values require *units* in your stylesheet, expect for "0" and in "line-height" where it is a ratio Tip3: Maybe you should learn about descendant selectorshttp://www.w3.org/TR/CSS21/selector.html#descendant-selectors No need to duplicate class on all descendant elements: body.menu { ... } p.menu { ... } a.menu { ... } ... body class="menu" p class="menu"> ... <a class="menu" href="foo"> ... could easily done: body.menu { ... } body.menu p { ... } body.menu a { ... } ... body class="menu" p>... <a href="foo"> ... |
#4
| |||
| |||
|
|
Thanks for the excellent points, Jonathan. I went through and made the corrects you suggested on my internal server (but not published to the WWW yet. It verifies now with the W3 validator, but the problem still exists with FF3. So, back to my original question. I am surprised Jonathan did not tell you not to use frames. He has |
|
Does anyone know why the following webpage displays as desired in IE6, IE7, and IE8, but it does not display proplerly in Firefox 3.0.6. http://people.consolidated.net/seesawthis/netstart/ |
![]() |
| Thread Tools | |
| Display Modes | |
| |