hi im trying to add the class "current" from this menu http://www.cssplay.co.uk/menus/pro_dropline.html Code (markup): second example to this menu http://www.cssplay.co.uk/menus/pro_left_right_line.html Code (markup): appreciate any help
So you want the sub-menu to show at all times? If so, try the following (make sure you overwrite this existing tag in your CSS) .pro_linedrop .sub { /* position:absolute; left:-9999px; width:0; */ } Code (markup): It's just commented out so the browser won't parse it.
I've actually downloaded it now so I should be able to help further. After looking at the markup and testing one or two things its pretty clear that it needs re-writing. Currently the menu is drawing the 'sub' for each set of sublinks, this will need to be re-written so that the 'sub' is drawn only once and the containing links are the things that change. Sorry but I do not have the time or will to do this for you. For reference CSSPlay is outdated and full of redundant markup.
It is fairly easy to do, the hardest part is the rollovers on the submenu but it is very much possible. I would try another tutorialised approach if you want to achieve this effect, or hang around and see if someone with more time can help you.