Minor css issue in Ie7

Hey everyone.

I have a minor css issue in IE7, if you take a look at this page:-

http://kidsunlimi2.eweb102.discountasp.net/default.aspx

In the bottom middle section you can see the heading “Latest news”. Now it looks fine in firefox but in IE7 the links float towards the right.

Any ideas why this is ?

How can i fix this? I have attached an image of what i expect to see.

Thanks :slight_smile:

Hi, IE7 doesn’t like you floating the <li> left and then floating the anchor right. You can’t do that :). Just make the anchor float left instead of rigiht

#slideshow .slides-nav li a{float:left;}

Cool,

Thanks for the great response Ryan.

:slight_smile:

You’re welcome :slight_smile: