Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 04-30-2007, 05:27 AM   #1 (permalink)
TSF Enthusiast
 
scottydont2841's Avatar
 
Join Date: Aug 2005
Location: Bristol, England, UK.
Posts: 1,228
OS: Vista Home Premium

My System

Turning HTML text into NavBar with CSS

Hey guys,

Just a quick one, I have plain text links at the moment, but want to turn them into a navbar type thing, where they are in a box with a coloured background, im guessing it's gotta be done with CSS, but i dont want to go digging through my cupboards for my web design books.

Cheers,

Scott.
__________________

Please use the search function of the website before asking questions, as we may already have answered them.
Everest FREE Edition
AVG FREE Edition
scottydont2841 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 04-30-2007, 12:55 PM   #2 (permalink)
Design Team
 
DJ-Zep's Avatar
 
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)

My System

Re: Turning HTML text into NavBar with CSS

Would you be able to find a website that has an example or make one in paint just so I could adjust the sizes?
__________________
Nice music blog

Nvu || Notepad++ || Apache || PHP || Keep TSF Alive

"The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier."
DJ-Zep is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-30-2007, 01:19 PM   #3 (permalink)
TSF Enthusiast
 
scottydont2841's Avatar
 
Join Date: Aug 2005
Location: Bristol, England, UK.
Posts: 1,228
OS: Vista Home Premium

My System

Re: Turning HTML text into NavBar with CSS

Well its going to be for my website, www.scottearl.co.uk, if you click enter the main site, it's for the links at the top of the page, cheers DJ Zep.
__________________

Please use the search function of the website before asking questions, as we may already have answered them.
Everest FREE Edition
AVG FREE Edition
scottydont2841 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-30-2007, 06:40 PM   #4 (permalink)
Design Team
 
DJ-Zep's Avatar
 
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)

My System

Re: Turning HTML text into NavBar with CSS

It can be done with a table.

One such as this:
Code:
<table width="100%" cellpadding="0" cellspacing="0">
  <tr>
	<td style="background-color: BACKGROUND COLOR HERE; text-align: center;">Nav Links go here
	</td>
  </tr>
</table>
__________________
Nice music blog

Nvu || Notepad++ || Apache || PHP || Keep TSF Alive

"The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier."
DJ-Zep is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 04-30-2007, 06:46 PM   #5 (permalink)
Fox
TSF Enthusiast
 
Fox's Avatar
 
Join Date: Sep 2002
Location: NJ
Posts: 7,752
OS: XP Pro, CentOS

My System

Send a message via ICQ to Fox Send a message via AIM to Fox Send a message via MSN to Fox Send a message via Yahoo to Fox Send a message via Skype™ to Fox
Re: Turning HTML text into NavBar with CSS

Yeah, Id say the table would be much easier to implement than adding an entire CSS section to your file.

Just make sure to get rid of the borders if you don't want them- I think they're automatically displayed unless you specifically set border=0.
__________________
Antec Neo Power 500W, ABIT IP35-E, Intel E2180@2.66Ghz, Corsair XMS2 2x1GB DDR2-800, PNY 8800GT, 320GB Seagate

* lazy college student alert *- If I've inadvertently ignored a thread, please Let me know about it

Have I helped you solve your problem?
Donate to Techsupportforums

Klart Skepp!
Fox is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-01-2007, 12:19 AM   #6 (permalink)
TSF Enthusiast
 
scottydont2841's Avatar
 
Join Date: Aug 2005
Location: Bristol, England, UK.
Posts: 1,228
OS: Vista Home Premium

My System

Re: Turning HTML text into NavBar with CSS

Ok guys, cheers.
__________________

Please use the search function of the website before asking questions, as we may already have answered them.
Everest FREE Edition
AVG FREE Edition
scottydont2841 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-01-2007, 01:14 PM   #7 (permalink)
Design Team
 
DJ-Zep's Avatar
 
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)

My System

Re: Turning HTML text into NavBar with CSS

Quote:
Originally Posted by Fox View Post
Yeah, Id say the table would be much easier to implement than adding an entire CSS section to your file.

Just make sure to get rid of the borders if you don't want them- I think they're automatically displayed unless you specifically set border=0.
I always forget that one.
__________________
Nice music blog

Nvu || Notepad++ || Apache || PHP || Keep TSF Alive

"The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier."
DJ-Zep is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-03-2007, 12:44 AM   #8 (permalink)
TSF Enthusiast
 
scottydont2841's Avatar
 
Join Date: Aug 2005
Location: Bristol, England, UK.
Posts: 1,228
OS: Vista Home Premium

My System

Re: Turning HTML text into NavBar with CSS

I actually think it looks a bit better with the boarders.
__________________

Please use the search function of the website before asking questions, as we may already have answered them.
Everest FREE Edition
AVG FREE Edition
scottydont2841 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-03-2007, 04:56 PM   #9 (permalink)
Design Team
 
DJ-Zep's Avatar
 
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)

My System

Re: Turning HTML text into NavBar with CSS

It's your decision, scotty. W/e you think looks better you should use. If you want some help customizing your border, let me know and I'll help out with it.
__________________
Nice music blog

Nvu || Notepad++ || Apache || PHP || Keep TSF Alive

"The great thing about a computer notebook is that no matter how much you stuff into it, it doesn't get bigger or heavier."
DJ-Zep is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 05-04-2007, 01:21 PM   #10 (permalink)
TSF Enthusiast
 
scottydont2841's Avatar
 
Join Date: Aug 2005
Location: Bristol, England, UK.
Posts: 1,228
OS: Vista Home Premium

My System

Re: Turning HTML text into NavBar with CSS

Thanks for the offer Zep, might take you up on it, when ive got time to mess around with HTML.
__________________

Please use the search function of the website before asking questions, as we may already have answered them.
Everest FREE Edition
AVG FREE Edition
scottydont2841 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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




All times are GMT -7. The time now is 06:28 PM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85