Up | Down

 

Free CSS Drop-Down Menu

~ ~
http://www.lwis.net/free-css-drop-down-menu/

Css Scrollbar color

~ ~


css code

body {
scrollbar-3dlight-color: #000000;
scrollbar-arrow-color:#000000;
scrollbar-darkshadow-color: #000000;
scrollbar-face-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color: #000000;
scrollbar-track-color: #000000;
}



CSS Tricks

~ ~
#onecss{
/* this for mozilla */
margin-top:12px; !important
/* this for IE7 */
#margin-top:16px;
/* this for IE6 */
_margin-top:14px;

}

How to fix IE 6 transparent png background

~ ~
css

{
display:block;

background-image:url(images/product_sel.png);!important
float:left;
background-repeat:no-repeat;

_background: none;

filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='http://www.your.com/your/your/images/product_sel.png');

}

How to fix IE 6 transparent png problem

~ ~
In Internet Explorer 6 and below, transparetn pngs do not show correctly. The transparent part of the png is not transparent but a solid color. Anyways to fix that problem add this code to your head tag.

HTML Code:
http://www.dynamicdrive.com/forums/showthread.php?t=22176
 
© 2009 - canwecan.com
IniMinimalisKah is proudly powered by Blogger