I'm trying to get rid of the standard text for the page links and I'm sort of half way...
I succeeded to add my own images but I'm bumping into several issues:
- i cant get the "Home" button to appear...
- I cant remove the standard text yet
- I would like to get rid 100% of the hover standard fx and repalce it by a fx of my own (iif not too complicated).
I know there are some threads about the various issues I encounter but I cant seem to find them...
Info:
WP 2.9.1
Atahualpa 3.4.5
temp url to see my issues in real time http://burn.phpnet.org/soundandbandservices2010
my CSS insert at the moment (it's late and I feel things are redundant)
Code:
/* START MENU */
div#menu1 {
background: url(http://burn.phpnet.org/soundandbandservices2010/wp-content/themes/atahualpa/images/menu-bg.jpg) no-repeat center;
border: none;
}
div#menu1 ul.rMenu li {
background-color: transparent important!;
padding: 5px;
margin: 0px 1px;
border: 0px;
width: 140px;
}
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 {
background-color: transparent important!;
background: transparent important!;
text-decoration:none;
margin:0;
padding:2px 5px;
}
div#menu1 ul.rMenu li.current_page_item a:link,
div#menu1 ul.rMenu li.current_page_item a:active,
div#menu1 ul.rMenu li.current_page_item a:hover,
div#menu1 ul.rMenu li.current_page_item a:visited,
div#menu1 ul.rMenu li.current_page_item > a:link,
div#menu1 ul.rMenu li.current_page_item > a:active,
div#menu1 ul.rMenu li.current_page_item > a:hover,
div#menu1 ul.rMenu li.current_page_item > a:visited,
div#menu1 ul.rMenu li a:hover {
background-color: none !important;
background-color: transparent !important;
}
li.page-item-2 {
background: url(http://burn.phpnet.org/soundandbandservices2010/wp-content/themes/atahualpa/images/button-about.png) no-repeat scroll center center;
}
li.page-item-17 {
background: url(http://burn.phpnet.org/soundandbandservices2010/wp-content/themes/atahualpa/images/button-contact.png) no-repeat scroll center center;
}
li.page-item-26 {
background: url(http://burn.phpnet.org/soundandbandservices2010/wp-content/themes/atahualpa/images/button-prod.png) no-repeat scroll center center;
}
/* END MENU STYLE */











Linear Mode
