Jump to content

Add link to menu list


robert_gsfame

Recommended Posts

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!

Link to comment
https://forums.phpfreaks.com/topic/184729-add-link-to-menu-list/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.