Bobby Jack wrote:
> --- On Wed, 3/18/09, Giuseppe Craparotta <[email protected]> wrote:
> 
>> http://www.giuseppecraparottacv.co.uk/doubts/press.html
>>
>> - Is it any way to eliminate it which is not making the
>> images *block
>> elements*?
> 
> What you're seeing is the whitespace between those image elements in your 
> markup. You could try removing it, e.g.
> 
> <div id="top">
>     <img src="covers/bot1.gif" /><img src="covers/bot1.gif" /><img 
> src="covers/bot1.gif" /><img src="covers/bot1.gif" />
> </div>

... and to eliminate the gaps underneath, try

   img { vertical-align: bottom; }

Cordially,
David
--

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to