Test cases for Opera CSS menu redraw renderbug

Working case

Floated right, but with a one-pixel transparent border applied to the .header element's parent.

CSS

.section {
border: 1px solid transparent;
}

.section .header .nav {
float: right
}

Example

The Open Planning Project