How this site works:
- Menu / Navigation links:
- CSS: This is marked and with "Navigation Menu" this is what makes the menu line up and do its thing.
Leave this alone unless you understand it if you need help feel free to email me.
- Javascript: This is the script code found in the header. In this section you have Menu 1, Menu 2 ect....
You will want to modify this to match your links. ie I have used #'s for my link marker and I am targeting an IFrame.
You will want to make the link match yours and leave or take out the target tag. Make sure the target tag matchs your IFrame name if you leave it.
- IFrame / The page content
- IFrame background color is based on the page being pulling into this frame. I am using a CSS body to set the background of the main page to #5D6991
(a shade of blue). If you want to change the bgcolor of the iframe you will have to modify the css body tag or overwrite it on the individual pages.
Keep in mind if you change the CSS body tag you will change the bgcolor of the whole site.
- The background1 tag in the CSS is for the outer table. The background2 tag in the CSS is for the inner table.
I have set the inner table to have an opacity of 75 to show the image of the outer table.