slide out menu from the side
So for my site im trying to mod this menu: http://tympanus.net/codrops/2010/03/...u-with-jquery/ (all the codes used are on there so that might be easy :p)
The only thing is, this is a slide menu that comes from the bottom which has the title of the menu item above the description of the menu item so basically <span class="title"></span>
<span class="description></span>
(im juz using the codes to show what i mean)
now... i managed to modify the javascript so that the menu slides out from the left side of the page, but the problem i have is that they slide out the same as from the bottom on, so the title above the description
now what i want to achieve is that the description is on the leftside of the title and so the description follows the title when it slides from left to right
in html code it would be <span class="description"></span> <span class="title"></span>
I just cant seem to get the description and the title placed next to eachother and still have it working with the javascript...already tried float and all that but apparently that doesnt work with spans...
can anyone tell me how to achieve this?
tnx in advance :)