Thread: css navigation
View Single Post
  #3 (permalink)  
Old 09-10-2007, 07:26 AM
PR Design's Avatar
PR Design PR Design is offline
CSS Wizardry
 
Join Date: May 2007
Location: Yorkshire, England
Gender: Male
Posts: 2,988
Default

#home{
float:left;
display:inline;
}

Etc for each li.
Reply With Quote