Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2008
    Location
    campbell river bc canada
    Posts
    10
    Plugin Contributions
    0

    Default image behind categories menu?

    hi i was wondering how i can put an image behind categories menu , instead of the color, i think it might be in the css but not sure where and how to apply it..

    thanks in advance
    D

  2. #2
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: image behind categories menu?

    Yes, it's possible to have background images in sideboxes.

    See one of my sites for an example...

    www.edutrade.co.uk

    ... and here is some of the CSS that governs the appearance of the background image...

    Code:
    .sideBoxContent (line 617)
    {
    background-color: transparent;
    background-image: url(../images/sidebox_back.jpg);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center bottom;
    padding-top: 0.4em;
    padding-right: 0.4em;
    padding-bottom: 0.4em;
    padding-left: 0.4em;
    }

 

 

Similar Threads

  1. Menu error as original colour shows behind when loading
    By J9MM0 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 28 Feb 2011, 10:54 PM
  2. Dropdown Menu behind text
    By ryanb4614 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 21 Oct 2009, 11:01 PM
  3. custom image behind categories
    By tacoma in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 14 Dec 2007, 11:54 PM
  4. Menu flyput sometimes behind images, how to change?
    By PeterBauer in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 30 Nov 2007, 03:26 PM
  5. I want a box_bg behind my menu
    By jagge in forum Basic Configuration
    Replies: 0
    Last Post: 13 Nov 2007, 11:25 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg