0

Liver View: https://tornhq.com/WorkingOn/InteractiveMap/Replaced-With-Divs.html

Hello,

The purpose of my jQuery slider at the side, not to be mistaken for the bottom slider, is not working brilliantly, however my overflow is being ignored for some reason and I just cannot figure out why. I could really do with some help in resolving this problem.


EDIT:

.testdiv {
    float:left;
    width:978px;
    font:normal .75em/1.5em 'Lucida Grande', Helvetica, Arial, sans-serif;
    margin:1em auto;
    text-align:left;
    text-shadow:0 1px 0 rgba(255,255,255,.5);
    overflow:hidden;
}

The above is the main div, of which everything is in apart from that div being inside another for the background. My container moves right outside of this container however your still able to see it.


Thank you for any time spend in following up with my question. Best Regards, Tim

4

1 回答 1

0

You have to set #Map-Selection-Info to position: relative; not absolute. Otherwise absolute kills the influence of overflow.

于 2013-03-30T23:45:45.610 回答