G
Gonzalo
Hi,
IE is rendering the buttons incorrectly when the button's
text is longer than 18 characters, here is an example:
(change the "[" to "<" to get the html code)
[button type="button"
onclick="window.open('BadDisp.htm','_self');" ]
1234567890123456789
[/button]
[button type="button"
onclick="window.open('CorrectDisp.htm','_self');" ]
123456789012345678
[/button]
Any hints or workarounds welcome!
IE is rendering the buttons incorrectly when the button's
text is longer than 18 characters, here is an example:
(change the "[" to "<" to get the html code)
[button type="button"
onclick="window.open('BadDisp.htm','_self');" ]
1234567890123456789
[/button]
[button type="button"
onclick="window.open('CorrectDisp.htm','_self');" ]
123456789012345678
[/button]
Any hints or workarounds welcome!