Hello, I was wondering if I could use images for backgrounds on these default css entries in my forum. I cannot get it to work.
I would like to use repeating background images for these below as well as rounded borders for CSS3.
span.dropdown table {
color:#ffffff;
background-color: #333;
border-color:#ffffff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
tr.dropdown-hover {
background-color:#0099ff;
color:#fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
body, .nabble,
.nabble {
background-color:#000;
padding: 4px;
margin-bottom: 5px;
}
Any ways to do this at my embedded
forum? Thanks!