diffences in IE and Firefox...new problem...

liunx

Guest
this is the page
<!-- m --><a class="postlink" href="http://www.legaforum.com/Fantacalcio/Boboli/sito_css/base.php">http://www.legaforum.com/Fantacalcio/Bo ... s/base.php</a><!-- m -->

if you look at the logos with the green dot on the right with a dashed border around you understand...

IE6 is ok
Firefox make a much lower dashed box around the image



<span class="minilogo"><? echo "$minilogo<img src='http://www.webdeveloper.com/forum/archive/index.php/../images/$invio' border='0' align='absmiddle'>"; ?></span>


where $minilogo is an image...

and this is the css

.minilogo {background-color:#fff;
border:2px dashed #88f;
padding: 5px;
margin: 5px;

}


any idea ???Always start trouble shooting here (<!-- m --><a class="postlink" href="http://validator.w3.org/check?verbose=1&uri=http%3A//www.legaforum.com/Fantacalcio/Boboli/sito_css/base.php">http://validator.w3.org/check?verbose=1 ... s/base.php</a><!-- m -->) .
 
Back
Top