PDA

View Full Version : Putting images in the category bar


setishock
10-01-2011, 01:29 PM
4.1.2 full suite

I'd like to put a simple image in both ends of the category bar.
I'm not a real sharp coder so please break it down as much as possible.

LifesGreatestGift
10-01-2011, 01:47 PM
find the id of the forum then add some css to your additional.css template.
#forum4 {
background-image: url(left.png), url(right.png);
background-repeat: no-repeat;
background-position: left top, right top;
}

google CSS Multiple background images for more information. The 4 above is the example forum ID

--------------- Added 1317484486 at 1317484486 ---------------

http://www.css3.info/preview/multiple-backgrounds/

setishock
10-01-2011, 02:18 PM
Thanks

ExoticAgenda
11-07-2011, 02:41 PM
I tried this on 4.1.7 and it did not work. Is there something special that needs to be done for this version? Thanks