Floydian Posted February 22, 2009 Posted February 22, 2009 Re: how to always show scrollbars? Scroll bars show up in many places and they come in two forms, horizontal and vertical. Can you be a bit more specific? Quote
POG1 Posted February 22, 2009 Posted February 22, 2009 Re: how to always show scrollbars? if you mean on the whole page you could try adding overflow:scroll; to the body CSS but i dunno if it will work. Quote
Sim Posted February 22, 2009 Author Posted February 22, 2009 Re: how to always show scrollbars? Scroll bars show up in many places and they come in two forms, horizontal and vertical. Can you be a bit more specific? I have a map engine i'm working on and the width of 32x32 images never stay on one line. they always go to next line whne they reach the end of the browser. so i need meh SCROLLBAR. Quote
POG1 Posted February 22, 2009 Posted February 22, 2009 Re: how to always show scrollbars? have you tried to use relative positioning? Also, add overflow:scroll; to the container for the scrollbars Quote
Sim Posted February 22, 2009 Author Posted February 22, 2009 Re: how to always show scrollbars? not working: look: www.teampo2.com/TBS/admin User: admin25 Pass: pass25 go to manage maps and click MyMap Quote
POG1 Posted February 22, 2009 Posted February 22, 2009 Re: how to always show scrollbars? I dunno what you mean lol Quote
Floydian Posted February 22, 2009 Posted February 22, 2009 Re: how to always show scrollbars? I made a map there 32 squares by 32 squares, it came out square. (incidentally, it did have scrollbars) I see yours is 20 by 5. I'm not sure what you're looking for as well. Quote
Sim Posted February 23, 2009 Author Posted February 23, 2009 Re: how to always show scrollbars? I got it fixed. i used a table instead. Quote
Floydian Posted February 23, 2009 Posted February 23, 2009 Re: how to always show scrollbars? good deal ;) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.