logo       

Re: left float right form position problem: msg#01252

Subject: Re: left float right form position problem
> http://www.columbuswebmakers.com/DivTestsWithFormRight.html
>
> Why is it that it looks just as I want in IE but in Opera and in NS the
form
> on the right wants to move down and left below the float?


div#right79 {
 margin 0 0 0 20%;

Missing colon after 'margin' property



<!--  width: 90%; -->
<!--  width: 300px; -->

CSS comments are in the format of:
 /* this is a comment */



Remove every instance of "clear: both;"

Remove every instance of "float: left;" except for div#leftFloat.

Remove "margin: 0px auto;" from the DIVs unless you want the DIVs to be
centered in Opera and Mozilla.

Put the width of the first DIV back in if you want it to be the same width
as the other two DIVs.



Tim

_______________________________________________
css-discuss [css-discuss@xxxxxxxxxxx]
http://three.pairlist.net/mailman/listinfo/css-discuss
Sponsored by www.westciv.com - CSS resources | software | learning



<Prev in Thread] Current Thread [Next in Thread>