Im trying to show a background image for the menu instead of the default colours, but the CSS doesn't seem to work. I have to confess im not that good with css or any kind of coding, but i did search around the forums and got some help, but none of the other post replys seemed to work.
Webpage -
carrickrugbyclub.co.uk/index.php/u16-news/u16-fixtures
Code im using
.ux-menu a {
background: url("/images/school_menu.png") repeat scroll 0 0 #11a0ff;
color: #443322;
display: block;
font-size: 12px;
line-height: 12px;
padding: 10px 14px;
position: relative;
text-decoration: none;
}
As i said im not that confident with css or even if it is possible what im trying to do, any help would be great.
Thanks in advance