Simple Machines Community Forum

Customizing SMF => SMF Coding Discussion => Topic started by: Tomer on April 23, 2004, 05:38:55 PM

Title: Style.css
Post by: Tomer on April 23, 2004, 05:38:55 PM
This is part of my style.css file, I want that image to show as the title.


/* Titles - such as table headers.*/
.titlebg, tr.titlebg td, .titlebg a:link, .titlebg a:visited
{
   color: black;
   font-style: normal;
   background-color: url(/images/back_bar.gif);
}


Whats wrong with it? Why isint the image showing as the title,  (the title is pictureless now, white.)
Title: Re: Style.css
Post by: whiterabbit on April 23, 2004, 05:55:25 PM
Wasn't it suppose to be 'background-image:' instead of  'background-color:' ???
Title: Re: Style.css
Post by: Tomer on April 24, 2004, 03:08:05 AM
Got it thanks.
Yes it was background image and I also needed the full URL. Thanks for the help.