Forums

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

Home Forums Design Still VERY eager for some assistance in replacing my current nav bar with drop Reply To: Still VERY eager for some assistance in replacing my current nav bar with drop

#266088
Beverleyh
Participant

In short;

  1. Identify the HTML markup that relates to the menu and replace it with the markup for your revised menu. They are clearly labelled/commented.
  2. Do the same with the CSS. Again, they are clearly labelled/commented.

  3. Further modify the menu CSS (if necessary) to fully customise it with the look of your site.

One thing that you may run in to problems with is with your new menu that doesn’t have a class in the UL element (to identify/separate it from other lists). It would probably be wise to include a class in the markup, and edit the CSS accordingly to increase specificity, so that the related styles for the menu don’t impact on other lists around the site.