Showing posts with label mouse. Show all posts
Showing posts with label mouse. Show all posts

Thursday, March 29, 2012

please check this link http://www.kerala.bsnl.co.in/newdqasp/newdq1.asp

http://www.kerala.bsnl.co.in/newdqasp/newdq1.asp

when the mouse is over the thariff menu the menu will be listed but the drop down list is just over the menu any solutions to solve this..

are you saying you want the popupmenu to appear slightly lower? It looks like when the mouse goes over the menu item a function call MM_ShowMenu is called and this takes coordinates for where to display the menu. Try changing

<A id=link14 onmouseout=MM_startTimeout();
onmouseover="MM_showMenu(window.mm_menu_0611164247_0,0,16,null,'link15')"
name=link15>TARIFF</A>

To

<A id=link14 onmouseout=MM_startTimeout();
onmouseover="MM_showMenu(window.mm_menu_0611164247_0,0,25,null,'link15')"
name=link15>TARIFF</A>

Not really sure what it will do as I'm unable to test it here but give it a go.


i wanted the menu to be on top of dropdown list insted of showing the dropdown list betwen the menu.


Hi,

I notice something abt the site... When u click the dropdownlist and dun select anything, then mouse to ur menu the dropdownlist still appear... Which dun look gd


what should i do to overcome this problem

Monday, March 26, 2012

Please Help - me

Hi there
I have a table which contains all the sub folders for my drop down menu...
when the mouse goes over the menu, the sub folders are displayed,
the problem is that the sub menu tables are displayed behind everything
else...
How can i change it to be displayed on Top'
thanks
AdamPC@dotnet.itags.org.hotmail.comUse the CSS style z-index.
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
Neither a follower nor a lender be.
"ACaunter" <AdamPC@.hotmail.com> wrote in message
news:6489CE5A-EA20-41C2-BC4D-AE09A269795C@.microsoft.com...
> Hi there
> I have a table which contains all the sub folders for my drop down menu...
> when the mouse goes over the menu, the sub folders are displayed,
> the problem is that the sub menu tables are displayed behind everything
> else...
> How can i change it to be displayed on Top'
> thanks
> --
> AdamPC@.hotmail.com

Please Help - me

Hi there
I have a table which contains all the sub folders for my drop down menu...
when the mouse goes over the menu, the sub folders are displayed,
the problem is that the sub menu tables are displayed behind everything
else...

How can i change it to be displayed on Top??
thanks

--
AdamPC@dotnet.itags.org.hotmail.comUse the CSS style z-index.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.

"ACaunter" <AdamPC@.hotmail.com> wrote in message
news:6489CE5A-EA20-41C2-BC4D-AE09A269795C@.microsoft.com...
> Hi there
> I have a table which contains all the sub folders for my drop down menu...
> when the mouse goes over the menu, the sub folders are displayed,
> the problem is that the sub menu tables are displayed behind everything
> else...
> How can i change it to be displayed on Top??
> thanks
> --
> AdamPC@.hotmail.com