IE Opacity and DIV tags with no width
Posted by: Rick Strahls WebLog,
on 19 Jan 2007 |
View original | Bookmarked: 0 time(s)
Heres a little fun one that wasted me an hour tonight: Internet Explorer cant do opacity on DIV elements that dont have a width. Im working on some front end UI updates in some of my library code and on one page I noticed that various fade effects where not working on IE 7. Yet on other pages the same code I use works just fine. The code is part of my library which does:
this.setOpacity = function(Percent) {
...