hiptojive @hotmail.com wrote:
> I've got some text overflow happening on one page, so i decided to add a 
> scrollbar.  It works fine in IE, Firefox for PC, but I can't seem to get 
> the scrollbar to appear for Safari.  Please explain what I'm doing wrong.

First of all, your page is invalid, so I suggest fixing that.

Secondly, I've not got Safari with me here but I'm guessing it's this:
 > Property overflow-x doesn't exist : hidden
 > Property overflow-y doesn't exist : auto

Just use:
overflow: auto;

And it should behave as expected. overflow-x and overflow-y are invalid 
CSS and are probably dropped by Safari.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to