Jörn Zaefferer schrieb:
>>>> Jorn, I'm using FF2 and when I scroll down the left hand list, I get
>>>> blue lines appearing across the frame, however they disappear when I
>>>> go back up the list.  They also disappear if I right-click on the
>>>> frame as well.  Seems to be some kind of refresh issue?
>>>>
>>>>
>>> Yep, I never noticed it the first time round - but the blue bar is
>>> coming from the bottom of the frame off the scroll bar at the bottom.
>>> However, it doesn't happen on the right hand frame.
>> same for me in FF1.5.0.8, while in IE7 it fliflifliflifliflickers a lot

I have play in FF edit CSS with your 
http://fuzz.bassistance.de/api-draft/style/newstyle.css

For what is position fixed. Is stupid in my eys ;)

I would go in this direction:

html, body {
        background: #212121;
        font-family: Arial;
        font-size: 14px;
}
h1 {
        margin: 15px 0 0 0;
        color: #FFF;
}
#header {
        position: absolute;
        left: 360px;
        top: 0px;
}
#nav, #docs {
        background: #FFF;
        list-style: none;
        padding: 5px;
  }
#docs {
        left: 350px;
        position:absolute;
        top: 40px;
        bottom:-14px;
         width: auto;
        overflow:auto
  /*
overflow-y: auto;
overflow-x:hidden;
  */
}
#nav {
        width: 330px;
        position:absolute;
        left: 0;
        top: 0;
        bottom:0;
        overflow: auto;
}
.tabs-hide {
        display: none;
}

.... and your other code .... from 
http://fuzz.bassistance.de/api-draft/style/newstyle.css




Not testet in IE!!!

-- 
Viele Grüße, Olaf

-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
www.akitafreund.de
-------------------------------

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to