Shape 5

Joomla Templates => SphereDecs - May 2007 Bonus - Club => : jc786 December 21, 2009, 09:42:25 AM



: insert image buttons
: jc786 December 21, 2009, 09:42:25 AM
Hi,
I'd like to add a background image to the horizontal menu bar. PLease advise.
Thanks


: Re: insert image buttons
: jonahh December 21, 2009, 12:55:08 PM
Hello,

You can change the background in the following file:

template_css.css (line 964)

#s5_topmenubarwrap {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/bg_user123.jpg) repeat-x scroll left top;
clear:both;
height:44px;
width:100%;
}

Regards,