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.

Website Design Forum


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



Freelance Jobs

Reply
Link question, like this site
Old 01-16-2008, 08:44 PM Link question, like this site
colochris's Avatar
Ultra Talker

Posts: 379
Trades: 0
Hello to all,

I have a simple question I am sure. If you look at the top of this screen you will see the header and logo etc. At the top is links, how would a person do these? Why I ask is because i am working on a site header and I cannot get an links to work. Would you make your header and then make a bar in dreamweaver or html editor and then add some links? Or does it seem that the bar was made with the header and links added there?

Thanks in advance for your help and ideas.

Colochris
__________________

Please login or register to view this content. Registration is FREE
colochris is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 01-16-2008, 10:53 PM Re: Link question, like this site
bigfreak's Avatar
Extreme Talker

Posts: 179
Name: Andy
Trades: 0
When i do mine i make the nav a php include, and add the info to the style sheet (height, location, etc.)

like this...


css sheet:

#topnav { height:10px; width: 300px; top:5px; left:483px; padding-left: 0px; padding-top: 0px; }
#topnav a { text-decoration: none; color: black; font-size: 12px; font-weight: bold; }
#topnav a:hover { color:white;}
#topnav span { color: black; margin:0 1px; }

html:

<?php require('topnav.html'); ?>

topnav:

<div id="topnav">
<div align="right"><a href="index1.php">Home</a><span> | </span><a href="contact.php">Contact Us</a><span> | </span><a href="privacy.php">Privacy Policy</a></div>
</div>

once you have the code in the css, you can move it into place and fine tune it.

i hope this is what you're looking for and that it helps! it may not be the best way, but it works for me!

cheers!

Last edited by bigfreak; 01-16-2008 at 10:55 PM..
bigfreak is offline
Reply With Quote
View Public Profile
 
Old 01-19-2008, 12:46 AM Re: Link question, like this site
Junior Talker

Posts: 1
Name: quehuang
Trades: 0
add the info to style sheet
__________________

Please login or register to view this content. Registration is FREE
- Daily news on China; business news, internet, economy, stock market, society, politics, technology; a prime source for staying updated on China!
zippo1932 is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Link question, like this site
 

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