Help - Search - Members - Calendar
Full Version: Scroll bar on my entries
Forums > Resource Center > Support Center > Xanga Support > Xanga Resolved Topics
Dragongurl930
I just started to make my own xanga skins

Meh xanga


now the only problem is i dont know what to edit to get rid of the scroll bars around the blog...


Help please...
Dragongurl930
hi-C
You can either make the div (the box your xanga is in) larger, or make the width of your .blogbody class smaller.
talcumpowder
... You have way too many div layers.
CODE
<div style="
overflow: auto;
width: 850px;
height: 480px;
margin-top: 0px;
margin-left: 0px;">
Change that to this ::
CODE
<div style="width: 850px;height: 480px;margin-top: 0px;margin-left: 0px;">
Or you can just take it out altogether.
Dragongurl930
^____^


thank you...that helped alot...

but.. now...i got another problem..

how do i get rid of the giant space between the blog and the navigation at the top??
talcumpowder
It might help if you take this out ::
CODE
<div style="position:static; margin-left: 0px;margin-top: 200px;border: 0px solid #00FF00; width: 390px; height: 350px;background: none; overflow: auto">


</div>
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.