I have a JQ slideshow in the div on this page:
http://www.lucky-seed.com/web.html
and have a css list for IE with the following style:
.slideshow { height: 599px; width: 700px;
max-width: 700px
margin-top: 00px;
margin-left: 295px;
float:left;
position: relative;
display: inline;}
Where am I mistaken? It looks great in everything except IE, but once in IE I can’t move the position no matter what I do.
Thanks in advance for your understanding.
ck212 source
share