[css-d] Un-wanted space around images

2007-07-19 Thread faramineux
I want six thumbnails of the same size lined up horizontally to be touching each other. They do until I create a link out of each of them. A white space appears around them: 2-4px wide. How do I prevent that? I have 3 rows of 6 images and I want to create a solid block. Each individual

Re: [css-d] Un-wanted space around images

2007-07-19 Thread Joel D Canfield
I want six thumbnails of the same size lined up horizontally to be touching each other. They do until I create a link out of each of them. you may only be styling the img; if they're links, you'll need to style the a as well (which would explain why it happens when you make them links)

Re: [css-d] Un-wanted space around images

2007-07-19 Thread Arian Hojat
Can u post a simple test example with just a row of (I assume floated?) a and img html, and styles for those 2. BUTTT be4 that, i have a feeling the whitespace is causing issue if u r not floating them. like the returns between these will cause whitespace img/ img/ img/ Try this...

Re: [css-d] Un-wanted space around images

2007-07-19 Thread Arian Hojat
hmm seems like u didnt try the suggestion?, get rid of the whitespace between the a /a __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information --

Re: [css-d] Un-wanted space around images

2007-07-19 Thread faramineux
hmm seems like u didnt try the suggestion?, get rid of the whitespace between the a /a A closing tag like br /? I have never seen img/ before. imgimg/? __ css-discuss [EMAIL PROTECTED]

Re: [css-d] Un-wanted space around images

2007-07-19 Thread Arian Hojat
your code between 2 images looks like this: a id=thumb1 href=tiles/32dd.jpg class=highslide onclick=return hs.expand(this, {captionId: 'caption1'})img src=tiles/slices/32dd.jpg alt= border=0 height=300 width=70/a!GET RID OF THIS 'in between' SPACE!!