View Full Version : coloured scroll bars on iframes?


Orca
01-21-2003, 05:38 AM
How can i make an iframe with coloured scroll bars? Were do i apply the CCS? I tried putting it on the page with the iframe on it, and the page that opens in the iframe, but neither worked =S

epolady
01-21-2003, 05:43 AM
the iframe src is just like a brand new page of html, you code it exactly the same as you would the page that has the iframe on it.

so if your iframe code looked like:

<iframe src="abc.html"></iframe>

abc.html would be coded like a normal html page.

<html><head><title>-</title>
css here</head>
<body>
etc, etc..</body></html>

Orca
01-21-2003, 05:52 AM
Ok, so i place the CSS on the page that will be in the iframe?

btw...your avatar is too cute!! :D

epolady
01-21-2003, 05:53 AM
Yes, place the css all in "abc.html" or whatever.

OT: Thanks :)