Announcement

Collapse
No announcement yet.

Change a vertical nav bar to horizontal

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Change a vertical nav bar to horizontal

    Hiya

    Im using a fresh css layout and trying to get it set up

    i cant change the vertcile navigation bar into a horizontal one

    Whn i go into Setings > site Options > Layouts there is a setting there called Navigation Bar Layout which should be it but it has no effect no matter which of the options you choose.

    looking at the code is see;

    <div id="navbar">
    <actinic:variable name="NavigationBar" value="Vertical Nav Bar Images" />
    </div>

    so i changed it manually to ;
    <div id="navbar">
    <actinic:variable name="NavigationBar" value="Horizontal Nav Bar Images" />
    </div>

    No effect!

    Is there somewhere else i need to change this

    and by the way, im starting a site from scratch with the 'Page layout with css layers' layout, am i right in thinking that the place to make the basic changes first of all is in Setings > site Options > Layouts ?

    thanks for any advice guys

    Barry

    #2
    sorry folks i think i ws a bit premature in posting this

    how to chage it is

    delete the verticle bar

    put the cursor in the display where you want the horizontal bar (roughly)
    right click and select insert layout
    choose Navbar from the list

    and this navbar you can chage the properties of via Setings > site Options > Layouts

    not sure why i couldnt change teh exisint nav bar properties but there you go

    Comment

    Working...
    X