Hi all,

I'm trying to figure out and understand a problem that I have multiple
times while coding, so if anyone can point me out what I'm doing
wrong, and which is the best direction I can follow I'll appreciate
it.

Here's the problem

I have a div with a small image only ( 5px per example ) if I do :

<div id="my5pxdiv"><img src="my5pxImg.jpg" height="5" /></div>

with no style associate with it, it displays the image but with some
'borders' around it.

If I add

#my5pxdiv{ height:5px; }

it sometimes works making the div height equal 5px, but sometimes not.

you can take a peek at:
http://www.mobilciclo.org/novosite/eventos/
css at:
http://www.mobilciclo.org/novosite/assets/eventos.css

the bottom div's in the multimedia part follow this scenario...

how should I proceed here ?

TIA
Marcelo
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to