robert_gsfame Posted December 11, 2009 Share Posted December 11, 2009 I have this css code for my menu list a.tip span{ position : absolute; display:none; left : 49px; top:0px; padding : 2px 3px; background : #dae9ed; border : 2px solid red; color : #086989; font : 12px Verdana, Arial, Helvetica, sans-serif; z-index:25; } a.tip:hover { direction:ltr; position : relative; } a.ltip:hover span{display:block; } HTML CODE <a id="a" class="tip" href="#">test<span><ul><li><a href="clicka.html">test A</a></li><li>test B</li></ul></span></a> but the problem when i wish to put a link on let say test A. In IE 6.0 browser, once i put my cursor on that link then my menu list disappear. Can anyone help me..thx a lot! Quote Link to comment https://forums.phpfreaks.com/topic/184729-add-link-to-menu-list/ Share on other sites More sharing options...
haku Posted December 11, 2009 Share Posted December 11, 2009 Change this: <a href="clicka.html"> to this: <a class="tip" href="clicka.html"> Quote Link to comment https://forums.phpfreaks.com/topic/184729-add-link-to-menu-list/#findComment-975214 Share on other sites More sharing options...
robert_gsfame Posted December 11, 2009 Author Share Posted December 11, 2009 not working! Quote Link to comment https://forums.phpfreaks.com/topic/184729-add-link-to-menu-list/#findComment-975221 Share on other sites More sharing options...
haku Posted December 11, 2009 Share Posted December 11, 2009 Show us the code for the whole menu. There isn't enough there. And maybe try saying 'thanks' when someone helps you. That tip is free. Quote Link to comment https://forums.phpfreaks.com/topic/184729-add-link-to-menu-list/#findComment-975278 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.