Hey all, I'm trying to hide a DIV on my page, contained within a number of divs and lists, and the div is classed as class="odd last" HTML: So I'm wondering how I describe this in the CSS stylesheet, I've tried div.pageLinks ul li.odd last {display:none; visibility:hidden;} HTML: I know that the code before .odd last is correct, because I can use it to hide other divs without a space contained in their name. It's the space that is the issue - I don't know how to type it correctly.