Quote:
|
On IE my site looks perfectly fine. But on FireFox it looks awful!
|
That's what happens when you build only for IE! Better to learn to make it right in Firefox first, then kick IE into submission as needed - you'll save yourself a lot of hair-pulling. As usual, IE typically gets things wrong - the bane of web designers.
I can't get to your site from here (blocked) but here's some general things to check:
1 - make sure you have a proper DOCTYPE on every page
2 - VALIDATE your code - YES it makes a difference
3 - VALIDATE your CSS - provided you did it right and used CSS, then the validator can point out errors.
How is the <h3> specified do you have it stuck inside some other tag, like a <a> ??
If all your text is bold, then that means you have failed to close the tag that created the bold in the first place.
__________________
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
|