|
Posted by Barbara de Zoete on 02/06/06 02:34
On Mon, 06 Feb 2006 01:25:36 +0100, John Salerno
<johnjsal@NOSPAMgmail.com> wrote:
> Perhaps this is getting a little ahead of myself, but here goes...
>
> The goal: to have a navigation bar on all my pages that consists of
> several buttons that link to other pages on my site. For example,
> "Home", "Blog" and "Contact".
[ navbar; hover effects; possible PHP include; but every page is different
]
> I guess my ultimate question is, how do I break up these tasks, how many
> files do I need to do this, etc. Would I be able to have just a single
> file with all these options, and this would be the file I include on
> each page?
Why try it so difficult? Google for CSS Rollovers and you'll find yourself
a much more easy way to get the wanted effect.
Here is a first example of a horizontally layed out menu bar (though not
with images; that's not that hard to achieve though):
<URL:http://www.pretletters.net/_test/voorbeeld_horizontaal-menu.html>
And here is a vertically layed out menu using images:
<URL:http://www.pretletters.net/_test/css_rollover_met_images.html>
Don't know about the include, but if, as you state, the nav bar is going
to be different on every page, it seems not possible to me to use an
include.
--
______PretLetters:
| weblog | http://www.pretletters.net/weblog/weblog.html |
| webontwerp | http://www.pretletters.net/html/webontwerp.html |
|zweefvliegen | http://www.pretletters.net/html/vliegen.html |
[Back to original message]
|