I have a ChronoForm that I built on <!-- w --><a class="postlink" href="http://www.tarrlaw.net">www.tarrlaw.net</a><!-- w --> that looks fine in Firefox and Safari but there is too much padding to the left in IE 8. Please let me know how to fix it.
Hi mkusens,
Looks like the 30px margin here is the problem
Bob
Looks like the 30px margin here is the problem
/* Rule N°2 from http://www.tarrlaw.net/components/com_chronocontact/themes/default/css/style1-ie7.css */
.form_element {
MARGIN-TOP: 8px;
WIDTH: 85%;
FONT-FAMILY: Arial, Helvetica, sans-serif;
FLOAT: left;
MARGIN-LEFT: 30px;
FONT-SIZE: 14px
Bob
This topic is locked and no more replies can be posted.