CSS Help

classic Classic list List threaded Threaded
8 messages Options
Reply | Threaded
Open this post in threaded view
|

CSS Help

josephgeddie
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!
Reply | Threaded
Open this post in threaded view
|

Re: CSS Help

Camo
Joseph, just wondering how you got that neat sidebar thing happening?
Camo's Classifieds! © Camo's Reptiles
Reply | Threaded
Open this post in threaded view
|

Re: CSS Help

GregChapman
The sidebar is a feature of the Gallery, Blog and other applications (in some you can turn it off under the Change Appearance screen).
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: CSS Help

GregChapman
In reply to this post by josephgeddie
I haven't tried background images on your chosen areas, but on this forum:
http://uk-hbbr-forum.967333.n3.nabble.com/
The following code works for me:

body {
        background-color: rgb(155,195,213);
        }
.nabble {
        background-color: transparent;
}
#forum-header {
        height: 229px;
        background-image: url(file/n2188060/headerbackground.jpg);
        background-repeat: no-repeat;
}

Have you had success with background images elsewhere?
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: CSS Help

josephgeddie
I haven't succeeded in my areas. Whenever I try to set it to a bg the entire forum or list bg turns a whiteish color.
Reply | Threaded
Open this post in threaded view
|

Re: CSS Help

GregChapman
What browser are you testing it with (include version number). There have been times in the past when some browsers would do that. Maybe the issue has returned or it's affecting a different set of browsers now
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.
Reply | Threaded
Open this post in threaded view
|

Re: CSS Help

josephgeddie
Google Chrome Version 11.0.696.65
Reply | Threaded
Open this post in threaded view
|

Re: CSS Help

GregChapman
I don't have Chrome installed. Hopefully one of the Nabble team will be along soon to confirm this is a problem or be able to work out what's going wrong.
Volunteer Helper - but recommending that users move off the platform!
Once the admin for GregHelp now deleted.