Forum Moderators: not2easy
I know how to make the horizontal menu bar using CSS and I have the logo&banners required. Now what?
Do I put the top section of the page on one DIV and then the main body of the page on another one below? Am I making this more of a project than it needs to be? I don't want to use frames...but I do want the top menu bar and banner to be static.
This is probably not a CSS related topic. But if you already have your layout the way you like it and if you're using Dreamweaver you can create a template so you can edit just areas that you want to edit.
Another approach is to make it with PHP, just load whatever you want into a DIV, but this one takes more programming knoledge.
but I would think that you could do it using :
a) overflow: scroll (on a box with fixed size so make it look like a frame or inline-frame)
b) visibility: (visible / hidden) and
c) display: none
I did something similar once, but I used ASP and query strings to reload the page and display the content for the thing that was clicked on. it looks like i'm using inline frames.. but it's all css
h-s