There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021
div#menu1 ul.rMenu li a:link,
div#menu1 ul.rMenu li a:hover,
div#menu1 ul.rMenu li a:visited,
div#menu1 ul.rMenu li a:active {
font-weight: bold;
}
and make sure to use the exact upper/lower case
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
#5
Jul 24, 2010, 12:07 PM
Divya
9 posts · Jul 2010
Hi,
HTML code only works for menu1 in atahualpa 353 . What do I do for menu2 (%cats) ? .
I also want to style and animate my menubar. I tried using following code in css inserts but image is not repeated and there is gap between the menu items.
ul.rMenu li {
background:#b0b0b0 url('http://warvictims.files.wordpress.com/2007/08/menubg1.png') left repeat-x;
}
ul.rMenu li a:hover
{
background:#b0b0b0 url('http://warvictims.files.wordpress.com/2007/08/menubg1.png') left repeat-x;
font-weight:bold;
}