Log In · Register

 
horizontal scrollbar?
sreymao
post Aug 9 2005, 10:28 AM
Post #1


Senior Member
***

Group: Member
Posts: 73
Joined: Apr 2005
Member No: 131,395



when I put in my layout, there's always a horizontal scrollbar at the bottom. I don't know how to take it out... no matter what I tried to change in my code, it didn't work... can someone help me out?

here's my code:
 
 
Start new topic
Replies (1 - 22)
OhXiet_ItzDonnA
post Aug 9 2005, 10:48 AM
Post #2


I love you more than sex appeal.
*******

Group: Member
Posts: 3,045
Joined: Oct 2004
Member No: 52,932



u got an example? maybe its the width of the image or something that ur using
 
sreymao
post Aug 9 2005, 11:10 AM
Post #3


Senior Member
***

Group: Member
Posts: 73
Joined: Apr 2005
Member No: 131,395



um.. what do you mean example? you could just click on my xanga, i think.
 
KERP1UNK
post Aug 9 2005, 11:36 AM
Post #4


i <3 peter
*****

Group: Member
Posts: 744
Joined: Apr 2005
Member No: 125,986



Well....to get rid of scrollbars alltogether use this code:






all i did was change : "overflow: auto;" to "overflow: visible;". if that doesn't help you, later I will try to just take out the horizontal scrollbar..
 
Kenado
post Aug 9 2005, 12:10 PM
Post #5


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



You're suppose to make the width of the blog bigger anyways try this
 
talcumpowder
post Aug 9 2005, 01:15 PM
Post #6


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



^ Smaller. You make the blog smaller so it doesn't overflow. Or you make the div layer larger so it doesn't overflow... Make sure to change the size of the date bar too.
 
sreymao
post Aug 9 2005, 02:31 PM
Post #7


Senior Member
***

Group: Member
Posts: 73
Joined: Apr 2005
Member No: 131,395



QUOTE(FroZenCloud104 @ Aug 9 2005, 1:10 PM)
You're suppose to make the width of the blog bigger anyways try this

*

I tried that... nothing changed.

QUOTE(nyah-nek0 @ Aug 9 2005, 2:15 PM)
^ Smaller. You make the blog smaller so it doesn't overflow. Or you make the div layer larger so it doesn't overflow... Make sure to change the size of the date bar too.
*

How am I supposed to do that?
 
Kenado
post Aug 9 2005, 02:33 PM
Post #8


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



well you see this in the code?
CODE
table.blogbody, div.blogheader, .caption{
width:375;


where it says make it samller like nyah-nek0 said and don't forget to put px after the number
 
sreymao
post Aug 9 2005, 02:53 PM
Post #9


Senior Member
***

Group: Member
Posts: 73
Joined: Apr 2005
Member No: 131,395



^ I just tried it and it just makes the blog smaller but it doesn't take out the horizontal scrollbar.
 
talcumpowder
post Aug 9 2005, 02:56 PM
Post #10


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



CODE
.caption, .blogheader {{display: none}
/* edits the dates */
background-image: url(none);
I'm curious as to why you have styles for it if it's not going to show. Oh, and you need to delete the extra { before display... And... You still need to edit the width, even if it's not going to show.
 
sreymao
post Aug 9 2005, 08:41 PM
Post #11


Senior Member
***

Group: Member
Posts: 73
Joined: Apr 2005
Member No: 131,395



bleh, i made the dates show... and it doesn't really change anything.
 
Kenado
post Aug 9 2005, 09:16 PM
Post #12


Senior Member
*******

Group: Member
Posts: 3,551
Joined: Feb 2005
Member No: 102,857



I dont get it I tested the code on my test page and there seems to be no horizontal scroll.
http://www.xanga.com/home.aspx?user=Cb_test
 
sreymao
post Aug 9 2005, 11:08 PM
Post #13


Senior Member
***

Group: Member
Posts: 73
Joined: Apr 2005
Member No: 131,395



=/ do you see a horizontal scrollbar on mine?

EDIT: okay, so I changed my layout and used that layout tutorial thing so it's all refreshed and everything. of course, i'm not done with the info yet but the blog... it still has the scrollbar!! >=(
 
talcumpowder
post Aug 10 2005, 12:42 PM
Post #14


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



It's because your using the AdMover/Remover, which screws up your xanga + adds an ad into your blog area. So take it out.
 
sreymao
post Aug 10 2005, 03:04 PM
Post #15


Senior Member
***

Group: Member
Posts: 73
Joined: Apr 2005
Member No: 131,395



Okay, I took it out... it's still the same. I even tried using one of the layout's people submitted. It's still the same.
 
talcumpowder
post Aug 10 2005, 03:06 PM
Post #16


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



Got it! It's the HR.
CODE
<style type='text/css'>hr{width: 200px;}</style>
 
sreymao
post Aug 10 2005, 03:10 PM
Post #17


Senior Member
***

Group: Member
Posts: 73
Joined: Apr 2005
Member No: 131,395



I put that in... and something's still not right. >_<



That's the new code I have for my new layout... and I did all the stuff you told me and the scrollbar is still there.
 
talcumpowder
post Aug 10 2005, 03:19 PM
Post #18


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



Try this.
 
sreymao
post Aug 10 2005, 03:57 PM
Post #19


Senior Member
***

Group: Member
Posts: 73
Joined: Apr 2005
Member No: 131,395



Okay... I put that code in and took out everything in my WebStats too and... it's still the same!
 
talcumpowder
post Aug 10 2005, 04:15 PM
Post #20


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



Then I suggest you just widen the div layer, because that's the only way you're gonna be able to fix it.
 
sreymao
post Aug 10 2005, 09:40 PM
Post #21


Senior Member
***

Group: Member
Posts: 73
Joined: Apr 2005
Member No: 131,395



okay... so then how do i do that? all that stuff confused me T_T
 
talcumpowder
post Aug 10 2005, 09:47 PM
Post #22


You'll find me in your dreams.
*******

Group: Official Member
Posts: 8,536
Joined: Mar 2005
Member No: 114,010



Increase the width part until the horizontal scroll isn't there.
CODE
<div style="overflow: auto;width: 380px;height: 278px;margin-top: 10px;margin-left: 0px;">
 
sreymao
post Aug 10 2005, 09:54 PM
Post #23


Senior Member
***

Group: Member
Posts: 73
Joined: Apr 2005
Member No: 131,395



okay, thanks! it finally works. you can close this topic now.
 

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