Update 16 Mar 2004: Opera 8 beta3 respects rule 5 in CSS2.1 9.5.1 Thank you!


css-d: eight matches for Opera8 beta [was: 7]


html { margin: 0; padding: 0; border: 0;}

body{
    margin:0;
    padding: 25px 25px 300px 25px;
    background:#ddd;
    float: left;
    }

.match{
    float: left;
    margin:0 0 25px 10px;
    background: #FFDF00;
    width:200px;
    height:24px;
    }

.head{
    float: left;
    width: 12px;
    height: 12px;
    background: #BF0000;
    margin: 0 0 0 1px;
    }

<div class="match"></div><a href="#link" class="head" ></a>
.
.
.
.
.
.
.