internet explorer 7 - CSS Overflow incorrect in IE7 -
i have problem ie7, noticed couple days ago floated divs overfloating way out of box left
here problem: http://www.locksmith-service-rockville-md.com/door-knob-lever-set
i have been trying figure out past 3 days, far out success,
can tell me doing wrong here?
thanks in advance
you kept changing live site, i'm confused.
- make sure
#left-side
does not haveoverflow: auto
. - on
div .views-row-odd, div .views-row-even
, removeclear: right
.
(this change doesn't seem required, don't see needclear: right
here) - from html source code, remove
<div class="space"></div>
.
that's not way space @ top; it's causing problems.
do changes live site, , let me know think.
if that's far in different browsers you're testing in, can see adding in spacing, using different method.
Comments
Post a Comment