Quote:
|
IE 6 and 7 show the website design correctly while FireFox actually doesn't display some items in the correct location.
|
Well, since you're new at this, just let me say that if IE appears to be showing it 'correctly' and Firefox appears 'wrong', it's actually IE that is getting things WRONG with is busted box model and tons of bugs !!
Save yourself some hair pulling - make it right in Firefox first, then beat IE into submission
Also, IE6 does NOT support PNG transparency w/o some scripting to force it.
Google for "IE PNG fix" and you'll find several solutions.
Ok. the FIRST thing you need to do is put a proper DOCTYPE in your pages. IE is displaying in Quirks mode (which you do NOT want) without it and Firefox is basically 'guessing'. I would go with at LEAST HTML 4.01 STRICT, or XHTML 1.0 Transitional if you're feeling spunky - but you'll have to mind a few more rules with XHTML doctype. Once you have a proper doctype, then you may or may not need some other adjustments.
Take the hacks out of your main CSS file, put them in an 'iefixes.css' file and then use Conditional Comments in the head section to pull in the fixes that will ONLY target IE.
If you want the footer to snug up against the mainBody section, remove the 4px top margin on .TopFooter.
Nice design, and really good job on the coding, you just need a bit more 
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|