SITE NAME GOES HERE


MENU
Home
CSS Instructions
Modifications
Dynamic menu
Customize
Purchase
Products
Services

STUFF
You can place any information you like in these break-out boxes. These boxes can be found in your includes folder. We've included three but you can put as many or few as you want.

MORE STUFF
You can place any information you like in these break-out boxes. These boxes can be found in your includes folder. We've included three but you can put as many or few as you want.

 
Dynamic menu

 
bulletDetailed Instructions
bulletYou'll need to go into HTML view in FrontPage of the page includes/top.htm and includes/sectiononetop.htm to make the changes necessary to get the look you want
bulletThe lines that need changing are probably in a burgundy colour and begin with the word "mymenu2"
bulletBefore each of these lines there is a comment explaining what changes can be made - here are some examples:

bulletLocate mymenu2.maintableprops("#000000",1,1,0) - changing "#000000" to "#FFFFFF" will change the border around the top main headings from black to white. "1,1,0" needn't be changed.
bulletLocate mymenu2.maincellprops("left","#000000","#000000") - changing "#000000" to "#FFFFFF" will change the background colour of the main headings from black to white. "left" needn't be changed.
bulletLocate mymenu2.subcellprops("left","#000000","#000000") - this is where you can change the background colour of the drop down cells - here it's set to black.
bulletLocate

mymenu2.addMenu("sectionone2","<b>&nbsp;Section One&nbsp;</b>")
mymenu2.addMenu("frontpage2","<b>&nbsp;FrontPage&nbsp;</b>")
mymenu2.addMenu("dreamweaver2","<b>&nbsp;Dreamweaver&nbsp;</b>")
mymenu2.addMenu("design2","<b>&nbsp;Design&nbsp;</b>")


This is where you define the names that appear on the main menu for simplicity sake it's a good idea to use the same names ie. sectionone2 is the name of the group that drops down from the title SectionOne. We've put 4 headings but you can add more in the same format or less by deleting the lines
bulletThat's the first bit done - you can play around with colours until you get the effect you want.
bulletThe second part is pretty simple - scroll right down the page and locate
mymenu2.addSubMenu("sectionone2", "&nbsp;SectionOne&nbsp;", "http://www.outfront.net/")
There are three parts here - Group name that you defined above "sectionone2" - the wording you want to appear on the drop down - "&nbsp;SectionOne&nbsp;" - and the link "sectionone/pageone.htm" - you can also links to another site by using a full URL - for example "http://www.outfront.net/". Work through all the links you want to add and make sure you keep previewing in a browser to check that everything is going to plan.
bulletThat's about it - it's really not as daunting as it may seem. It's a good chance to get your hands dirty with some coding practice!

 

Footer information goes here © 2001 Company Name

 

 

 
NEW
You can place any information you like in these break-out boxes. These boxes can be found in your includes folder. We've included three but you can put as many or few as you want.

NEWER
You can place any information you like in these break-out boxes. These boxes can be found in your includes folder. We've included three but you can put as many or few as you want.

EVEN NEWER
You can place any information you like in these break-out boxes. These boxes can be found in your includes folder. We've included three but you can put as many or few as you want.