Hi I am hoping that somebody can help me.
I am working with the SOLPARTMENU which is working fine I just need a little help with making it look right, there are several things I need to adjust. You can see the site at http://www.dotnetnuke.jdevelopment.co.uk/ ignore the Home page I haven't changed the skin on it - it is all of the other pages that have the problem.
1. I have set the separator to | which is fine except I can't seem change the color of it, I can change the background colour but cannot change the foreground color. CSS as follows:
.MainMenu_MenuBreak
{
background-color: #000000;
height: 1px;
padding-left:0px;
color:#FFFFFF;
}
is this even the right CSS item to use? it seems to work if i cahnge the background-color but the color does not work - as you can see I want the color to be White but the above doesn't work. Any help would be appreciated.
2. The Products menu has a sub menu but the first time you hover over it the whole menu moves down slightly - does anyone know what is causing this?
3. Any time I click on any menu item - on the mouse down click the menu item moves left and then on mouse click up the menu item moves back to its original position. Can anyone shed any light???
4. I can't get rid of Breadcrumb.gif (the arrow image that appears next to the selected menu item) I have however changed it to all black in the hope that this woud solve the problem but, doh! not a hope!
5. and finally does anyone know how I could align the whole menu to the right of the page instead of the left... I have tried to set alignment in several CSS properties but with no joy.
I would really really appreciate any help anyone can provide.
Thanks in advance.