|
CSS reset is good, but using the * for everything can cause problems, I would suggest a modification of Eric's reset to clear margins and paddin
Why are you absolutely positioning a PARAGRAPH ??? Why would you take text completely out of the document flow ?? When you do that, it is completely 'divorced' from everything else in the document.
For that matter, the absolute on the div likely isn't necessary either. Better to use the normal document flow and then use floats to put things where you want them. Use positioning only when absolutely necessary.
__________________
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
|