Message81306
| Author | ezio.melotti |
|---|---|
| Recipients | ezio.melotti, georg.brandl, orsenthil, terry.reedy |
| Date | 2009-02-06.22:08:11 |
| SpamBayes Score | 0.017437125 |
| Marked as misclassified | No |
| Message-id | <1233958108.88.0.988757641202.issue4965@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Something like this maybe?
div.sphinxsidebar {
float: left;
width: 230px;
height: 100%;
font-size: 90%
/* add these: */
margin-top: 30px;
height: 100%;
overflow: auto;
position: fixed;
}
...
div.related {
background-color: #133f52;
color: #fff;
width: 100%;
line-height: 30px;
font-size: 90%;
/* add this: */
position: fixed;
}
I tested it only with Firefox3 and the Webdeveloper plugin and it looks
ok. "position: fixed" doesn't work on IE6 and there could be other
problems, but it may be a good starting point. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-02-06 22:08:58 | ezio.melotti | set | recipients: + ezio.melotti, georg.brandl, terry.reedy, orsenthil |
| 2009-02-06 22:08:28 | ezio.melotti | set | messageid: <1233958108.88.0.988757641202.issue4965@psf.upfronthosting.co.za> |
| 2009-02-06 22:08:26 | ezio.melotti | link | issue4965 messages |
| 2009-02-06 22:08:16 | ezio.melotti | create | |