Forums / Setup & design / Standard user edit/register template not rendering nicely in Internet Explorer 6
Tore Skobba
Monday 10 November 2003 10:11:04 am
Hi
Just wondering if anyone have had problems with the standard user edit and register templates in Internet Explorer 6? I inserted them into an table cell and tried to use them as they were. However, this leads to the tabel cell expanding way to much,i.e. lots of whitespace in the rendered cell. The solution to this seems to be to remove all DIV and LABEL tags in the standard edit, register templates. But I guess this is a very crude solution, maybee someone else has any other nicer solutions.
CheersTore
Alex Jones
Monday 10 November 2003 11:46:06 am
Did you copy the associated styles to your design as well?
Alex
Alex [ bald_technologist on the IRC channel (irc.freenode.net): #eZpublish ] <i>When in doubt, clear the cache.</i>
Tuesday 11 November 2003 3:19:54 am
jaja.. Checking the CSS and template code better I saw that this created the wrongly rendering in IE 6:
core.css input.box, textarea.box { width: 468px;}
By setting width to 200px it worked fine:)
Tuesday 11 November 2003 6:11:43 am
Good to hear! Mixing CSS with tables for layout can be pretty confusing, all the more so when someone else wrote the CSS.