IE Css problem
-
Hi,
I want to add a small graphic at the end of my site ‘breadcrumb’. I’ve used this piece of code:
<!-- start: breadcrumb -->
<?php get_breadcrumb() ?>
<div id="breadcrumb"> > pagina principal</div>
<div id="detail"> <img src="/tests/detalle.gif" width="32" height="12" /></div>
<!-- end: breadcrumb -->
where:
#breadcrumb {
font-size: 10px;
background-color: #006699;
color: white;
float: left;
margin: 0px;
padding: 0px;
}
#detail {
padding: 0px;
margin: 0px;
}
It does what I need as you can see in this screenshot: http://www.pix8.net/pro/pic/19982rvZN/80444.jpg
But it only works in Firefox and Opera, in IE it looks like this: http://www.pix8.net/pro/pic/19982rvZN/80445.jpg
It puts a ‘blank space’ between the 2 DIVs. I’ve tried several ways to eliminate it, but i’m not good at CSS, so can you help me, please? Thanks in advance.
The topic ‘IE Css problem’ is closed to new replies.