CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
Other Discussions
Is this confirm ?
jitendra
Permalink to comment
#
February 2009
1. There is no way to make Drop down menu without JavaScript for IE6.
2. There is a no way to use png transparency without any javascript or htc solution.
3. There is no way to remove "click to activate this control" message for some IE version for Flash files without using Javascript.
chriscoyier
Permalink to comment
#
February 2009
1) There are CSS-only dropdowns:
http://www.cssplay.co.uk/menus/final_drop.html
2) Depends. do you mean ALPHA transparency? Then sorta not really, although regular on/off transparency with PNG 8's works fine. This is also interesting:
http://blog.brenelz.com/2009/01/27/png- ... creencast/
3) Yes, you can. You should insert flash with SWFObject, which eliminates this:
http://code.google.com/p/swfobject/
Add a Comment
2. There is a no way to use png transparency without any javascript or htc solution.
3. There is no way to remove "click to activate this control" message for some IE version for Flash files without using Javascript.
http://www.cssplay.co.uk/menus/final_drop.html
2) Depends. do you mean ALPHA transparency? Then sorta not really, although regular on/off transparency with PNG 8's works fine. This is also interesting:
http://blog.brenelz.com/2009/01/27/png- ... creencast/
3) Yes, you can. You should insert flash with SWFObject, which eliminates this:
http://code.google.com/p/swfobject/