arv 0 Posted August 19, 2008 Posted August 19, 2008 hi,i got problems with png transparant in internet explorer and want embed css file <!--[if lte IE 6]> <link href="css/ie6.css" rel="stylesheet" type="text/css" /> <style type="text/css"> img { behavior: url(/css/iepngfix.htc); } </style>how to do this and where i must put the code Share this post Link to post Share on other sites
ejectcore 17 Posted August 19, 2008 Posted August 19, 2008 This may be a better solution http://24ways.org/2007/supersleight-transparent-png-in-ie6I always try to avoid separate style sheets when it comes down to older browsers, if you write you css code right you won't need to IE specific rules Share this post Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now