Last post Oct 06, 2016 02:32 AM by Brando ZWZ
None
0 Points
1 Post
Oct 05, 2016 12:57 PM|qasimdesigner|LINK
i am facing a problem my dropdown menu is hiding behind the ddl list box options anyone can help to resolve?
Star
9831 Points
3120 Posts
Oct 06, 2016 02:32 AM|Brando ZWZ|LINK
Hi qasimdesigner,
qasimdesigner i am facing a problem my dropdown menu is hiding behind the ddl list box options anyone can help to resolve?
According to your description, I couldn't understand your issue clearly.
Could you please post some relevant codes or image about this issue?
If you could post more relevant codes, it will be more easily for us to reproduce the issue and find the solution.
Besides, I suggest you could set dropdown menu's CSS z-index property.
The z-index property specifies the stack order of an element.
An element with greater stack order is always in front of an element with a lower stack order.
Note: z-index only works on positioned elements (position:absolute, position:relative, or position:fixed).
More details, you could refer to follow link:
http://www.w3schools.com/cssref/pr_pos_z-index.asp
Best Regards,
Brando
None
0 Points
1 Post
Menu hiding behind the ddl list
Oct 05, 2016 12:57 PM|qasimdesigner|LINK
i am facing a problem my dropdown menu is hiding behind the ddl list box options anyone can help to resolve?
Star
9831 Points
3120 Posts
Re: Menu hiding behind the ddl list
Oct 06, 2016 02:32 AM|Brando ZWZ|LINK
Hi qasimdesigner,
According to your description, I couldn't understand your issue clearly.
Could you please post some relevant codes or image about this issue?
If you could post more relevant codes, it will be more easily for us to reproduce the issue and find the solution.
Besides, I suggest you could set dropdown menu's CSS z-index property.
The z-index property specifies the stack order of an element.
An element with greater stack order is always in front of an element with a lower stack order.
Note: z-index only works on positioned elements (position:absolute, position:relative, or position:fixed).
More details, you could refer to follow link:
http://www.w3schools.com/cssref/pr_pos_z-index.asp
Best Regards,
Brando