Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End Help Please – Is this Correct?

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #150144
    c2rhythm
    Participant

    **I have a portfolio section of my site with a side-navigation. On the side navigation, I have it set to automatically drop-down a group section and highlight the item of the current page. Here is a link to see what I’m talking about: http://www.premieravdallas.com/portfolio/mcmillanjames.php

    I was doing all of this with HTML/CSS, but I recently moved my side navigation to a separate PHP file to make it easier to add additional portfolio items. I wanted to keep the “drop-down” and “highlight” functions, so I added some PHP codes. Can someone take a look and tell me if it is correct. It is working, but I don’t know if it is the correct way to do it.**

    In my “sidecontent_left.php” file:

    <

    ul id=”navlist”>


  • Restaurants
  • <div class="tier2" id="restaurants" >

    The the code in my Portfolio pages:

    thanks in advance

Viewing 1 post (of 1 total)
  • The forum ‘Back End’ is closed to new topics and replies.