Ordered List with Absolute Positioning of Images (but no block level elements)

This example positions images within each list item absolutely, relative to their parent list item but break tags are used to separate each line allowing textual elements to be set to display:inline. As there is no longer the combination of position:relative and blocked elements Opera gets the display right.

  1. Item 1 Title


    Lorem ipsum dolor sit amet, consectetuer adipiscing elit.


    More Info about Item 1
  2. Item 2 Title


    Lorem ipsum dolor sit amet, consectetuer adipiscing elit.


    More Info about Item 2