[thelist] Button alignment on Safari

Lee kowalkowski lee.kowalkowski at googlemail.com
Mon Oct 23 16:44:33 CDT 2006


On 23/10/06, Max Schwanekamp <lists at neptunewebworks.com> wrote:
> Anyone care to send me a clue as to what's wrong with my CSS on this page?
> Looks fine in IE 6 & 7, Firefox 1.0 - 2.0RC3, but in Safari 2 the submit
> button is generally floating around on the right side of the form.
> Examples:
> http://ce-credit.com/courses/search
> https://ce-credit.com/members/login
>
> Suggestions?

Your FIELDSETs have floating DIVs inside them, but your submit button
doesn't clear them.  Perhaps you need to do this.

And if you're going to have floating DIVs in your FIELDSETs, you'll
either need to make the FIELDSETs float too, or have a clearing
element.

-- 
LK



More information about the thelist mailing list