Hi Simon, >I have contructed this navigation bar --> >http://simondodson.com/nav2.html and im having trouble removing the >bullet points from the list ...
You need the list-style:none to be on the li - ie "#menu li" rather than "#menu a". List-style is not a property of an anchor tag. HTH, K. -- Kay Smoljak http://kay.smoljak.com ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
