OZONE Asylum
Forums
CSS - DOM - XHTML - XML - XSL - XSLT
ie isn't playing fair.
This page's ID:
27985
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
IE and Firefox DO use the same measurements for px, a pixel is a pixel afterall, however as you've not declared a DOCTYPE in your HTML IE and Firefox aren't using the same box model (IE uses an incorrect one as stated per the W3C recommendations). I would start by inserting this...[code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">[/code]At the beginning of every HTML page for your site, make sure it's teh very first line in your HTML. for more information you may find [url=http://www.alistapart.com/articles/doctype/]A List Apart's article on choosing the right DOCTYPE[/url] handy. NOTE that when you specify the DOCTYPE you'll probably find that IE6 will display much like firefox has, so a little bit of CSS manipulation will be necessary, but at least you'll get similar results across browsers. Hope this helps. Cheers, [img]http://www.geocities.com/blaise69dude/images/BlaiseSig.gif[/img] [small](Edited by [url=http://www.ozoneasylum.com/user/3624]Blaise[/url] on 05-24-2006 16:03)[/small]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »