IE adds a weird indent before a lot of my divs...anyone?
How can I correct IE float problems in CSS?windows media player 11
padding:0; margin:0; text-indent:0;
That should cover all your "indenting"
if your div is part of something centered like in a table td you would have to set the parent element to not center, but instead put its child elements to the left.
No comments:
Post a Comment