iframe vs. css

Out of context: Reply #12

  • Started
  • Last post
  • 12 Responses
  • mg330

    Have a look at this. This was also somewhat inspired by the CSS Zen Garden book.

    #titlebar {
    position:absolute;
    top:225px;
    left:10px;
    width:266px;
    padding:5px;
    border:1px solid #C4C8CC;
    background:url("images/imagename... no-repeat;
    }

    #scrollingmenu1 {
    position:absolute;
    top:238px;
    left:10px;
    width:266px;
    height:100px;
    padding:5px;
    background-color:#F5F6EC;
    border:1px solid #C4C8CC;
    line-height:17px;
    /* IE/Win hack. */
    voice-family: "\"}\"";
    voice-family:inherit;
    overflow: auto;
    scrollbar-face-color: #ECECD8;
    scrollbar-highlight-color: #ECECD8;
    scrollbar-3dlight-color: #ECECD8;
    scrollbar-darkshadow-color: #D4CBA9;
    scrollbar-shadow-color: #ECECD8;
    scrollbar-arrow-color: #62BD19;
    scrollbar-track-color: #F4F6EC;
    }

View thread