Re: [css-d] emulating tables...

2005-11-03 Thread [EMAIL PROTECTED]
change this: 50 Cent - In Da Club to this: 50 Cent - In Da Clubhttp://imageURLHere"; /> >> >>What would be the best way of making the ear icons links - without using >>any tables? >> >>TIA, >> >>Vince >> > > My suggestion for your CSS: > .top20list a { > display:block; // fills the LI with t

Re: [css-d] emulating tables...

2005-11-03 Thread Mark Canlas
L PROTECTED] > discuss.org] On Behalf Of Vincent Hide > Sent: Thursday, November 3, 2005 12:12 PM > To: css-d@lists.css-discuss.org > Subject: [css-d] emulating tables... > > Hi All, > > I am currently working on this: > > http://www.lampdesign.co.uk/desdev/tan/

Re: [css-d] emulating tables...

2005-11-03 Thread Derek de Jong
Vincent Hide wrote: >Hi All, > >I am currently working on this: > >http://www.lampdesign.co.uk/desdev/tan/ > >The top 20 tracks box comprises of a with a background image on the >'s (for the ear icon). > >What would be the best way of making the ear icons links - without using >any tables? > >TIA

Re: [css-d] emulating tables...

2005-11-03 Thread Kevin Cannon
Hey, Why not just use an actual image in there? Or else have a link in your list like this: - artist [link] - artist [link] - artist [link] - artist [link] - artist [link] Then use image replacement on the link and float it right. You could also use Definition lists either. http://www.moro

[css-d] emulating tables...

2005-11-03 Thread Vincent Hide
Hi All, I am currently working on this: http://www.lampdesign.co.uk/desdev/tan/ The top 20 tracks box comprises of a with a background image on the 's (for the ear icon). What would be the best way of making the ear icons links - without using any tables? TIA, Vince