http://yellowicon.com/
What i have already are the images necessary for the rollover effect, i know that i can specify the image and to load the rollover as well in CSS... what i do not know however, is how i am to create the breaks, and so that the image works as it does on that site... I also will be centering the menu bar, so i will need the actual background image to go behind it all which will be the image, but without the lower highlight...
So, lemme explain in a different way if that wasnt understandable.
As seen in that website, you have the background of the bars and when you rollover they highlight white... In my version however, the buttons will already have a white highlight, and will turn blue on rollover, and if i can get the right php for it, will stay white when visiting that page. Now, i also will want the rest of the page menu to have the base image, without the white highlight behind the actual buttons...
If you need another new explanation, let me know, ill try again...
I have tried the
HTML Code:
ul.rMenu, ul.rMenu li { background: #123456 url(/images/menubutton.jpg) ; }