Superfish - drop down

Permalink
Good day
I got my drop down instaled and working, but the arrows are not displaying?

Thank you

 
Tony replied on at Permalink Reply
Tony
i'm guessing here, but they may have been set using the background:url(...) css defination, and you may have set "background" to something else. if that's the case, try using "background-color" instead.
jvdev replied on at Permalink Reply
Good day
Good guess
Here is what I have done - but even before the chagnes I did not see the arrows -
Any suggestions?My changes is [background:red:]
This was done in the view.css page
I did check my images is in the images folder.
Thank you

My code
[.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px; background:red; padding-left:10px; line-height:29px; font-weight:bold;}]
Tony replied on at Permalink Reply
Tony
change it to
.menu li {float:left;width:149px;position:relative;}
/* style the links for the top level */
.menu a, .menu a:visited {display:block;font-size:12px;text-decoration:none; color:#fff; width:138px; height:30px;
background-color:red; 
padding-left:10px; line-height:29px; font-weight:bold;}


(since when does using the [code][/code] tags in this forum assume that it's php, and add those php tags? weird)
jvdev replied on at Permalink Reply
Good day
I made the changes still not working?
Thank you
Tony replied on at Permalink Reply
Tony
can you post a link to your site?
jvdev replied on at Permalink Reply
Good day
I have removed superfish and use the drop down nav menu, this is working fine.
Thanks