Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 11-18-2007, 10:07 PM Navigation Help
Average Talker

Posts: 23
Name: Andrew
Trades: 0
Hey guys I am new to wed design, this being my first. I am using expression web and I have no idea how to go about doint the navigtion for my site. Any help with be appreciated.

Thanks
andrewa124 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 11-19-2007, 03:20 AM Re: Navigation Help
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
about the only answer is;

you list all the URLs of pages that make up your website in anchor tags <a> </a>

Now, if your where more explicit about what you mean, you would get better answers.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-19-2007, 10:49 AM Re: Navigation Help
Average Talker

Posts: 23
Name: Andrew
Trades: 0
What do you mean by more explicit? What info do you need?
andrewa124 is offline
Reply With Quote
View Public Profile
 
Old 11-19-2007, 01:30 PM Re: Navigation Help
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,517
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Well just little things, such as;

what is the site about?
what is it going to look like?
what is the navigation going be? buttons or plain text
is the navigation going to be a list? An image map? Flash? etc etc

and numerous other things
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-19-2007, 06:04 PM Re: Navigation Help
Average Talker

Posts: 23
Name: Andrew
Trades: 0
Ok. Lets see.
My site is a financial information site. I am going to have about 5 or 6 pages. It is a plain html page with a jpg background. Not a lot of graphics. I would like to use Buttons for the Navigation and the Navigation is going to be a list. I don't want to do any flash.

I don't know if this helps you to help me.

Thanks.
andrewa124 is offline
Reply With Quote
View Public Profile
 
Old 11-20-2007, 11:25 AM Re: Navigation Help
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Pretty straightforward really.
Your navigation goes in a list:

<ul id="nav">
<li><a href="xxxx.htm">nav 1</a></li>
<li><a href="xxxx.htm">nav 2</a></li>
<li><a href="xxxx.htm">nav 2</a></li>
</ul>

The CSS would look something like this:

#nav{ list-style: none;} /*removes bullets, add margin padding etc. */
#nav li a{background: url(button.gif) no-repeat;}
#nav li a:hover {
background: url(button_over.gif) no-repeat;

Set top and bottom padding on the li a to equal the height of the button, and left and right as needed.

This doesn't cover everything you need, but it's the basic part of what you need for your buttons. Your buttons should be BLANK, using TEXT in the LI for your navigation.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 11-23-2007, 08:05 PM Re: Navigation Help
Average Talker

Posts: 23
Name: Andrew
Trades: 0
Quote:
Originally Posted by LadynRed View Post
Pretty straightforward really.
Your navigation goes in a list:

<ul id="nav">
<li><a href="xxxx.htm">nav 1</a></li>
<li><a href="xxxx.htm">nav 2</a></li>
<li><a href="xxxx.htm">nav 2</a></li>
</ul>

The CSS would look something like this:

#nav{ list-style: none;} /*removes bullets, add margin padding etc. */
#nav li a{background: url(button.gif) no-repeat;}
#nav li a:hover {
background: url(button_over.gif) no-repeat;

Set top and bottom padding on the li a to equal the height of the button, and left and right as needed.

This doesn't cover everything you need, but it's the basic part of what you need for your buttons. Your buttons should be BLANK, using TEXT in the LI for your navigation.
Where do I put my html code for my Navigation?
andrewa124 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Navigation Help
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.21508 seconds with 12 queries