|
Part of the problem is coming from your use of ID's multiple times on the same page. ID's MUST be UNIQUE, you cannot use <div id="iconbox"> more than once. If you want to re-use the rules for 'iconbox', then specify it as a CLASS and not an ID.
You are also not properly using paragraphs, you're just putting <span>s around text - bad form and semantically incorrect. Put your text in paragraphs as you would if you were writing any paper document. You can then control spacing without <br>s by adding rules for the <p> tag in your CSS.
Your footer in FF is up under the menu area. This is because you have not properly cleared your floats.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
|