• omann0

    (@omann0)


    i am posting my blog in an i-frame and i cant seem to get my scrollbars and background to work with the css. this is what is posted in my wp-layout.css
    body {
    font-family: Veranda;
    margin: 0;
    border: none;
    border-top: none;
    border-bottom: none;
    scrollbar-face-color:#000000;
    scrollbar-arrow-color:#FFFFFF;
    scrollbar-track-color:#FFFFFF;
    scrollbar-shadow-color:#FFFFFF;
    scrollbar-darkshadow-color:#FFFFFF;
    scrollbar-3dlight-color:#FFFFFF;
    scrollbar-highlight-color:#FFFFFF;
    background-image: url(tile2.jpg);
    background-color: #FFFFFF;
    background-repeat: repeat-y;
    }
    my site is located here https://grey-sentiment.life-for-rent.org/ante-up.htm

Viewing 5 replies - 1 through 5 (of 5 total)
  • Anonymous

    Hmmm Your doctype looks ok. I dont use I frames anymore since I started playing with css overflow.
    .right_intro_top
    { position : absolute;
    left : 763px;
    top : 159px;
    width : 222px;
    height : 200px;
    overflow : auto;
    overflow-x : hidden;
    }
    edit to taste

    anavy

    (@anavy)

    Put your scrollbars definitions in html {} insted of the body.

    spufi

    (@spufi)

    And the scrollbar code is IE only so it won’t work in a broswer besides IE.

    Anonymous

    no, it still doesnt work. Ive tried moving the scrollbars to the html{} but that doesnt work and the bgimg still doesnt load. gah.

    NuclearMoose

    (@nuclearmoose)

    IE sometimes likes to hide b/g images, just because. What is the image? I could check it on Mozilla or Firefox to see if it shows up there.
    Craig.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘css body tag problems’ is closed to new replies.