wanapitei
01-24-2008, 10:58 PM
I'm using John Scheuer's Omnislide navbar (downloaded from this site (http://www.dynamicdrive.com/dynamicindex1/omnislide/index.htm)), but I'm having difficulties figuring out the syntax for columns within the navbar.
In his demo he shows how to have three columns within the navbar. His link above demonstrates. However I want just two columns. Just changing the "d_colspan:3," to "d_colspan:2," creates a mess throughout. You can see what I mean (http://www.morleychalmers.com/Version2.html) by clicking on "Dharma Talks". Click on "The Portal" and you'll see the 3 column version behaving perfectly.
Here's the menuItems code:
["Series"], //create header
["The Quest", "http://www.loisimages.com", "_new"],
["Dukkha", "http://www.statestreetbluesstroll.com/","_new"],
["The Eightfold Path", "http://www.mediajazzbynight.com/", "_new"],
["Navigation", "", "", 2, "no"], //create two column header w/ 2 and 1 column members, requires d_colspan:3
["", "", "", 1],
["<<< Previous", "http://www.google.com/", "_new", 1, "no"], //create three column row, requires d_colspan:3
["Next >>>", "http://www.altavista.com/", "_new", 1],
["First and Current", "", ""], //create header
["The Very First Talk", "http://home.comcast.net/~ansiguy", "_new"],
["The Current Talk", "http://home.comcast.net/~jscheuer1/side", "_new"] //no comma after last entry
What am I missing? Assistance appreciated.
In his demo he shows how to have three columns within the navbar. His link above demonstrates. However I want just two columns. Just changing the "d_colspan:3," to "d_colspan:2," creates a mess throughout. You can see what I mean (http://www.morleychalmers.com/Version2.html) by clicking on "Dharma Talks". Click on "The Portal" and you'll see the 3 column version behaving perfectly.
Here's the menuItems code:
["Series"], //create header
["The Quest", "http://www.loisimages.com", "_new"],
["Dukkha", "http://www.statestreetbluesstroll.com/","_new"],
["The Eightfold Path", "http://www.mediajazzbynight.com/", "_new"],
["Navigation", "", "", 2, "no"], //create two column header w/ 2 and 1 column members, requires d_colspan:3
["", "", "", 1],
["<<< Previous", "http://www.google.com/", "_new", 1, "no"], //create three column row, requires d_colspan:3
["Next >>>", "http://www.altavista.com/", "_new", 1],
["First and Current", "", ""], //create header
["The Very First Talk", "http://home.comcast.net/~ansiguy", "_new"],
["The Current Talk", "http://home.comcast.net/~jscheuer1/side", "_new"] //no comma after last entry
What am I missing? Assistance appreciated.