• I’m looking to put a background in the menu bar of my home page. I want a different bg in the menu bar on the rest of the pages. Is that possible? If so, how would I accomplish this?

    Any help would be greatly appreciated.

    Thanks so much.

Viewing 1 replies (of 1 total)
  • hi – yes its possible to do that by assigning a class to the body or content tag when on the homepage, and then create css to override the normal menu bg with the homepage bg when on the homepage

    (I am using this as example code – it is not going to work on your site as is)

    #menu { background: url(images/menu_bg_nav.jpg) no-repeat }
    .home #menu { background: url(images/home_menu_bg_nav.jpg) no-repeat }

    if you need more specific instructions to implement this, post the URL to your site

Viewing 1 replies (of 1 total)

The topic ‘Menu bar – multiple backgrounds’ is closed to new replies.