PC Review


Reply
Thread Tools Rate Thread

CSS list menu

 
 
Member
Join Date: Apr 2004
Posts: 35
 
      1st Jun 2004
Hi,

I'm using a list displayed inline for my navigation on a site. Ive put a search box in the last li and set the height of each li to 30 with the text field and buttons heights set to 20. The is a horizontal line at the bottom of the list.

My problem is that with the form fields in the alignment of the other links is out by 1 pixel. The li with the text field and button are aligned on the base line but the other links are 1 pixel above the line. Ive surrounded the whole ul in the form tags to make sure its not the form playing up.

The CSS im using is:

#navlist
{
padding: 0;
margin-left: 0;
border-bottom: 1px solid #778;
font: bold 12px Verdana, sans-serif;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;

}

#navlist li a
{
padding: 2px;
margin: 0 0 0 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
height: 30px;
}

#navlist li a:link, a:visited { color: #448; }

#navlist li a:hover
{
color: #DDE;
background: #000066;
border-color: #227;
}

#navlist li a#current
{
background: white;
border-bottom: 1px solid white;
}

#searchbox
{
padding: 2px;
margin: 0 0 0 3px;
border: 1px solid #778;
border-bottom: none;
background: #DDE;
text-decoration: none;
height: 30px;
}
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Want to Create a List in Excel 2002; Don't see List in Data Menu? =?Utf-8?B?TWFub2o=?= Microsoft Excel Misc 2 7th Apr 2006 08:34 PM
Start Menu Question:Owner list not as compleat as All User program list, Why? Tom Duprex Windows XP New Users 1 28th Nov 2005 05:58 PM
Start Menu/Programs fly out menu list. linceev@younglin.freeserve.co.uk Windows XP New Users 8 29th Jul 2005 01:44 PM
How to show dropdown list of menu items just like click on Parent menu by writing code. Sakharam Phapale Microsoft VB .NET 1 8th Jan 2005 01:39 PM
How to show dropdown list of menu items just like click on Parent menu by writing code Sakharam Phapale Microsoft C# .NET 1 7th Jan 2005 04:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:30 PM.