Accueil › Forums › Programmation WIMS › Programmation d’exercices OEF › comportement étrange avec css › Reply To: comportement étrange avec css
13 juin 2013 à 09:53
#1530
jm.evers
Participant
::
So it is dependant on the browser, the system or the version. Not on the way to use the table (as css or normally). It is exactly what I wanted to emphasize !
Absolutely not !!!
Using the MathML + input field » together in
- one table-cell
- one paragraph
- one div
is your problem.
(assuming you don’t want to work with ‘absolute width/height’)
The only sensible way to force « Mathml + inputfield » in an (optical) horizontal alignment is to use two table-cells in a single row.
<tr><td>MATHML</td><td>INPUTFIELD</td></tr>
Just try it
kind regards,
J.M. Evers
about css ,inputfields and tables