Click here to Skip to main content
15,890,717 members
Please Sign up or sign in to vote.
2.22/5 (3 votes)
See more:
I'm working in Asp.net ,in one page i'm using jquery dropdown list and Calender Ajax.when i click textbox to use calender its overlap jquery ddl.. I donot know if i'm explaining good , Please check this image ,Hope you'll understand what i mean
XML
<a href="http://www.flickr.com/photos/106258593@N02/">http://www.flickr.com/photos/106258593@N02/</a>[<a href="http://www.flickr.com/photos/106258593@N02/" target="_blank" title="New Window">^</a>]
Posted
Updated 22-Oct-13 3:19am
v4
Comments
JasonMacD 22-Oct-13 9:12am    
Have you inspected the elements to see the css that is being rendered. It's easiest to do it in Chrome. Launch your app on your localhost in Chrome, press f12 and navigate through your elements to see which css is causing the issues.
ShortProgrammer 22-Oct-13 9:14am    
CSS Issue ,,I do'nt think its Css Issue Because as you can see other textbox ,on other texbox its work good. ,only overlap jquery DDL.If i remove Jquery class from DLL then its work good too LOL .But problem creat with Jquery,
Sunasara Imdadhusen 22-Oct-13 9:21am    
try with z-index and position to absolute
JasonMacD 22-Oct-13 9:22am    
jQuery controls use css, if it is a visual problem it can ususally be solved by css. Read this about css ZIndex:

http://css-discuss.incutio.com/wiki/Overlapping_And_ZIndex
ShortProgrammer 22-Oct-13 9:50am    
Thanks you So much ,yes its work for me ,

1 solution

I've Solve this Problem By puting z-index and position to absolute in CSS
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 24-Oct-13 11:37am    
How can it be a solution? You should not post such content as solution. Please use comments or "Improve question".
—SA
ShortProgrammer 24-Oct-13 11:40am    
WEll YOu know what was my problem tital?? this one
{ Ajax Calender Overlaping over Jquery Dropdownlips in Asp.net c#}
So jQuery controls use css, it is a visual problem it can ususally be solved by css. Read this about css ZIndex:

http://css-discuss.incutio.com/wiki/Overlapping_And_ZIndex

So just set Z-index =4 then my problem Solve LOL .
ShortProgrammer 24-Oct-13 11:44am    
Between i think you're not good programmer to solve Problem LOL ,Please Don't mind
Sergey Alexandrovich Kryukov 24-Oct-13 13:14pm    
Look, Tariq.
Don't be ridiculous. And rude. Remember: people here are not idiots, they can read all your posts and all my posts and other materials... Aha?
—SA
ShortProgrammer 25-Oct-13 6:57am    
Yeah i know Sorry For that

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900