
Originally Posted by
supplymydorm
Love iChoze,
sorry I've been gone for so long trying to get my site up finished and completed.
Just one thing. On my template, the categories on the left continue to {glitch} it looks like the formatting {CSS} on some of the menu options do not show up correctly, normally this happens on the sub-categories {furniture > decor} this happens often.
Can anyone think of what the issue may be?
Try this ... replace current with the following:
Code:
li.category-top a{
padding:.4em 0 0 1.5em;
margin:0;
color:#333333;
font-weight:bold;
display:block;
height:1.8em;
border-bottom:1px solid #9a9a9a;
background:#EEEEEE url(../images/boxlistbg.png) .4em 0.5em no-repeat;
}
li.category-subs a{
padding:.4em 0 0 1.5em;
margin:0;
color:#333333;
font-weight:bold;
display:block;
height:1.8em;
border-bottom:1px solid #9a9a9a;
background:#EEEEEE url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
}
li.category-products a{
padding:.4em 0 0 1.5em;
margin:0;
color:#333333;
font-weight:bold;
display:block;
height:1.8em;
border-bottom:1px solid #9a9a9a;
background:#EEEEEE url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
}
li.category-top a:hover, li.category-subs a:hover{
background:#333333 url(../images/boxlistbg.png) .4em 0.5em no-repeat;
color:#EEEEEE;
}
li.category-products a:hover{
background:#333333 url(../images/boxlistbg.png) 1.2em 0.5em no-repeat;
color:#EEEEEE;
}
Bookmarks