Thread: Scrollbar under heading
Results 1 to 6 of 6
Related
-
Scrollbar help Forum: HTML Forum
Replies: 6 -
Need Scrollbar help please Forum: HTML Forum
Replies: 1 -
yet another scrollbar question Forum: HTML Forum
Replies: 4 -
ScrollBar Forum: HTML Forum
Replies: 9 -
Scrollbar Q Forum: Website Scripts Forum
Replies: 5
-
03-28-2008, 06:27 AM #1
Scrollbar under heading
Okay, I received the html code for the table, however it goes through the heading. Has anyone experienced the same problem? how do i fix it so it stays under the heading and above the footer.
thanks ldsLast edited by lds; 03-28-2008 at 06:33 AM.
-
04-03-2008, 01:37 AM #2
Re: Scrollbar under heading
Could you show us your code?!..or better a link
-
04-03-2008, 03:55 AM #3
Re: Scrollbar under heading
Thanks but forget about it, I figured it out. I simply placed a table over the heading. My other dilemma is finding a code for a verticle scrollbar bar for a text box only. I can hide the horizontal bar, however it still functions. what is the code the remove the horizontal bar. Here is the code for the text box.
thanks,lds
overflow-x: hidden;
}
height: 324px; border-left: 1px solid gray; border-bottom: 1px solid gray; padding:0px; margin: 0px; width:266px">
<div align="left">
<table cellpadding="0" cellspacing="0" width="266" height="324">
<!-- MSCellFormattingTableID="6" -->
<tr>
<td bgcolor="#7F7F7F" nowrap valign="top" height="20">
<!-- MSCellFormattingType="header" -->
<p align="left"> News and Events</td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF" height="285">
<!-- MSCellFormattingType="content" -->
<b>
<font color="#FF0000">Mega
100
</font>
</b>is
broadcasting
live
from
Rookies
in
Manteca.
Friday
and
Saturday
9pm
to
11pm.
<p>
<font color="#0000CC">Dj
Manuel
C,</font>
is
live
in
the
mix
Fridays.</p>
<p>
<font color="#0000CC">Dj
Mo</font>
is
live
in
the
mix
on
Saturdays.</p>
<p>
<p>
</div>
</td>
</tr>
<tr>
<td nowrap bgcolor="#7F7F7F" height="19" width="266">
<!-- MSCellFormattingType="footer" -->
</td>
</tr>
</table>
-
04-03-2008, 04:09 AM #4
Re: Scrollbar under heading
My other dilemma is finding a code for a verticle scrollbar bar for a text box only.
You could also add overflow-y:hidden; to your division element, this will hide the scrollbars, or simply overflow:hidden;, but this has some cons, which i'll tackle later,..just by the time you are ready which property to use
...If nothing still works, showing us all your code would make this light
-
04-03-2008, 06:22 AM #5
Re: Scrollbar under heading
I would like the verticle scrollbar to appear only as it is, however the horizontal scroll bar hidden,but it funtions. Let me know what you come up with.
thanks
ldsLast edited by lds; 04-03-2008 at 06:30 AM.
-
04-03-2008, 08:17 AM #6
[Hostripples India] - Best Canada Linux SSD VPS Server!
02-15-2019, 12:46 AM in Web Hosting Forum