Hi, i have a problem. I have 4 different sliding menus, located on top of eachother. Once the mouse enters a box, it tabs out, and once it leaves, it returns to its origional state. The problem is that I don't know how to subtract height from the offset margin. For example, the 2nd menu bar is tabbing out when the mouse enters the 1st bar, because it's height is set at 150px.
what i have tried to do is something like this so that there would be 100px of nothing starting from the top of the frame...
Code:top:'+((parseInt(slidemenu_top)-100px)+'px;
Is this the incorrect way of doint this?
Please let me know.



Reply With Quote

Bookmarks