> I still seem to have a vertical scroll-bar problem in the Settings pages
> (11/24). The bars are there, and slide up and down, but the page itself
> doesn't move with it - is there something I can do to fix this?

Are you using MSIE, very likely MSIE7? I vaguely remember an issue with it. 
Will have to test this, but won't have access to a Windows machine for a day or 
two. If you want to give the following a try:

- Open HTML/Default/slimserver.css
- around line 982 there's the "body.settings" class
- replace it with the following:

body.settings {
    position: relativ;
    overflow: auto;
}

Does this help?

Michael
_______________________________________________
beta mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/beta

Reply via email to