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.
css horizontal scroll
Moderator: General Moderators
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
Re: css horizontal scroll
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.
- Chris Corbyn
- Breakbeat Nuttzer
- Posts: 13098
- Joined: Wed Mar 24, 2004 7:57 am
- Location: Melbourne, Australia
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.
I tend to find it's best to develop for FF and then then test in other browsers since FF usually meets the specs.