css horizontal scroll
Posted: Wed Nov 02, 2005 2:19 am
is it possible to prevent horizontal scroll from coming out and only the vertical scroll bar? overflow: auto; overflow: scroll; makes horizontal ones aswell.
thanks.
thanks.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
I think that *doesn't* happen in Firefox by the way -- It only renders scrollabars where they are requiredmickd wrote:is it possible to prevent horizontal scroll from coming out and only the vertical scroll bar? overflow: auto; overflow: scroll; makes horizontal ones aswell.
thanks.
Yes it does.mickd wrote: another question, is there a reason why Mozilla Firefox doesnt display <hr />?
If it's in the W3 specs, you can pretty much assume that Firefox does it right. they don't *always* do it right though.mickd wrote:yeah, i figured out why they were coming outit was because i had some horizontal rules.
another question, is there a reason why Mozilla Firefox doesnt display <hr />?
thanks for your replies.