Lightbox scrolling issue with IE7 & 8
Posted
by BlazeK
on Stack Overflow
See other posts from Stack Overflow
or by BlazeK
Published on 2010-02-20T20:30:34Z
Indexed on
2010/05/13
2:44 UTC
Read the original article
Hit count: 279
The lightbox that i am using works great with all browsers except for IE. In IE, its giving me triple scrolls.
http://obliqueinteractive.com/demo/monster/
CSS code for the iframe:
#wrap {
float:left;
width:800px;
height:500px;
overflow-x: hidden;
overflow-y: scroll;
}
#content-wrap {
float:left;
width:700px;
padding-left:50px;
}
Why is IE adding additional scrolls to the lightbox window? any suggestions?
© Stack Overflow or respective owner