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.

HTML Forum


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



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Navigation bar help(NEWB HERE)
Old 02-16-2006, 01:02 AM Navigation bar help(NEWB HERE)
Junior Talker

Posts: 1
Trades: 0
I have dreamweaver mx and I want to create a navigation bar similar to »www.tune-up.com/ . Would this be hard to do?
trunksu is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 02-16-2006, 08:22 AM Re: Navigation bar help(NEWB HERE)
karinne's Avatar
Extreme Talker

Posts: 197
Location: Quebec, Canada
Trades: 0
Easy.

Check their code (View Source).

Also check on Alistapart.com for their Taming Lists tutorial.
__________________

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


Getting on the Web Standards band-wagon? Get these books -
Please login or register to view this content. Registration is FREE
and
Please login or register to view this content. Registration is FREE


Takin' in the view from the outside. Feeling like the underdog. Watching through the window I'm on the outside. Living like the underdog.
-Dream Theater
karinne is offline
Reply With Quote
View Public Profile Visit karinne's homepage!
 
Old 02-16-2006, 07:44 PM Re: Navigation bar help(NEWB HERE)
Extreme Talker

Posts: 170
Location: Canada
Trades: 0
You create the text in its own Div. Then use CSS to modify the background color and border of each.

something like:

Code:
<a class="menu" href="index.html">Home</a>
And the CSS...
Code:
a.menu {
background-color: #FFF
color: #000
border: 0;
width: 5em;
}
a.menu:hover {
background-color: #000
color: #FFF
border: 1px solid #F00;
width: 5em;
}
Or something along those lines. It's always best if you code it yourself. Don't trust Dreamweaver to do anything for you.
__________________

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



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

Last edited by collyer_1; 02-16-2006 at 07:47 PM..
collyer_1 is offline
Reply With Quote
View Public Profile Visit collyer_1's homepage!
 
Reply     « Reply to Navigation bar help(NEWB HERE)
 

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.35482 seconds with 12 queries