Printable Version of Topic

Click here to view this topic in its original format

Forums _ Webmasters' Corner Resolved Topics _ reset sheet?

Posted by: shawtiegotem Feb 18 2010, 12:28 AM

Can someone give me a reset style-sheet so I can reset all margins, defaults,text in all browsers. I had one when I was studying css, but I bought a new computer and lost the sheet :(

or can someone explain how to make one?

Posted by: mipadi Feb 18 2010, 12:58 AM

http://meyerweb.com/eric/tools/css/reset/

( http://lmgtfy.com/?q=css+reset wink.gif )

Posted by: shawtiegotem Feb 18 2010, 01:02 AM

Haha I wanted to find a good one! so I didn't want to google it but thanks!

Posted by: mipadi Feb 18 2010, 01:11 AM

Eric Meyer's is the canonical CSS reset sheet.

Posted by: shawtiegotem Feb 18 2010, 01:18 AM

could you give me a more simple reset sheet? for a beginner

Posted by: fixtatik Feb 18 2010, 01:49 AM

Like this?

CODE
* {
    border: 0;
    font-size: 100%;
    list-style: none;
    margin: 0;
    outline: 0;
    padding: 0;
}

Even though Eric Meyer's sheet is perfect for beginners...

Posted by: manny-the-dino Apr 2 2010, 01:00 PM

Topic Closed, and Moved to Resolved Topics. Please PM a moderator if you would like this reopened.