View Full Version : CSS scroll bar not working...help


sitecreationz
02-27-2004, 05:46 AM
Alrighty, finally got my client's site looking the way I want it, but now something else is wrong. In the bottom portion of my cleint's site, the colored scroll bar isn't showing up instead you have to highly the text in order to scroll down...I'm not sure what's wrong...never encountered this problem can someone please help me?

pb&j
02-27-2004, 05:50 AM
please provide a link to the problem page.
kinda hard to fix the unseen.
thanks.

sitecreationz
02-27-2004, 05:59 AM
Sorry I forgot...here's the link!

http://www.trendydiva.f2o.org/staice

pb&j
02-27-2004, 02:33 PM
in your second FRAME tag coding, change this...
scrolling="no"
to this...
scrolling="auto"
or just delete that scolling property and it will be automatic anyways.

<frame frameborder="0" framespacing="0" src="main.html" noresize scrolling="no" name="main">