Removing Scrollbars., Using Overlay Layout, Scrollbars in wrong spots. |
Removing Scrollbars., Using Overlay Layout, Scrollbars in wrong spots. |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 1 Joined: May 2006 Member No: 409,188 ![]() |
OK,
Here's my story: I've decided on an overlay layout, but i've come to find that after typing everything in, my scrollbars are in the wrong places and are overlapping some of my writing. I've tried adjusting width sizes, but nothing seems to change it. Any ideas? These are my widths: CODE <div style="position:absolute; left:110px; top:280px; width:430px; height:100px; background-color:transparent; overflow:auto;"> <center> Likes: CODE <div style="position:absolute; left:330px; top:280px; width:350px; height:100px; background-color:transparent; overflow:auto;"> <center> Dislikes:<br><br> There are also widths after my text that do not change scrollbars: CODE .<width="15px"height="88px"></a> </center></div></div><style type="text/css"> {visibility:hidden;}{visibility:visible;} </style> Attached is a pic if its any use. thanks. ![]()
Attached File(s)
|
|
|
![]() |
![]()
Post
#2
|
|
![]() We are the cure. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,936 Joined: Jan 2004 Member No: 1,456 ![]() |
In the first tag:
left:110px; top:280px That's where you edit the position of the DIV - left moves it horizontally, top moves it vertically. You can use negative numbers if you need it - just tweak around with the values until it looks right, same goes for the second DIV. |
|
|
![]() ![]() |