We have created a drop down menu for our website. Drop down menu opens in right side, and on the sub links which opens in right it's not showing hyperlink over them. yes, they are clickable and new page opens but no hyperlink is being shown on them. website: http://www.funfilms.in/ Please help to fix the problem
I haven't dug into your code but you can give the impression of a hyperlink by using the CSS tag called 'cursor'.
The other problem you run into is that the sub-menus are aligning on the largest text, therefore on the short text menu items it is very hard to get over to the sub-menu quick enough.
First mistake - using that stupid mm_ javascript nonsense from dreamweaver - that's using javascript to do CSS' job and does a ridiculous job of bloating out the page. Second mistake, using Dreamweaver. My advice, research a pure CSS menu that only uses javascript assistance for IE6/earlier like suckerfish or use a pure CSS menu and throw csshover3.htc at it for legacy support - throwing away that javascripted nonsense you have for semantic markup of nested lists.
http://www.cssplay.co.uk/menus/ That site has a ton of drop down and fly out menus that are all CSS and are cross-browser compatible.