Sent by Tim Rivera on 29 September 2002 21:09
> 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