arv Posted August 19, 2008 Share 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 Link to comment Share on other sites More sharing options...
ejectcore Posted August 19, 2008 Share 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 Link to comment Share on other sites More sharing options...
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