Click to See Complete Forum and Search --> : Valid CSS, still problems


novemberGrey
11-21-2006, 08:56 PM
I validated (http://jigsaw.w3.org/css-validator/validator?uri=http://www.spaodesigns.com/www/Today/style.css) my CSS and the website displays perfectly in FF and IE but when I view it in Safari it's all messed up. The mailing list form fields are all misplaced, and the navigation links aren't margining down 2px like the CSS commands. What could the problem be?

http://www.spaodesigns.com/www/Today/index.html

Fang
11-22-2006, 08:20 AM
Try setting all the margins and padding on list and form elements to 0 (zero), then apply the margins and padding you require. The same is valid for header elements, which you haven't used yet.