
Originally Posted by
stevesh
That is great solution for my problem and it's solved now 
.

Originally Posted by
stevesh
2. That's done in the stylesheet, with background colors, etc.
To find what to change, install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.
Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top. The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.
Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.
Some prefer Firebug, which does much the same thing.
I am in the stylsheet already and i play in the correct place [ i think coz i am not perfect in CSS ]
i 'll show you the cod after i change it and how it look like, But i want it to show as the photo i attached so plz help me with the correct cod and correct place :
PHP Code:
/* categories box parent and child categories */
A.category-top, A.category-top:visited {
color: #2C2C2C;
text-decoration: none;
background-image: url(../images/category_back.gif);
border-right: 80px solid #B5AE9B;
font-size: 1.5em;
font-family: "Arial', serif;
}
it's look as you see in the attached photo in this replay, But i want it to same as the previous one.