Not signed in (Sign In)

Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthorkindredm73
    • CommentTimeJan 16th 2008 edited
     
    Hi there,

    Although my form works perfectly in IE7, the fields are mis-aligned/bleed into other in IE6. I suspect this is to do with the required field asterix, but am at a loss as to how to fix this in the CSS. Can anyone help?

    Please view page 2 of my form in IE6 here (screengrab): http://farm3.static.flickr.com/2377/2197472904_53516b3b3f_o.jpg

    Many thanks,

    -K.
    • CommentAuthorcedsav
    • CommentTimeJan 16th 2008
     
    Thank you for signaling this. I think the best solution at this point is to add this to your form:

    <style type="text/css">
    * html .wForm label.preField {
    width: auto !important;
    }
    </style>

    Please refer to the documentation to see where to place this code:
    http://app.formassembly.com/pages/support/customization


    We'll review the default layout stylesheet and see if we need to make that change there directly.
    • CommentAuthorkindredm73
    • CommentTimeJan 17th 2008
     
    Thanks very much - your fix did the trick!

    Cheers.
    • CommentAuthorjbrennan
    • CommentTimeMay 23rd 2008
     
    How did you do this? I put it in and I still have the same issue with IE6!