![]() |
![]() |
![]() |
|||||
![]() |
![]() |
![]() |
![]() |
![]() |
|||
| 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: * 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 |
|
|||||||
| Web Design & Programming Discussion of web design, and server-side & client-side scripting |
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) |
|
TSF Enthusiast
|
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 |
|
|
|
| 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 |
|
|
#2 (permalink) |
|
Design Team
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)
|
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." |
|
|
|
|
|
#3 (permalink) |
|
TSF Enthusiast
|
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 |
|
|
|
|
|
#4 (permalink) |
|
Design Team
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)
|
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." |
|
|
|
|
|
#5 (permalink) |
|
TSF Enthusiast
|
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!
|
|
|
|
|
|
#6 (permalink) |
|
TSF Enthusiast
|
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 |
|
|
|
|
|
#7 (permalink) | |
|
Design Team
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)
|
Re: Turning HTML text into NavBar with CSS
Quote:
__________________
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." |
|
|
|
|
|
|
#8 (permalink) |
|
TSF Enthusiast
|
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 |
|
|
|
|
|
#9 (permalink) |
|
Design Team
Join Date: Mar 2006
Location: Philadelphia
Posts: 1,541
OS: Windows Vista Home Premium (x64)
|
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." |
|
|
|
|
|
#10 (permalink) |
|
TSF Enthusiast
|
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 |
|
|
|
![]() |
| Thread Tools | |
|
|