Thread: Iframe help
Results 1 to 3 of 3
Related
-
IFrame in PHP? Forum: PHP Forum
Replies: 1 -
iframe Forum: HTML Forum
Replies: 4 -
Php and Iframe Forum: PHP Forum
Replies: 3 -
iframe Forum: HTML Forum
Replies: 2 -
IFRAME Forum: HTML Forum
Replies: 14
-
04-09-2004, 02:37 PM #1
Iframe...
[can you change the color of a iframe, and color of the scroolbar?
-
04-10-2004, 10:09 AM #2
yes. Yes you can.
By the color of the iframe, I assume you mean the background color? If so, just set a background color in the document inside the iframe and it will change. Its the same for scrollbar, just add the CSS needed to change the scrollbar color in the iframe src document.
Example:
Code:<style type="text/css"> body { scrollbar-3dlight-color:#CCCCCC; scrollbar-darkshadow-color:#000000; scrollbar-highlight-color:#FFFFFF; scrollbar-shadow-color:#999999; scrollbar-track-color:#666666; scrollbar-arrow-color:#000000; scrollbar-face-color:#CCCCCC; background-color:#FFFFFF; } </style>
If one of our members helps you, please click theicon to add to their reputation!
No support via email or private message - use the forums!
Before you ask, have you Searched?
-
04-10-2004, 03:00 PM #3