Click to See Complete Forum and Search --> : IE Vs FF - Page layout
chris1988
06-01-2008, 06:16 PM
i have created a website that looks fine in IE but the alignment is out when viewed with FF!
could anyone help me out so that i can make the website look the same for both browsers. The website is here (http://www.simply-pizza.com) Ive tried looking on the internet for help but havent had any luck!
chris1988
06-01-2008, 06:48 PM
Hi, i have created a site and all was well untill i checked the website in FF. it seems that some of the divs position themselves higher in IE than they do in FF, this making the alignment of the page messed up.
The site is here (http://www.simply-pizza.com), any help would be much appreciated.
Edited by WebJoel: -Merged your two threads together (CSS and this on in GENERAL). Avoid cross-posting, it is confusing. :)
Centauri
06-01-2008, 08:16 PM
You won't get any cross-browser conformity without a valid doctype on the page for starters - you will probably find IE will then display more like proper browsers. All the absolute positioning is another problem as the layout breaks on text resize - looks like the site was done with Dreamweaver via the design view window, which is usually not a good idea....
WebJoel
06-01-2008, 09:21 PM
What is that little semi-colon-looking thing to the immediate left of "HOME"? Only seen in Firefox, this "HOME" seems to be a javascript, not a regular anchor link. It probably does no harm, I tried to find it in your code could could not..
image attached:
ray326
06-01-2008, 09:32 PM
I think all that Javascript text insert stuff contains a missing closing quote on a title value resulting in that :; you're seeing.
ray326
06-01-2008, 09:53 PM
Start with a valid doctype and IE will probably look just like Fx.
Centauri
06-01-2008, 10:12 PM
What is that little semi-colon-looking thing to the immediate left of "HOME"?
It is actually a 1px wide image images/andybar1_left.gif - got no idea what it is there for...