I have this website that has a list of products with a thumbnail, articlename and so on. At first glance it looks like your basic table. But then the articlename and status pop up. It just feels dirty creating this markup with col– and rowspans.
So I was thinking of creating a ul with a dl in every li and the dt as display:none. It feels more semantic, but then how do I format the head?
####################################################### # FOTO PRICE YEAR FUELTYPE # ####################################################### # #### # # #### Articlename | status # # #### $2000 2007 LPG # ####################################################### # #### # # #### Articlename | status # # #### $2000 2007 LPG # ####################################################### # #### # # #### Articlename | status # # #### $2000 2007 LPG # #######################################################