|
Posted by Beauregard T. Shagnasty on 10/30/07 16:19
Shelly wrote:
>> Shelly wrote:
>>> We am having a real problem with CSS consistency between IE7 and
>>> Firefox. We are working on the template for the page. It is
>>> http://ftp.blueskycampinsurance.org/new. In Firefox there is a
>>> small blue
> My mistake:
>
> http://ftp.blueskycampinsurance.net/new/
Start by correcting the errors. Perhaps the different browsers are
attempting to correct them in a different way.
<http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fftp.blueskycampinsurance.net%2Fnew%2F>
This page is not Valid XHTML 1.0 Transitional!
Result: Failed validation, 29 Errors
<http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A%2F%2Fftp.blueskycampinsurance.net%2Fnew%2F>
Sorry! We found the following errors
New pages should be Strict, not Transitional. You aren't transitioning
from any legacy pages. And use HTML 4.01 Strict, not XHTML. Google for
the hundreds of posts why.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
Also, stop assigning font size in pixels. See:
http://k75s.home.att.net/fontsize.html
Seems you are suffering from div-itis.
<div id="wrapper">
<div id="header"></div> <-- empty?
<div id="container-out">
<div id="container">
<div id="container-in">
<div id="container-top"></div> <-- empty?
<div id="content-holder"> ...
--
-bts
-Motorcycles defy gravity; cars just suck
Navigation:
[Reply to this message]
|