close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Datepicker not displaying

Thread began 10/08/2012 1:24 pm by jmiddleton380237 | Last modified 10/09/2012 5:06 pm by jmiddleton380237 | 1204 views | 2 replies |

jmiddleton380237

Datepicker not displaying

I'm adding a form to my page including the datepicker. The datepicker doesn't show up at all when clicking in the Best Date box.

Page:
request_an_appointment.php

It works fine when in a blank page:
appointment_test.php

I have read the threads warning about jquery conflicts. I cannot find the problem in my code. Any ideas?

Sign in to reply to this post

Jason ByrnesWebAssist

the problem is caused by the MainDiv z-index setting.


change the z-index:1:

#MainDiv {
position:relative;
width:979px;
min-height: 100%;
height: auto !important;
height: 100%;
z-index:1;
background-color: #FFF;
margin-right: auto;
margin-left: auto;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-right-color:#000;
border-left-color: #000;
top: 0px;
margin-top: 0px;
margin-bottom: 0px
}




to -1:

#MainDiv {
position:relative;
width:979px;
min-height: 100%;
height: auto !important;
height: 100%;
z-index:-1;
background-color: #FFF;
margin-right: auto;
margin-left: auto;
border-top-width: 0px;
border-right-width: 1px;
border-bottom-width: 0px;
border-left-width: 1px;
border-top-style: none;
border-right-style: solid;
border-bottom-style: none;
border-left-style: solid;
border-right-color:#000;
border-left-color: #000;
top: 0px;
margin-top: 0px;
margin-bottom: 0px
}
Sign in to reply to this post

jmiddleton380237

That sure did the trick. Thank you once again Mr. Byrnes! Your software works great when someone who knows how to build a website uses it. Until then, you'll have to keep teaching me.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...