This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

how to insert css reset

  • 1 reply
  • 2 have this problem
  • 1 view
  • Last reply by cor-el

more options

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

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)

more options

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.