Log In · Register

 
Remove Bottom Scrollbar
singitbabyyy
post Aug 23 2005, 01:48 AM
Post #1


Member
**

Group: Member
Posts: 10
Joined: Jul 2005
Member No: 185,156



If anyone out there could help me, I'd really appreciate it:

How do you get rid of the bottom scrollbars in my About Me section and General section?

My Myspace!

Thanks so much! biggrin.gif
 
 
Start new topic
Replies (1 - 3)
jh008
post Aug 23 2005, 02:11 AM
Post #2


hello,
****

Group: Member
Posts: 141
Joined: Aug 2005
Member No: 208,332



make sure all your div layers contain this

style="overflow-x:hidden;y:scroll;"

example

<div style="overflow-x:hidden;y:scroll;"></div>


if youd rather do all the divs at once use this code

CODE
<style type="text/css">
div {overflow-x:hidden;y:scroll;}
</style>
 
YourSuperior
post Aug 23 2005, 06:53 AM
Post #3


;)
*******

Group: Staff Alumni
Posts: 9,573
Joined: Feb 2005
Member No: 99,124



Hmm. Or maybe you can try this:

CODE
<body style="overflow-x: hidden">
 
jh008
post Aug 23 2005, 07:12 AM
Post #4


hello,
****

Group: Member
Posts: 141
Joined: Aug 2005
Member No: 208,332



QUOTE(alvin_ward155 @ Aug 23 2005, 7:53 AM)
Hmm. Or maybe you can try this:

CODE
<body style="overflow-x: hidden">

*


no that is for the body, it doesnt cover the div tables.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: