Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 10-08-2007, 04:26 PM   #1 (permalink)
New Member
 
Join Date: Oct 2007
Posts: 3
Default Rookie Question...Unmovable header and nav bar?

Hi All...I am a big time rookie but I am trying...Using Dream CS3, could you point me in the right direction for making unmovable portions on my page? IE...WHen you scroll down the page, the title (Header?) and Navigation buttons stay in a fixed position...and the rest of the page scrolls...Is this way too advanced for a rookie? Thx, Ross
Monty2000 is offline   Reply With Quote
Old 10-08-2007, 05:33 PM   #2 (permalink)
New Member
 
Join Date: Oct 2007
Posts: 8
Default

one way that you could do this that might be easiest for you to try which will give you an idea of frames is split the page into 2 frames (parts).. the top frame would contain the header and nav and the bottom frame would contain the content of the site etc.. Frames are not used so much any more but if you are in the early stages of web designing it wont make much of a difference for you.. it will help you understand the different ways of constructing a page

Have fun!!
__________________
Web Design Ireland
CompleteWeb is offline   Reply With Quote
Old 10-08-2007, 08:26 PM   #3 (permalink)
Super Noob
 
zkiller's Avatar
 
Join Date: Aug 2004
Location: position:relative
Posts: 1,550
Send a message via AIM to zkiller Send a message via Yahoo to zkiller
Default

frames really aren't considered good practice. while i agree that it is good to know how they work, i would refrain from using them on an actual web site.

instead, i suggest that you use some basic css to accomplish this.

first you will need to create a div containing your header...
Code:
<div id="header">
   <!-- Header code here -->
</div>
now in your css put in...
Code:
#header {
   position: fixed;
   top: 0px;
   left; 0px;
   width; 955px;
}
of course you would need to change the left and top to the amount of pixels needed to position the layer where you want it. also, adjust the width to whatever you need it to be.

good luck.
__________________
Stefan, the Post Master

Track Devil - May the boost be with you!

Last edited by zkiller; 10-08-2007 at 08:29 PM.
zkiller is offline   Reply With Quote
Old 10-09-2007, 01:59 PM   #4 (permalink)
New Member
 
Join Date: Oct 2007
Posts: 3
Default

Thank you both...I will attempt this...
Monty2000 is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 03:50 PM.


Computer Forum - Internet Business - Webpage Design

 
Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.