| Author |
DatePicker being displayed in the backside of child web page
|
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 973
|
|
|
DatePicker is being displayed on the backside of child web page... Need help in that
|
http://www.lifesbizzare.blogspot.com || OCJP:81%
|
 |
Jeff Verdegan
Bartender
Joined: Jan 03, 2004
Posts: 5893
|
|
I have no idea what you're saying here. What are you trying to do? What problems are you having with it? What does "displayed in the backside of child web page" even mean? And is that happening and it's a bad thing? Or is it what you want to make happen but don't know how to do?
|
 |
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 973
|
|
Jeff Verdegan wrote:I have no idea what you're saying here. What are you trying to do? What problems are you having with it? What does "displayed in the backside of child web page" even mean? And is that happening and it's a bad thing? Or is it what you want to make happen but don't know how to do?
When I Click on an Hyperlink a new Page opens over the previous page.. the new page is having the date picker but when i click on datepicker its being displayed on the old page
|
 |
Jeff Verdegan
Bartender
Joined: Jan 03, 2004
Posts: 5893
|
|
Vishal Hegde wrote:
When I Click on an Hyperlink a new Page opens over the previous page.. the new page is having the date picker but when i click on datepicker its being displayed on the old page
Are these pages that you wrote and is Java involved somehow? If so, you have to provide code. If not, why are you posting this question here?
|
 |
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 973
|
|
Jeff Verdegan wrote:
Vishal Hegde wrote:
When I Click on an Hyperlink a new Page opens over the previous page.. the new page is having the date picker but when i click on datepicker its being displayed on the old page
Are these pages that you wrote and is Java involved somehow? If so, you have to provide code. If not, why are you posting this question here?
its an Ajax form in which i am trying to display a datepicker, but its showing the datepicker behind
|
 |
Jeff Verdegan
Bartender
Joined: Jan 03, 2004
Posts: 5893
|
|
Vishal Hegde wrote:
its an Ajax form in which i am trying to display a datepicker, but its showing the datepicker behind
I see. So you wrote some code and it's not behaving as you want it to? Then you probably have a bug in your code. The most effective solution will probably be to fix the bug.
|
 |
Vishal Hegde
Ranch Hand
Joined: Aug 01, 2009
Posts: 973
|
|
|
I just resolved it by changing the z-index in the css sheet.
|
 |
 |
|
|
subject: DatePicker being displayed in the backside of child web page
|
|
|