horizontal sliding menu
-
would it be possible to create a vertical menu that when hovered on the sub-menu would show by sliding from left to right without a fade in/out effect?
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
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?Add a Comment