Anyone have any experience with using background images on fieldsets?
Seems that IE and FFox treat the fieldset areas differently when it
comes to tiled background images (and background colors for that
matter)? The problem is where the acutal image or color starts. In FFox,
it starts at the be
Add -30px to the fourth line in this class:
#navlist {
width: 7em;
/* to display the list horizontaly */
font-family: sans-serif;
margin: 0 0 0 -30px;
padding: 0;
border-top: 1px #000 solid;
border-left: 1px #000 solid;
border-right: 1px #000 solid;
}
Richard Brown wrote:
Hi All
Could anybody, plea
I took Schalk's code and enhanced it a bit. As mentioned earlier, for
bullets just use a background image on the acronym class (with some left
padding).
.section {
margin-top:15px;
display:block;
clear:both;
}
.acronym {
float:left;
width:100px;
border:1px solid gr