Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-11-2002, 04:29 AM   PM User | #1
IDontCode
New Coder

 
Join Date: Jul 2002
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
IDontCode is an unknown quantity at this point
gettin rid of the horizontal scrollbar

hello...i make websites and on my layouts..i get a horizontal scroll bar..and nothing is their to scroll over to look at..i was wondering if anyone had a javascript or something that i could put in my HTML so it would hide/delete/get rid of the horizontal scroll..ok thanks
IDontCode is offline   Reply With Quote
Old 07-11-2002, 04:34 AM   PM User | #2
adios
Senior Coder

 
Join Date: Jun 2002
Posts: 1,404
Thanks: 2
Thanked 32 Times in 32 Posts
adios is on a distinguished road
<head>
<style type="text/css">
body {
overflow: hidden;
}
........
adios is offline   Reply With Quote
Old 07-11-2002, 04:44 AM   PM User | #3
IDontCode
New Coder

 
Join Date: Jul 2002
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
IDontCode is an unknown quantity at this point
that doesnt help me much... anyone else?

Last edited by IDontCode; 07-11-2002 at 04:47 AM..
IDontCode is offline   Reply With Quote
Old 07-11-2002, 05:56 AM   PM User | #4
Mackhacker
New Coder

 
Join Date: Jul 2002
Location: Sweden
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Mackhacker is an unknown quantity at this point
maybe the tableproporties is wrong... really nice site anyways
---
Markus
__________________
.:: WWW.MAJI.TK ::.
Mackhacker is offline   Reply With Quote
Old 07-12-2002, 01:33 AM   PM User | #5
IDontCode
New Coder

 
Join Date: Jul 2002
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
IDontCode is an unknown quantity at this point
maybe..but i know their are scripts that will do the trick..i found one to hide the vertical bar awhile ago..i just need one for the horizontal one..can anyone help me out?!? thanks
IDontCode is offline   Reply With Quote
Old 07-12-2002, 01:37 AM   PM User | #6
IDontCode
New Coder

 
Join Date: Jul 2002
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
IDontCode is an unknown quantity at this point
Quote:
Originally posted by adios
<head>
<style type="text/css">
body {
overflow: hidden;
}
........
hey..that hides both bars.."Adios" u got any idea how i just get it to delete the horizontal bar? and leave the vertical alone?
IDontCode is offline   Reply With Quote
Old 07-12-2002, 02:13 AM   PM User | #7
joh6nn
wei wu wei


 
joh6nn's Avatar
 
Join Date: Jun 2002
Location: 72° W. 48' 57" , 41° N. 32' 04"
Posts: 1,887
Thanks: 0
Thanked 1 Time in 1 Post
joh6nn is an unknown quantity at this point
body {
overflow-x: hidden;
}

it's notoriously buggy, though. if i were you, i'd do a real thorough check, to see why it's happening in the first place.
__________________
bluemood | devedge | devmo | MS Dev Library | WebMonkey | the Guide

i am a loser geek, crazy with an evil streak,
yes i do believe there is a violent thing inside of me.
joh6nn is offline   Reply With Quote
Old 07-12-2002, 02:18 AM   PM User | #8
boxer_1
Regular Coder

 
Join Date: May 2002
Location: Maine, USA
Posts: 574
Thanks: 0
Thanked 0 Times in 0 Posts
boxer_1 is an unknown quantity at this point
I would ask for a link to your site, but I would bet the content would violate the rules of this board. Like joh6nn suggested, you should really go over you source code and see if you can locate the cause. Could be the width of the image(s) too.

How about you post a relevant portion of your source code, just be sure to edit out any inappropriate content before posting the code .
__________________
boxer_1
CodingForums Moderator
"How did a fool and his money get together in the first place?"
boxer_1 is offline   Reply With Quote
Old 07-18-2002, 04:51 AM   PM User | #9
IDontCode
New Coder

 
Join Date: Jul 2002
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
IDontCode is an unknown quantity at this point
thanks anyway guys...got my answer from a thread just like this one! peace
IDontCode is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 08:28 PM.


Advertisement
Log in to turn off these ads.