Some text to highlight - Resize the window - Scroll
/* Following style triggers the bug */
div {
background: transparent;
}
body {
font:14px/1.295 Georgia,"Times New Roman",Times,serif;
}
#wrapper {
width:750px;
}
div#header {
background: url(../../../images/examples/ie7large.png) left top no-repeat;
}
#nav {
float: left;
width: 710px; /* needs to be greater width than box-clear */
}
#nav li {
float: left;
}
.box-above {
padding-top:110px;
}
.box-clear {
clear: both;
width: 700px;
}