Shoutbox

No Scrollbar?? - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: No Scrollbar?? (/showthread.php?tid=67338)

No Scrollbar?? by Eddie on 10-15-2006 at 12:37 PM

Hey, can someone please check that TXT file and tell me why no scrollbar comes up on the webpage, the page is www.haboz.net/radio/ if you need it, and its resolutions of 1024x768 and below that dont have scrollbars :S


RE: No Scrollbar?? by DarkMe on 10-15-2006 at 12:44 PM

well, its seems like no hide-scrollbar code is present, so maybe could be a bug.
in my mozilla says there are some missing plug ins, but when it search for it, only found "unknown plugin".


RE: No Scrollbar?? by Eddie on 10-15-2006 at 12:53 PM

I have no idea what plugin it could be, because im pretty sure a scrollbar doesnt look for a plugin *-)


RE: No Scrollbar?? by Eljay on 10-15-2006 at 01:02 PM

code:
<body background="http://images.habbohotel.com.au/c_images/album1507/Hween06_BGpattern_slime.gif" style="overflow:hidden;">

removing the bit in red should fix it. (havent tested cos im lazy)
RE: No Scrollbar?? by Eddie on 10-15-2006 at 01:08 PM

quote:
Originally posted by Eljay
code:
<body background="http://images.habbohotel.com.au/c_images/album1507/Hween06_BGpattern_slime.gif" style="overflow:hidden;">

removing the bit in red should fix it. (havent tested cos im lazy)
ok that worked kinda, the scrollbar is there, but its not movable if you know what i mean.
RE: No Scrollbar?? by andrewdodd13 on 10-15-2006 at 09:35 PM

The scrollbar works fine in both Internet Explorer 6.1SP2 and Firefox 2.0RC2 here...

Although the media controls don't in Fx. :P


RE: No Scrollbar?? by user27089 on 10-15-2006 at 09:50 PM

use overflow:auto; rather than nothing.

So where "overflow:hidden;" was, use "overflow:auto;" instead.


RE: No Scrollbar?? by Eddie on 10-16-2006 at 04:05 AM

quote:
Originally posted by traxor
use overflow:auto; rather than nothing.

So where "overflow:hidden;" was, use "overflow:auto;" instead.
I've done that, im waiting for my friend to test it, thanks :)
cuz im on 1280x1024 it dont need a scrollbar :P
RE: No Scrollbar?? by Mike on 10-16-2006 at 08:11 AM

quote:
Originally posted by Shadow
quote:
Originally posted by traxor
use overflow:auto; rather than nothing.

So where "overflow:hidden;" was, use "overflow:auto;" instead.
I've done that, im waiting for my friend to test it, thanks :)
cuz im on 1280x1024 it dont need a scrollbar :P
Can't you just change your resolution for a sec? :P
RE: No Scrollbar?? by Eddie on 10-16-2006 at 11:37 AM

quote:
Originally posted by Mike
quote:
Originally posted by Shadow
quote:
Originally posted by traxor
use overflow:auto; rather than nothing.

So where "overflow:hidden;" was, use "overflow:auto;" instead.
I've done that, im waiting for my friend to test it, thanks :)
cuz im on 1280x1024 it dont need a scrollbar :P
Can't you just change your resolution for a sec? :P
I guess i could of, but im lazy so nah, apparently its all good for my friend, i guess i have to check, thanks all for help and suggestions :)
RE: No Scrollbar?? by Eljay on 10-16-2006 at 11:43 AM

quote:
Originally posted by Shadow
quote:
Originally posted by Mike
quote:
Originally posted by Shadow
quote:
Originally posted by traxor
use overflow:auto; rather than nothing.

So where "overflow:hidden;" was, use "overflow:auto;" instead.
I've done that, im waiting for my friend to test it, thanks :)
cuz im on 1280x1024 it dont need a scrollbar :P
Can't you just change your resolution for a sec? :P
I guess i could of, but im lazy so nah, apparently its all good for my friend, i guess i have to check, thanks all for help and suggestions :)

you could just resize the browser window 8-)
RE: No Scrollbar?? by Eddie on 10-16-2006 at 11:44 AM

How the heck on earth do i do that??
EDIT: Nevermind :D Thanks.