Removing the Horizontal Scroll Bar dont work in FF
im using the css code
overflow-x: hidden;
to remove an unwanted horizontal scroll bar and it works in IE but dont work in FF...any suggestions?
im using the css code
overflow-x: hidden;
to remove an unwanted horizontal scroll bar and it works in IE but dont work in FF...any suggestions?
Jack Michaelson posted this at 07:30 — 10th August 2005.
He has: 1,733 posts
Joined: Dec 1999
Can you post a url?
By the way: as far as I know, overflow-x does not exist.
chrishirst posted this at 08:05 — 10th August 2005.
He has: 379 posts
Joined: Apr 2005
overflow-x is an IE specific property so it won't work in anything else
kamby posted this at 16:54 — 10th August 2005.
They have: 2 posts
Joined: Aug 2005
The Url to a site im workin on is
http://love.kristabarrack.com
since u said that the overflow x is only an IE capability...is there any other source code to remove a horizontal scroll bar in fire fox?
Jack Michaelson posted this at 17:14 — 10th August 2005.
He has: 1,733 posts
Joined: Dec 1999
There is a "width=1024" in your page defining table. That causes the horizontal scrollbar to appear on every screen that is 1044 pixels width or less (I always take 20 pixels for the vertical scrollbar's width).
Besides that...
I don't think you should you use tables for the page layout, but try divs and css
Shakespeare: onclick || !(onclick)
demonhale posted this at 17:23 — 10th August 2005.
He has: 3,278 posts
Joined: May 2005
yeah thats what im about to say; too wide page width def...
go jack! CSS!
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.