Thu, 2005-03-31 17:41
hi guys!
http://test.bobbysmiles.com/test50.htm
can someone explain how to solve this:
in FF the layout of the 'newsletter-input box' looks ok, in IE it doesn't ...
cheers
Thu, 2005-03-31 18:37
#1
<input> looks correct in FF, not in IE
Your .insert_p is inheriting the left-margin property of 50px from your .insert.
.insert { float: right; width: 150px; position: relative; [b]margin-left: 50px;[/b] background-color: #fff; margin-right: -20px; margin-top: -20px; } .insert p { font-size : 9px; color : #333333; line-height : 12px; font-family : Verdana, Arial, Helvetica, sans-serif; } .insert_p { font-size : 9px; color : #333333; line-height : 12px; font-family : Verdana, Arial, Helvetica, sans-serif; text-align: left; margin-bottom: 45px; }
try adding
margin-left: 10px;
to your .insert_p
Thu, 2005-03-31 18:59
#2
<input> looks correct in FF, not in IE
hmm, no, it's even wurse :roll:
Thu, 2005-03-31 19:16
#3
<input> looks correct in FF, not in IE
pff, it's solved.
Just added <form> tag :?