On 23/11/2007, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > I tried giving them different IDs and testing the same approach with > ".nav li #id" with no success, the selector doesn't work.
Not sure exactly where the problem lies, but that selector should probably be .nav li#id or just .nav #id and not .nav li #id, because I think you are intending to target the li that has a certain id, not an element that has the id and happens to be a child of an li. Maybe that helps, otherwise maybe if you post a link to your page we could help further. Joel Birch.