Jequery inner fade outside div

hmm can anyone help?
I can’t figure it out on my own.
under IE7 my jquery innerfade is outside the div :confused:

http://razor.vel.pl/chosen/tdyl3/index.php?id1=about

Nope.
If you will lounch the website in IE7 you can notice that the box which is on the right is not on it’s place - its like outside the div in which i placed it…

Hi,

You need to set the inner list to left:0 because IE doesn’t know where auto is. :slight_smile:


.innerfade li{left:0}


It’s working ! I love you :***

Steady Now :slight_smile: