This is a discussion on "Nav Bar/Frames - Plz help!!!" within the Graphics and 3D section. This forum, and the thread "Nav Bar/Frames - Plz help!!! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Nav Bar/Frames - Plz help!!!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
|||
|
Hi, I need to make a navigation bar for the top of every page on my site and I would like it if I could freeze the nav bar on top of the page even when a user scrolls down - is there anyway to do this without using frames? And if not, how do I make it look seamless while using frames? (Note: I am designing a site using Dreamweaver MX on a Mac). Any help would be MUCH appreciated!
|
|
|
|
|||
|
Re: Nav Bar/Frames - Plz help!!!
You need to use server side includes such as php.
Basically you make the navigation in a seperate html file such as navbar.html Then include the navbar.html file into the pages you want it in. That way you just have to edit the navbar.html file to make changes instead of editing every page. The php include function is
|
|
|||
|
Re: Nav Bar/Frames - Plz help!!!
There is a way to produce the effect you want using css but unfortunately it doesn't work cross browser, most notably not with IE. The method described below works in FF and Opera. It involves using the 'position' attribute. You would add these line to the style block for the header div. position: fixed; top: 0; left: 0; Note that you can use top, right, bottom and left attributes to fix an element at any point on the screen relative to the viewport. Someone recently found a way of exploiting a bug in IE to achieve the same effect. Unfortunately I cannot find a link to his site otherwise I would have include it as well. |
![]() |
| Tags |
| nav, barframes, plz, help |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| I want to use frames but know I shouldn't! | mykl | Website Planning | 7 | Oct 11th, 2007 18:40 |
| Frames Help | lithiumforce | Starting Out | 4 | Jun 25th, 2007 10:39 |
| Frames | piratescotty | Web Page Design | 8 | May 22nd, 2007 19:11 |
| Frames | Pointblank | Web Page Design | 7 | Jan 27th, 2006 21:30 |
| I need help with frames!!!! | courtjester | Web Page Design | 2 | Sep 20th, 2003 07:30 |