Need this IE and Firefox compatible.

liunx

Guest
.block_1 {
WIDTH: 315px;
float: left;
height: 100px;
margin-top: 5px;
margin-left: 155px;

}
.block_2 {
WIDTH: 315px;
float: left;
height: 80px;
margin-top: 125px;
margin-left: 155px;
}

Anyone tell me why this looks different in IE than it does in Firefox? In IE it has a HUGE blank space between the two bodies of text but in Firefox it is spaced the way I want it.I guess the height line was giving IE some problems. I just omitted that and it seems to be working now. *shrug*check it in Opera as well
 
Back
Top