Horizontal Scrollbar, Removing It |
Horizontal Scrollbar, Removing It |
Apr 4 2005, 11:14 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jan 2005 Member No: 84,435 |
Hi! To begin with, my Xanga is located at http://www.xanga.com/crzychinesegrl/ . When you visit it, you'll notice that there's a horizontal scrollbar on the bottom, which is obviously not supposed to be there. I was wondering if someone could tell me what's wrong with my code because there's a horizontal scrollbar that shouldn't be there. I've figured out that the excess code that Xanga sticks on at the end of every page is the thing that's causing the problem, but I don't know how to deactive that piece of code. You can check the source code to clarify it.
Just for your reference, my page width is set to 100%. I also know that I could go the easy way out and just stick a STYLE="OVERFLOW-X: HIDDEN" in my < BODY > tag, but extraneous pages, such as comments and eprops are still disfigured, as in the text flows off the page, and I personally find that more annoying that having an additional horizontal scrollbar. And, I'd like to keep the page width set to 100%. I hope you guys understood that huge paragraph. I look forward to quick replies! |
|
|
|
![]() |
Apr 4 2005, 11:17 PM
Post
#2
|
|
![]() boogie down yo` ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 710 Joined: Mar 2004 Member No: 9,271 |
hrmm..try making the page width to pixels..&just experiment with the numbers
|
|
|
|
Apr 4 2005, 11:20 PM
Post
#3
|
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 |
hmm did u put in the code like this??
CODE <body style="overflow-x: hidden">
|
|
|
|
Apr 4 2005, 11:42 PM
Post
#4
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jan 2005 Member No: 84,435 |
aZNbLUMUNKEEbUTT, I'd rather not set the page width to a definite pixel width, because I want to keep my page plastic for readers of all resolutions. I admit, if I just set it to a certain pixel width, my problem would be solved, because absolute table widths work. But I never did say I was the one to take the easy way out ...
azn.peace.maker, yes, I have tried that piece of code. I even mentioned doing so in the first post; you just needed to read it more carefully, though I admit the post is very dense and wordy. I also gave reasons for why I did not continue to use it. |
|
|
|
Apr 5 2005, 12:12 AM
Post
#5
|
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 |
QUOTE(CrzyChineseGrl @ Apr 4 2005, 8:42 PM) aZNbLUMUNKEEbUTT, I'd rather not set the page width to a definite pixel width, because I want to keep my page plastic for readers of all resolutions. I admit, if I just set it to a certain pixel width, my problem would be solved, because absolute table widths work. But I never did say I was the one to take the easy way out ... azn.peace.maker, yes, I have tried that piece of code. I even mentioned doing so in the first post; you just needed to read it more carefully, though I admit the post is very dense and wordy. I also gave reasons for why I did not continue to use it. well this is what u put.. STYLE="OVERFLOW-X: HIDDEN" and u said that u put it in your < BODY > tag... next time just give out the whole code with all the words in it.. like this <body style="overflow-x: hidden"> ok?? and if that code doesnt work your gonna have to do what aZNbLUMUNKEEbUTT told u to do.. or set the width at a number that wont show a scroll bar so just play around with it.. |
|
|
|
Apr 5 2005, 12:19 AM
Post
#6
|
|
![]() hi, my name is brianna! =] ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 5,764 Joined: Jun 2004 Member No: 22,114 |
I've explained how to do that in my 'How To Make A Xanga Skin' tutorial.
http://www.createblog.com/forums/index.php?showtopic=48362 |
|
|
|
Apr 5 2005, 04:42 PM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jan 2005 Member No: 84,435 |
I've figured out which part of that excess Xanga code I need to deactivate:
<script language="javascript">clafsettp(document.all.ya6795, '100%')</script> The underlined part is variable, meaning that it changes everytime someone reloads the page. Does anyone know how I can deactive that piece of code? Thanks! |
|
|
|
Apr 6 2005, 12:43 AM
Post
#8
|
|
|
Donna-chan ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,183 Joined: Mar 2005 Member No: 120,389 |
can i ask where do you put this code
|
|
|
|
Apr 6 2005, 12:47 AM
Post
#9
|
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 |
|
|
|
|
Apr 6 2005, 12:50 AM
Post
#10
|
|
|
Donna-chan ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,183 Joined: Mar 2005 Member No: 120,389 |
you can put it anywhere in the custom header? cuz i tried and the scrollbar isn't coming out
|
|
|
|
Apr 6 2005, 01:06 AM
Post
#11
|
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 |
did u try putting it in your webstats then?
|
|
|
|
Apr 6 2005, 01:59 AM
Post
#12
|
|
|
Donna-chan ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,183 Joined: Mar 2005 Member No: 120,389 |
where would i put it in my webstats? anywhere right?
|
|
|
|
Apr 6 2005, 04:08 PM
Post
#13
|
|
|
Newbie ![]() Group: Member Posts: 4 Joined: Jan 2005 Member No: 84,435 |
Try putting it in your <BODY> tag instead, like this:
<BODY STYLE="OVERFLOW-X: HIDDEN"> Anyway, has anyone figured out my question yet? |
|
|
|
Apr 6 2005, 10:52 PM
Post
#14
|
|
|
Donna-chan ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,183 Joined: Mar 2005 Member No: 120,389 |
hmmm. even though i tried it it seems not to go away..i changed the width of my weblogs but that only got smaller and the scrollbar isn't going away.....
take a look at it, and you'll see that the width is small but the scrollbar isn't going away |
|
|
|
Apr 6 2005, 10:55 PM
Post
#15
|
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 |
umm try making the width bigger then.. just play around with it. dont give up until u get what u want.. it should work cuz that how i got mine to get removed
|
|
|
|
Apr 7 2005, 12:11 AM
Post
#16
|
|
|
Donna-chan ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,183 Joined: Mar 2005 Member No: 120,389 |
^makind it bigger? is that how you removed it...do i also add the code for it? <BODY STYLE="OVERFLOW-X: HIDDEN"> ok i think its the "new weblog entry, xtools, etc thats keeping it from removing the scrollbar...it there any way to shrink that?
edit: ok i fixed it nevermind what i said |
|
|
|
Apr 7 2005, 03:41 PM
Post
#17
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 3,826 Joined: Jan 2004 Member No: 2,330 |
|
|
|
|
![]() ![]() |