Click to See Complete Forum and Search --> : Scrollbar Problem
cavalera
10-21-2003, 03:24 PM
When my page content can be viewed on 1 page (on the screen) everything is allright.
But when the page content gets very long i get a vertical scrollbar (whats very normal).
But i also get an horizontal scrollbar. Is there anything that i can to get that scrollbar from my webpage?
MotherNatrsSon
10-21-2003, 03:27 PM
Got a link to the page?
MNS
cavalera
10-21-2003, 03:39 PM
http://www.cavalera.tk
then go to movies => a for bad example
and movies => z for good example
MotherNatrsSon
10-21-2003, 03:51 PM
I am using Netscape 7 on a MAC at 1024 x 768 resolution. I do not get a scroll bar on either page horizontally. The only thing I can sy is to "narrow" your content
Check your math on your td widths
<tr>
<th width="11%" class="header" scope="col">Cover</th>
<th width="22%" class="header" scope="col">Title</th>
<th width="8%" class="header" scope="col">CD (s) </th>
<th width="20%" class="header" scope="col">Rating</th>
<th width="5%" class="header" scope="col">Year</th>
<th width="28%" class="header" scope="col">Short Content </th>
<th width="7%" class="header" scope="col">Info</th>
</tr>
They add up to 101%
MNS
cavalera
10-21-2003, 03:56 PM
still doesnt remove the scrollbar
MotherNatrsSon
10-21-2003, 04:02 PM
Originally posted by cavalera
still doesnt remove the scrollbar
for some reason I cannot get to your style sheets.
It could also be in the widths o you frameset. Just look at all of the widths and make sure none are a fixed width of pixels and none add up to over 100%
MNS
cavalera
10-21-2003, 04:19 PM
http://users.skynet.be/cavalera/Bestanden_Algemeen/opmaak.css
if you are 100% sure that you're content will never go over horizontally, you can use this for IE: <body style="overflow-x:hidden">
Not sure if this is cross-browser or not, but I know it will fix for IE
also, BORDERCOLOR is invalid, try style="border:1px solid #999999" instead of bordercolor="#999999
cavalera
10-21-2003, 05:52 PM
if i open the a.htm file there is no horizontal scrollbar but when it is in my frames there is a scrollbar
strange very strange
cavalera
10-21-2003, 05:55 PM
the site is in attachement maybe someone can help me here
is is set scrolling to yes in the framset then i dont get a horizontal scrollbar
did you try what i said in my post?
also, change cellpadding to 0 not -1 same with border.
and do scrolling=auto in your frameset
cavalera
10-21-2003, 06:25 PM
did everything you said
i think i just gonna rewrite the code
does it fit horizontally if you align the table left?
cavalera
10-22-2003, 09:52 AM
even with text it make a horizontal scrollbar! what did i do wrong?