go41

the info you need to know


von Joern
Keine Kommentare

Thanks for the reply Joern - I wound up figuring out how to do this through trial and error. For those who have the issue this is how I fixed it:Code:#page-bar li:hover {   /*background: #cc9933;*/   text-transform:uppercase;   }#page-bar a, #page-bar a:visited {   margin: 0px;   padding:10px 18px;   text-transform:uppercase;   color:#FFF;   display:block;   }#page-bar a:hover…