Image Navigation Links

This is a discussion on "Image Navigation Links" within the Web Page Design section. This forum, and the thread "Image Navigation Links are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 8th, 2006, 15:46
csa csa is offline
Up'n'Coming Member
Join Date: Nov 2005
Posts: 67
Thanks: 0
Thanked 0 Times in 0 Posts
Image Navigation Links

I've copied the top image rollover navigation from a CSS list site. How do I amend this so that either each button is the same width or I can adjust the backgrounds so that they fit to each button?

Customer Services works perfectly but need to define the others and I don't know how to do this?

http://www.bubblepeople.co.uk/testin...e_buttons.html

Code: Select all
/*list*/
ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#navlist li
{
display: inline;
list-style-type: none;
}
#navlist a { padding: 3px 8px; }
#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #269697;
background-image:url(images/buttontest.jpg);
text-decoration: none;
}
#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
Reply With Quote

Reply

Tags
image, navigation, links

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
Putting navigation list on top of background image Kurt Web Page Design 5 Sep 16th, 2007 07:19
Navigation, different image per link konnor5092 Web Page Design 6 Jun 30th, 2007 17:46
navigation links not inside border tobymather Web Page Design 4 Apr 12th, 2007 10:31
Blured Links (image links) bruno89 Web Page Design 2 Jul 25th, 2006 14:48
links over gifs for navigation thisandthat Web Page Design 5 May 3rd, 2006 18:28


All times are GMT. The time now is 05:42.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

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