Can you change the scroll bar for your own Web Page?

P

P

if you have an inline frame on your web page.Is it possible to change the
apperiance of the scroll bar on that page?
 
M

Murray

The style would need to be applied to the PAGE IN THE IFRAME. And, by "not
compliant," Corey means that the CSS will not validate.

The color change itself will only be seen in IE/PC, and no other browser.
The markup suggested on that linked page will fail in any browser in
standards mode, though, since in standards mode, the scrollbar belongs to
the <html> tag, not the <body> tag....
 
Top