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