PDA

View Full Version : form element goes through calender pop up?


chris_nl
04-21-2006, 09:47 AM
Hello,

When hovering over the calender on my webpage the pop up appears.
But the form element goes right through it?

I changed the Z index both ways.. but with no result.

Does anybody reconize this problem?


The second problem i have is as you can see in IEXPLORER the calender is nice alligned. But in FIREFOX it is not aligned.

I used a simple class like "padding-left: 10px;"

Anybody has an solution for this?

Thanks


the url of the page is:

http://www.webdesign-cs.com/le-ri-crystal/contactpagina.php

Brian
04-21-2006, 10:01 AM
This may help with your form issue:

http://www.bosrup.com/web/overlib/?Plugin_-_Hideform

chris_nl
04-21-2006, 11:34 AM
Hello Brian,

I included the 2 javascripts "overlib.js" and "overlib_hideform.js"
but still the same result.

Do you have another option?

chris_nl
04-23-2006, 09:42 AM
Is there an example how to intergrate this kind of script in your
calendar? I guess more people use a from?

Brian
04-23-2006, 09:48 AM
It looks like all but your drop-down form elements are behind the pop-ups. Is that what you see?

It appears that your OL code appears just before the calendar, instead of just after the <body> element... Have you tried it there?