All that done :
1- view the site OK
2- use browser option to view the source : OK (using firebug)
3- locate menu area : OK
4- id unique Class for menu item : OK (see hereunder)
5- could you give an example on line 2 of my Classes please ?
6- I understand that one, except if there's a better place in CSS inserts to put it ?
Here are the Classes (if i've taken the right lines) :
<li class="page_item page-item-2 current_page_parent">
<li class="page_item page-item-9">
<li class="page_item page-item-11">
<li class="page_item page-item-13">
<li class="page_item page-item-16">
<li class="page_item page-item-18">
<li class="page_item page-item-52">
Thanks a lot for the website re CSS, I think I've found it myself, which is great
Here's what I believe :
.9 {background-color:fffffff;}
I'd like the tab background color of Class 9 to be #FFFFFFF; instead of #CCCCCC;
would you code that one for me please Juggledad ?