sergeh
-
horizontal sliding menu
ok so I got it to work now the only problem I'm having is that the text is overflowing while it's sliding in and out, I tried setting overflow to hidden but I'm still getting the same problem.... any ideas why it's doing that?
-
horizontal sliding menu
oh forgot to mention that I'm using jquery, I basically want the same effect as slideToggle but from left to right instead of top to bottom
-
opacity issues in IE [jquery]
ok so I think I'm on the right path doing this works if(($clicked.css(\"opacity\") != \"1\" || $clicked.css(\"filter\") != \"alpha:(opacity=100)\") && $clicked.is(\":not(animated)\")) …
-
opacity issues in IE [jquery]
ok so after posting this I found out that IE uses filter instead but using filter: alpha(opacity=50) doesn't help either, the opacity doesn't change even if I do something like // in my css file .half-opacity { opacity:0.5; filter: al…