Overflow-x property not valid css 2.1 what to do instead?

Hi iam trying to get my page to validate.
The only thing it fails on is if i set the overflow-x: scroll; as it is not valid css 2.1 any ideas how to work around this? It says that it will be valid in css3. All i want
to do is to not have the bottom horizontal scroll bar when i set a div to overflow: scroll;
any ideas much appreciated
thanks

Try: overflow:auto;

You are a genius… works like it should. Much appreciated. thanks :slight_smile:

Glad it helped, though genius I am not. :stuck_out_tongue: