• Hi,

    I’m trying to create a tier 2 template for a new theme. The template uses 1 large graphic with CSS positioning for the navigation buttons.

    Right now I’m working on the Who We Are button that should appear to the left of the “What We Do” button. The style for the “who” button is:

    div#header ul#main_nav li.who a {
    background: transparent url(images/bg_main_nav.gif) 0px -111px no-repeat;

    I have the style in the header of the page in a PHP conditional statement that says if you are on this page, then show this style. I know the PHP is right because I can add other styles to the statement, and they work.

    You can see the page at:

    http://www.enviromedia.com/beta/who/

    To see fully working navigation, please go here:

    http://www.enviromedia.com/beta/

    Thanks in advance for any help.

    Lisa

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘CSS Positioning For Dynamic Navigation’ is closed to new replies.