Hi,

I know it is not tapestry specific, but was hoping somebody on the list encountered the same problem.

I have a page which renders fine in FF, and mostly good in IE7.
However for some fields, using html like :

<div class"myField"><label>bla</label><input></div>

the styling is wrong in IE. If I change this to

<div class"myField"><label>bla</label>
<input></div>

(indeed, only adding a newline) the styling is correct in IE7 as well.
Now I obviously have the additional problem that tapestry removes unnecessary whitespace, making the "obvious" solution not work.

Anybody encountered something similar of has any clues towards a fix?

Thanks,
Joachim

--
Joachim Van der Auwera
PROGS bvba, progs.be


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to