Hi,
I'm trying to alter a wordpress template menu BG colour.
The menu has curved ends, but I do not understand the image used nor the CSS that goes with it.
How does this work?
which produces...
You will notice the top and bottom have curved edges.
Yet the imaged used 'skin-default.png' looks like this...
I don't understand how this works or how I alter the image/css to enable a different coloured menu background and keep the curved edges?
Your help is appreciated.
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads
I'm trying to alter a wordpress template menu BG colour.
The menu has curved ends, but I do not understand the image used nor the CSS that goes with it.
How does this work?
Code:
.sidebar_bottom {
background: url("../images/skin-default.png") no-repeat scroll left -122px transparent;
display: block;
height: 26px;
}
.sidebar_top {
background: url("../images/skin-default.png") no-repeat scroll left 0 transparent;
display: block;
height: 26px;
margin: 8px 0 0;
}
which produces...
You will notice the top and bottom have curved edges.
Yet the imaged used 'skin-default.png' looks like this...
I don't understand how this works or how I alter the image/css to enable a different coloured menu background and keep the curved edges?
Your help is appreciated.
1DMF
"In complete darkness we are all the same, it is only our knowledge and wisdom that separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Free Dance Music Downloads