If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > ASP > Menu bar being block by combo box

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-06-04, 03:27
michaelfg81 michaelfg81 is offline
Registered User
 
Join Date: Mar 2004
Posts: 202
Menu bar being block by combo box

HI,

I have this problem which happen in the interface of my web site.
I have this meny bar at the vary top and when the menu bar is in the pull down form, the combo box beneath it will cover the menu bar.
But how come this doesn't happen to textbox?
Basically this combo box is covering my menu bar which suppose to be on top of it when the menu bar is in the pull down form.
How can i overcome this problem?
Thanx in advance
Reply With Quote
  #2 (permalink)  
Old 12-19-04, 20:46
rokslide rokslide is offline
Registered User
 
Join Date: Nov 2003
Location: Christchurch, New Zealand
Posts: 1,617
Yup, it's annoying isn't it. I bet you are using iFrames and most likely absolute postioning....

Two things that might solve your problem.

1. Try using the z-index on your frame to bring it in front of your drop down...

2. Wrap your drop down in a div and hide it using javascript when you activate the menu....

Other then that oyu can re-arrange your page so there is no overlap.
Reply With Quote
  #3 (permalink)  
Old 12-20-04, 02:40
michaelfg81 michaelfg81 is offline
Registered User
 
Join Date: Mar 2004
Posts: 202
Thanx for the explanation.
I try and overcome it and c.
Thanx again
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On