HTML
Basics Random Codes Marquees Text Around Image Overlapping Text Text Effects
CSS
Custom Navigation Subheading Backgrounds Transparent Scrollbars
Javascript
Add Favourites Image Slide Show Status Bar Back/Forward Last Modified Closed Window Password Protect
Stats
Tutorials: 16
Last Added: Password Protect
Layout Version: V1. Vanessa Hudgens
Webmiss: Sam
Date: 4.1.2008
Return Home: Here
Kiki-La Tutorials
CSS - Transparent Scroll Bars
This code needs to be put either inbetween the head tags or in the external CSS file
<STYLE TYPE="text/css"> <!-- BODY{scrollbar-face-color:#000000; scrollbar-shadow-color:#000000; scrollbar-highlight-color:#FF2200; scrollbar-3dlight-color:#000000; scrollbar-arrow-color:#000000; scrollbar-darkshadow-color:#000000; scrollbar-track-color:#FF0000; } --> </style>
The colour #FF2200 is the colour to become transparent, you can change if you want but make sure its a different colour then everything you have on your site, Change the #000000 to your original CSS code colours.
Add this code to your iframes code:
allowtransparency="true" style="FILTER: chroma (color=FF2200)"
Eg: <iframe src="URL.htm" name="NAME" allowtransparency="true" style="FILTER: chroma (color=FF2200)" framborder="0"></iframe>
Back . Forward