Posted by Jonathan N. Little on 01/20/07 05:38
Jonathan N. Little wrote:
<snip>
> /* get fieldset groups right aligned */
> #subscribe FIELDSET { margin: o; padding: .5em; border: 1px solid #eee;
Type that should be margin: 0;
<snip>
> /* re-style input boxes within fieldset to align with lables */
> #subscribe FIELDSET INPUT { display: block; margin: -1.25em 0 auto
> auto; width: 11em; }
Ol' IE has trouble with the negative top margin on the input boxes to
align with will the labels, f*** up the border on the fieldset, remove
the border on the fieldset and looks okay. <sigh> Good old IE!
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
[Back to original message]
|