Hi,
im having problems with the z-index of the form.
Seems only with IE.
I changed even in chrontcontact.html.php
<form name="<?php echo "ChronoContact_".$rows[0]->name; ?>" id="<?php echo "ChronoContact_".$rows[0]->name; ?>" method="<?php echo $paramsvalues->formmethod; ?>" action="<?php echo $actionurl; ?>" <?php echo $rows[0]->attformtag; ?> >
to
<form name="<?php echo "ChronoContact_".$rows[0]->name; ?>" method="<?php echo $paramsvalues->formmethod; ?>" action="<?php echo $actionurl; ?>" <?php echo $rows[0]->attformtag; ?> style="z-index:0; position:relative">
Also changed form css in template
form{
z-index:0;
position:relative;
}
tried also absolute, Chronforms always stays on the top layer?
why?
best
M
im having problems with the z-index of the form.
Seems only with IE.
I changed even in chrontcontact.html.php
<form name="<?php echo "ChronoContact_".$rows[0]->name; ?>" id="<?php echo "ChronoContact_".$rows[0]->name; ?>" method="<?php echo $paramsvalues->formmethod; ?>" action="<?php echo $actionurl; ?>" <?php echo $rows[0]->attformtag; ?> >
to
<form name="<?php echo "ChronoContact_".$rows[0]->name; ?>" method="<?php echo $paramsvalues->formmethod; ?>" action="<?php echo $actionurl; ?>" <?php echo $rows[0]->attformtag; ?> style="z-index:0; position:relative">
Also changed form css in template
form{
z-index:0;
position:relative;
}
tried also absolute, Chronforms always stays on the top layer?
why?
best
M
Hi tullski,
Did a quick Google and it looks as though that's a feature of IE :-)
Bob
PS You don't need to hack the code to add the style to the form tag - just put it in the 'Form tag attachments' box on the General Tab.
Did a quick Google and it looks as though that's a feature of IE :-)
Bob
PS You don't need to hack the code to add the style to the form tag - just put it in the 'Form tag attachments' box on the General Tab.
Thx,
for the response.
How is the correct syntax?
I put
style="z-index:0;position:relative"
into the field.
Pls take a look wirh IE7
http://www.trainer-ranking.de/bewertungsportal/index.php?option=com_chronocontact&chronoformname=form_profibewerter
RollOVer main nav and see the subnavs disappear behind the form😟
for the response.
How is the correct syntax?
I put
style="z-index:0;position:relative"
into the field.
Pls take a look wirh IE7
http://www.trainer-ranking.de/bewertungsportal/index.php?option=com_chronocontact&chronoformname=form_profibewerter
RollOVer main nav and see the subnavs disappear behind the form😟
Hi tullski,
Yes, IE puts forms in front - nothing to do with ChronoForms, call Microsoft and complain.
Bob
Yes, IE puts forms in front - nothing to do with ChronoForms, call Microsoft and complain.
Bob
Hi tullski,
get Firefox with Firebug and keep editing the css and see if you will get a fix, as Bob said, nothing to do with Chronoforms at all, maybe ask the dropdown menu developer!
Cheers
Max
get Firefox with Firebug and keep editing the css and see if you will get a fix, as Bob said, nothing to do with Chronoforms at all, maybe ask the dropdown menu developer!
Cheers
Max
This topic is locked and no more replies can be posted.
