Left Coloumn Margin Value ignored in IE?

liunx

Guest
Started this template again and the only problem i've got is IE wont recognise the margin value of being 0 and therefore their is a gap of 1em between the blue bar and the news articles where in FF there isn't. Is their a hack to sort this or is it my code? Thanks in advance.

CSS : <!-- m --><a class="postlink" href="http://www.rocketss.com/franks/css/template.css">http://www.rocketss.com/franks/css/template.css</a><!-- m -->
URL: <!-- m --><a class="postlink" href="http://www.rocketss.com/franks/template/You">http://www.rocketss.com/franks/template/You</a><!-- m --> forgot to define p in your css...add this to your css and it will work:

#newsitems p{
margin:0em 0 0 0;
}

:)
 
Back
Top