No replies
mlecho
Offline
Regular
Last seen: 14 years 40 weeks ago
Joined: 2007-09-24
Posts: 28
Points: 0

hi..i have a div floating over a flash piece. Quick background
# large container has repeating y dropshadow
# in container, is a div that holds all the elements of the site

The problem i am having is when i utilize floats with divs inside the container...i loose that entire section of background repeating image (from #content div) . In fact, there is no background at all....if i remove the float, it's back, but of course, my layout is not correct,
doctype is





  • stuff here

    test_ _client

    test_ _client

    test_ _client

    test__clie nt

    test_ _client

    test__clie nt




    test__client


    test__client


    test__client


    test__client

    test__client


    test__client


    test__client


    test__client


    test__client


    test__client

    test__client

    test__client

    test__client

    test__client

    test__client





    #wrapper
    {
    z-index: 5;
    margin: 0 auto;
    width: 684px;
    }
    #inner
    {
    position: absolute;
    top: 0px;
    }
    #content
    {
    width: 684px;
    _width: 496px;
    /* height: 400px; */
    padding: 10px 94px 10px 94px;
    behavior: url(css/iepngfix.htc);
    background: url(../img/window_vertical_repeat.png) repeat-y;

    }

    #copy
    {
    width: 500px;

    }
    .cols
    {
    width: 150px;
    padding: 0px 5px 0px 5px;
    display: inline;
    float: left;
    color:#00a0af ;
    border: 1px dashed red;
    }