> if IE and Opera agree, and Firefox renders differently, then
> > there's a good chance that doctype is missing, thus all 
> browsers are in
> > *old quirks mode*.
> 
> I am not totally sure what you mean by doctype...unless you 
> are talking 
> about what goes at the top of the html page...someone else 
> referred to 
> that...but I haven't gotten to fixing it yet. If its 
> something other than 
> that, could you let me know where I would add it?

> Debbie 

Debbie-

I didn't catch the beginning of this thread so I haven't looked at your page
specifically, but you can visit the WIKI to learn more about doctypes, here:

http://css-discuss.incutio.com/?page=RenderingMode

Basically, the doctype declaration lets the browser know what standard you
are using on your page. Most browsers also use the doctype to switch between
rendering modes. If you don't set the correct doctype, you can end up
causing problems with your layout that won't exist if you'd used the correct
doctype.

Its very important to learn about doctypes, as your doctype is the first
thing that will determine how your page looks in each browser.

The best layman's explanation of doctypes from that page on the WIKI is:

http://www.quirksmode.org/css/quirksmode.html

Hope that helps get you started.

Regards,
Ron
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to