Hi guys,
im having problem with form width in IE6
Code HTML4Strict:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
Code CSS:/* Forms */ .clearing { clear: both; } .alert, .error { color: red !important; font-size: 11px; font-family: arial; font-weight: normal !important;} ol.forms { float: left; list-style: none; width: 100%; padding:0 0 0 5px; } ol.forms li { clear: left; float: left; line-height: 1.5em; margin-bottom: 0.5em; width: 100%; } ol.forms label { cursor: pointer; display: block; float: left; line-height: 1.5em; padding-right: 1%; text-align: right; width: 20%; padding-top: 5px; } ol.forms input { width: 39%; padding: 2px 2px; border: solid 1px #AACFE4; } ol.forms textarea { height: 6em; width: 64%; padding: 2px 2px; border: solid 1px #AACFE4; } ol.forms input, ol.forms textarea, ol.forms button { font: 1em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; } ol.forms .error { display: block; margin: 0.25em 0 0 21%; } ol.forms li.buttons { padding-left: 11%; width: 89%; } #submit:hover { background: #F79423 !important; border: 1px solid #FF79A6; } #submit { background: #81C105; color: white; font-size: 12px; font-family: "Trebuchet MS"; margin:0 0 0 48px; padding: 3px 15px 3px 15px !important; border: 1px solid #9BCC4F; font-weight: bold; } #contactform {background:#FAFAFA; padding:5px; border-top: 1px solid #F79423; overflow: auto;}
Thanks




Reply With Quote




Bookmarks