For the gap on the right hand side my guess would be that the padding or margin is causing the problem. You could try setting the default margins in the CSS with the following code; -
Code:
*,html,body{margin:0;padding:0;}
You'd then have to set all the padding and margin attributes yourself. It usually gives you better control of the style because you are making the decisions.
As for the <hr /> tag, IE just doesn't like it to be styled. Try applying a border-bottom to the p class="news" and the span class="date" selectors.
Can I ask what the problem is? I visited the site with IE and firefox and I cant see a problem (except the menu, the rollover has extra padding or margin so it moves the text out of position).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.