Dears,
here's I tryed to put some hands, no results.
If you use the template beez, distributed with RC1, there is this shitty problem with IE, using a form with <dl>, dt> and <dd> declaration.
It's this: if you have a mouse over evnt, over a menu of Joomla, the form (the lines inside the <dl> command) disappear!!!
here's the code of a form:
I want to usea a <dl>... <dd> commands because I 'd like to make a form formatted with css and accessible.
Other ideas?
Of course, with opera and Firefox no problem....:angry:<br><br>Post edited by: GreyHead, at: 2007/11/11 08:46
here's I tryed to put some hands, no results.
If you use the template beez, distributed with RC1, there is this shitty problem with IE, using a form with <dl>, dt> and <dd> declaration.
It's this: if you have a mouse over evnt, over a menu of Joomla, the form (the lines inside the <dl> command) disappear!!!
here's the code of a form:
<h2>Progettare con più stakeholders</h2>
<p></p>
<br>
<p>
<fieldset>
<legend><strong>Benintegra il tuo gruppo!</strong></legend>
Il questionario raccoglie informazioni sulle attività della Vostra
associazione/gruppo/ente od azienda in investimenti per migliori
integrazioni economico-sociali. Potrete promuoverla, farla conoscere, cercare collaboratori, cercare finanziatori.
<strong>Obiettivo:</strong> costruire alberi di
problemi/opportunità per <strong>sviluppare design
progettuali</strong> e logical frameworks con altri stakeholders: <strong>creare rete!</strong>
</fieldset>
</p>
<br>
<p>
<fieldset><legend><strong>Scheda Stakeholder</strong>
</legend>
<dl>
<dt> <label for="name">Nome:<b>*</b></label></dt>
<dd><input name="name" id="name" type="text">
<span class="hint">Inserite il nome della Vostra
Associazione/Gruppo/Ente o Azienda.<span class="hint-pointer"> </span></span>
</dd>
<dt><label for="stato">Stato Sociale:</label></dt>
<dd>
<select name="stato">
<option>ONG</option>
<option>Onlus</option>
<option>S.c.p.a.</option>
<option>S.p.a.</option>
<option>S.r.l.</option>
<option>S.n.c.</option>
<option>Pubblico</option>
<option>Altro</option>
</select>
</dd>
<dt><label for="referente">Referente:<b>*</b></label></dt>
<dd><input name="referente" id="referente" type="text"> </dd>
<dt><label for="allegato">Logo:</label> </dt>
<dd><input name="allegato" id="logo" type="file"><br>
<small>Allegate il logo della Vostra
associazione/gruppo/ente. <br>
Dimensioni consigliate: 10cm per il lato lungo.<br>
Formati: *.jpg, *.png, *.gif, *.tif<br>
</small></dd>
</dl>
</fieldset>
So the first fieldset will be visible, the second not on a mouseover event on a joomla menu.
I want to usea a <dl>... <dd> commands because I 'd like to make a form formatted with css and accessible.
Other ideas?
Of course, with opera and Firefox no problem....:angry:<br><br>Post edited by: GreyHead, at: 2007/11/11 08:46
Hi gg4j,
It's probably simplest to get the menu code fixed so that it only changes the <dl> in the menu and not all the <dl>s on the page. Assuming that I'm understanding correctly.
Bob
It's probably simplest to get the menu code fixed so that it only changes the <dl> in the menu and not all the <dl>s on the page. Assuming that I'm understanding correctly.
Bob
This topic is locked and no more replies can be posted.