And don't forget to edit your signature & profile.

Dieter Schneider wrote:The most anoying thing in my opinion is the PNG fix since I love to use png-24.
Linda wrote:Yeah me too. Hopefully with IE8 out some more people will update... My hotmail account has gotten many emails urging me to update at least (I keep ie6 around for testing purposes).
Andy wrote:If by hacks you mean write cross-browser CSS, then yes.
Dieter Schneider wrote:No. I mean IE6 specific problems like these
#menu {
margin: 0;
padding: 0;
}
#menu li {
background: #600;
float: left;
list-style: none;
text-align: center;
width: 130px;
}
#menu a {
color: #fff;
text-decoration: none;
}
Dieter Schneider wrote:And how do you get those transparent PNG's to work with "cross-browser CSS"?
Andy wrote:
Firstly, an image isn't CSS.
Secondly, IE handles PNG fine. It's PNG-24's alpha channel it can't handle. As I've said multiple times on the forum already, PNG-8 works just fine under IE6. PNG-8 will be displayed with boolean transparency in IE6 and can be enhanced with full-fledged alpha transparency in more capable browsers. If you need alpha then fine, but PNG-8 should definitely be the first thing to consider.
Users browsing this forum: No registered users and 1 guest