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?