Hello everyone, new to this list, and i would consider myself an
imtermediate css developer, and have already looked for an answer to this
issue, and have had to luck.

The issue is - my dynamic page (PHP) is loading in information on this page,
and thus because of the amount of information it is loading from the
database, this creates the need to scroll. However, the page scroll bars
were greyed out on first attempt.

I then added this code to my styles sheet to see if I could fix the issue,
and all it does is scroll the background:
html {  height: 100%; margin-bottom: 1px;  }
body { overflow: scroll; visibility: visible; height: 5000px; }

On this page: http://haitianartmasters.com/artist_list.php
I created a scrolling class that will work on a specific table or area of
content.
.scroll { height: 450px; overflow:scroll; }
But what i would like to do, is just have the page itself scroll, this way
when i get to the product pages they will just list out...Please keep in
mind that the pages work fine in IE and Maxthon.

If anybody has any information on this, I would greatly appreciate it.
Thanks in advance!

-- 
Heather Woltz
http://home.comcast.net/~vwdreamer
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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