Home › Forums › CSS › Help with CSS buttons and item placement › Re: Help with CSS buttons and item placement
July 2, 2010 at 3:00 pm
#79176
Participant
I forgot to mention the css reset. If you are not going to be using all those Eric Meyer tags, you can just use
Code:
*{
margin: 0;
padding: 0;
}
margin: 0;
padding: 0;
}
I took a look at your site in IE6, 7 and 8 and Firefox, and your navigation is on the left, so I don’t understand your problem unless you fixed it in the meantime :?