No scrolling or wrapper background in IE8

Status
Not open for further replies.

Vildbas

New Member
Hi!

I've done a nice site xn--bleka-tnder-r8a.com (weird url due to swedish letters). After doing the last polishing with html5 and CSS3 I'm now up to making it look resonable to old IE.

- I use html5shiv
- I use 960gs
- I'm working with special css-file "screenIE" so I skip mediaquierybugs when IE doesn't detect.

My problem: When running page in IE, I dont get the page to scroll and I dont get backgroundcolor to my wrapper (called .container_12 på 960gs).

I've also got two 960gs-scripts but they are exactly the same, just wanted to be sure IE8 detects it by uising "<!--[if lte IE 8]>"

Help :p

Emil, Sweden
 

PixelPusher

Super Moderator
Staff member
This is a very similar issue to your last thread? You received the correct answer/guidance from member chrishirst regarding how to properly use css conditional statements. Please do not start new threads for the same issue. Post in your existing thread.

To answer this question, yes IE8 will detect it because you're using the "lte" (less than or equal to) statement.
 
Status
Not open for further replies.
Top