mattastic
09-19-2007, 10:00 AM
Hi Can anyone help me create a simple list with arrows, that works in IE and FF.
I cant seem to get the arrows in the right place.
Here is my code
* { border:0;
margin: 0;
padding: 0;
}
#breadcrumb ul {
width:100%;
height: 15px;
float:left;
}
#breadcrumb li {
list-style: url(images/breadcrumb.gif) none;
float:left;
padding-right:20px;
}
#breadcrumb a {
display: block;
color:white;
font-weight:bold;
}
<ul id="breadcrumb">
<li><a href="#">home</a></li>
<li><a href="#"> title</a></li>
</ul>
Thankyou
I cant seem to get the arrows in the right place.
Here is my code
* { border:0;
margin: 0;
padding: 0;
}
#breadcrumb ul {
width:100%;
height: 15px;
float:left;
}
#breadcrumb li {
list-style: url(images/breadcrumb.gif) none;
float:left;
padding-right:20px;
}
#breadcrumb a {
display: block;
color:white;
font-weight:bold;
}
<ul id="breadcrumb">
<li><a href="#">home</a></li>
<li><a href="#"> title</a></li>
</ul>
Thankyou