Click to See Complete Forum and Search --> : iframe help
forgiveforget
09-29-2003, 10:41 PM
can someone please explain to me how to make the background in an iframe clear instead of white or any other solid color. I am using dreamweaver, and i dont see a option for it.
Also, how do you change the scrollbars to something different. thanks alot guys!
nothing
09-29-2003, 11:09 PM
If you want to change the scrollbar color, put this piece of code right after your <body> tag:
<style>
BODY{
scrollbar-face-color:"#22417C";
scrollbar-arrow-color:"#FFFFFF";
scrollbar-track-color:"#22417C";
scrollbar-shadow-color:"#7690C3";
scrollbar-highlight-color:"#7690C3";
scrollbar-3dlight-color:"#7690C3";
scrollbar-darkshadow-Color:"#7690C3";
}
</style>
Change the colors with whatever you want.
forgiveforget
09-30-2003, 02:05 AM
thanks, that worked great for the scrollbar. but does anyone know how to make the background of a iframe clear, so the main window background shines through? pleeease
nothing
09-30-2003, 12:47 PM
I really don't know what you mean. If you want the background to shine, put a shining background on your website.
forgiveforget
09-30-2003, 11:32 PM
no no, all i want is the background of an iframe to be clear (no color)
optic_pro1430
10-01-2003, 05:16 AM
Originally posted by forgiveforget
no no, all i want is the background of an iframe to be clear (no color)
Do you mean you want a transparant background for the iFrame? :)
forgiveforget
10-01-2003, 12:23 PM
yea!:D
fishybawb
10-02-2003, 08:23 AM
http://www.addicted-to-you.org/trac/tutorials/transiframe.htm
forgiveforget
10-02-2003, 12:39 PM
thank you thank you thank you thank you !!!!
SysOpt.com
Copyright Internet.com Inc. All Rights Reserved.