bennybwoi Posted January 17, 2010 Posted January 17, 2010 Hey Peeps,This Is Probs Easyer Than Im Making It, but for mccodes v2 basic main menu, how do u make the colour of your links change when you mouse goes over them, and possibly how do u make a hover bg image and non hover image work on main menu? Quote
Nicholas Posted January 17, 2010 Posted January 17, 2010 to make the links change colour when you hover the mouse over the link put this in your header.php where the other CSS stuff is. a:hover { color: gold ; } change the colour GOLD to whatever you want lol. not 100% sure on the image one tho... but i think this will work... a:link img, a:visited img{ border: none; } a:focus img, a:hover img, a:active img{ border:2px solid gold; } and just put a link on the image like this.. [url='index.php'][img=images/index.jpg][/url] Quote
Nicholas Posted January 17, 2010 Posted January 17, 2010 did it work then? as i didnt test it lol. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.