did I say an hour or two? How about a minute or two...

Edit the file in your slimserver directory called
HTML/Touch/slimserver.css

change this width in the pagecontainer section from 100% to something
less than 100. I'd recommend 98% to start with, and keep ramping it
down until things render as you'd hope. FWIW, I tried "auto", and
that's not a good option.

change this:
div#pagecontainer {
top: 80; height: 85%;  overflow-y: auto; width: 100%;
position: absolute; z-index: 2;
}

to this:
div#pagecontainer {
top: 80; height: 85%;  overflow-y: auto; width: 98%; position:
absolute; z-index: 2;
}

let me know how this works. I *may* check that change in, provided I
confirm it doesn't mess with anything else.

#!/ben


-- 
bklaas

"the Nokia770 skin guy"
------------------------------------------------------------------------
bklaas's Profile: http://forums.slimdevices.com/member.php?userid=58
View this thread: http://forums.slimdevices.com/showthread.php?t=30618

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

Reply via email to