Forum Moderators: not2easy
I stuck my foot in my mouth by volunteering to attempt to put together a website for my niece and I have to hand it to you guys, it's really NOT as easy as I thought it would be.
So, anyway, I have this site together and, with the exception of a few minor details, I thought it was almost completed. Ha, yeah right.......until a guy informed me that firefox is having a field day with it. So it works in IE but firefox is not enjoying the CSS too much. I guess the beauty in all of it is that it seems to be the same couple of elements that run through on all the pages. So if I could nail that down, I'd probably be pretty close.
I just got on here and have been looking through some validators, but if anyone would help me, my guess is it is probably something basic. Getting pretty overwhelmed here :(
Here's what I would recommend.
1. Give your document a valid DOCTYPE that will take IE out of quirks mode. For example:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
2. Validate your HTML [validator.w3.org] and CSS [jigsaw.w3.org].
3. Install the Firebug plugin for Firefox. This makes it easy to see which styles are being applied to your elements.
Once you get to this point, start making the changes to get things looking right in Firefox. Once you are happy with the results, switch to IE. If there are things that need fixing you can apply IE specific CSS to adjust for IE's bad behavior. And feel free to post some examples here (try to keep them as compact as possible, and no links please).
Good luck.
***EDIT**** I set up a class for my paragraphs to left align, so that issue is handled. Now I just have one more hompegage display issue and need to get a box slid back over
You guys get all my respect, that's for sure