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

Quote:
Originally Posted by LeadMagnet View Post
Well done PR Design. You win today's redundancy award.



You're fired.


And while we're at it, it's messy to use separate css for each li. It's better to either use 1 class for all of them or else target all li tags, or even just give the ul tag an id and target it's li children.
I was just working on the situation at hand, as opposed to rewriting the code.
Reply With Quote