subMenu arrow

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
8/16/2006 4:48:59 AM
Gravatar
Total Posts 11

subMenu arrow

Hi

It has been awhile since I looked a Mojoportal and have been asked to change the colour of the arrow that points to submenus from black to white.  Easy I thought just change the graphic in

\Data\Sites\1\skins\mySkin\arrowRight.gif

Not so though, anyone have any suggestions about this?  I will have a dig about in the code later but any help  much appreciated.

Harvey

8/16/2006 7:59:32 AM
Gravatar
Total Posts 18439

Re: subMenu arrow

Hi Harvey,

That should be all you need to do. Have you tried clearing the browser cache or use a different image file name and modify the style.css references?

 ul.AspNet-Menu li.AspNet-Menu-SelectedWithChildren span
  {
  
    background: #ECECEC url(arrowRight.gif) right center no-repeat;
   
     }

Hope it helps,

Joe
You must sign in to post in the forums. This thread is closed to new posts.