Re: [css-d] Floated definition list, markup order vs. display

2008-01-16 Thread Gunlaug Sørtun
Timothy Kelty wrote: > I guess it would still make sense semantically if I had the image > below the still, right? Don't know what kind of "semantic sense" its _position_ is supposed to carry, but if it's a product-image it might make sense to move the dd.image in the source-code so it came fir

Re: [css-d] Floated definition list, markup order vs. display

2008-01-16 Thread Gunlaug Sørtun
Timothy Kelty wrote: > http://geniuscar.com/tests/def-list-float.html > I want the block to float left all the way at the > top, with the and the rest of the lined up on the right. A float can't go higher than the last preceding float. This keeps the dd.image down there alongside dd.price. Yo

Re: [css-d] Floated definition list, markup order vs. display

2008-01-16 Thread Highpowered
Timothy Kelty wrote: > I'm trying to create a definition list with floated s and s...see > example here:http://geniuscar.com/tests/def-list-float.html > > Essentially, I want preserve this markup: > > Title of product > subtitle of product > 8" x 6" x 1" > $225 > > This is supposed to float left

[css-d] Floated definition list, markup order vs. display

2008-01-16 Thread Timothy Kelty
I'm trying to create a definition list with floated s and s...see example here:http://geniuscar.com/tests/def-list-float.html Essentially, I want preserve this markup: Title of product subtitle of product 8" x 6" x 1" $225 This is supposed to float left all the way at the top I want the bloc