how to insert css reset
I have problems with the web I'm creating, my menu shows different sizes in Firefox than in Safari and other navigators. I've heard about Eric Meyer reset and try to use it, but been a newby I don't know where have to insert the code. Must it be in the html of the page? or inside the snippet of the menu itself? Can anyone give me a detailed explanation the reset I'm traying to use is * { margin: 0; padding: 0; } but don't know where have to paste it. thanks
All Replies (1)
CSS code needs to be placed in a linked or embedded CSS file or alternatively (but not recommended) added via a style attribute in the HTML tag.
Can you post a link to a publicly accessible page that doesn't require authentication (log in) to access it?
A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.