Current location: Hot Scripts Forums » General Web Coding » CSS » horizontal menu (I need an extra set of eyes, lol)


horizontal menu (I need an extra set of eyes, lol)

Reply
  #1 (permalink)  
Old 03-30-09, 10:41 PM
maklooby maklooby is offline
Newbie Coder
 
Join Date: Feb 2009
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
horizontal menu (I need an extra set of eyes, lol)

I have this code and basically it is not looking right when it's in the browser.
Code:
ul
{
float:left;
width:100%;
padding:0;
margin:0;
list-style-type:none;
}
a
{
float:center;
font-size:20;
width:6em;
text-decoration:none;
color:gray;
background-color:black;
padding:0.2em 0.6em;
border-right:1px solid white;
}
a:hover {background-color:#ff3300}
li {display:inline}
It is not "smashed together" meaning each item in the table fields has a space between them instead of running together. What do I need to change in order to squeeze them together?

Thanks

Last edited by Nico; 03-31-09 at 04:15 AM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 04-02-09, 06:30 PM
wirehopper's Avatar
wirehopper wirehopper is offline
-
 
Join Date: Feb 2006
Posts: 2,516
Thanks: 20
Thanked 109 Times in 106 Posts
You might want to set margin:0 on the a tags, as well as li.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Superfish jquery menu problems with modification transcend2005 CSS 2 03-25-09 02:30 AM
css problem with the scroll bar crazy.works CSS 0 11-04-08 06:34 PM
AnyLink Drop Down Menu - Smarty Error? shadyy510 JavaScript 2 05-08-08 12:44 PM
Xml / Dom / Css Mark_SC.SE JavaScript 0 06-29-05 09:05 AM
ASP upload prob minority ASP 1 06-27-05 09:35 AM


All times are GMT -5. The time now is 09:19 AM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.