Classes css not woriking in IE

Hi everyone,

I am designing a new front page:http://www.zycko.com/index_new.asp

The classes are working in FF but being ignored in IE, if I write the style inline, no problem. However it doesn’t seem to work in the style sheet.

Can someone see what’s going on here.

In IE7

The bottom div border, news date and bottom titles do not style unless spedicifed inline.

I’m not sure what the problem is - it all seems to be doing pretty much the same in IE(8) as in Opera. What is happening that it shouldn’t - or what isn’t happening that should - for you in IE?

you’re going to need another style sheet for IE. Create another css file called ie-style.css and add this code to your site. In that css make changes for IE.

  <!--[if IE]><link rel="stylesheet" href="replace with ie-style.css path" type="text/css" media="screen"></link><![endif]-->