https://www.icyphoenix.com/viewtopic.php?f=32&t=7190&p=49170#p49170 ----------------------------------- MattTB Tue 08 Jun, 2010 18:56 Re: [STYLE] - Milky Way Red ----------------------------------- I decided to replace the CSS of my skin with the CSS of another skin just to see if the hover issue still existed; it did not, which indicated this is a CSS problem. I then found what controlled the hover function in the CSS and removed it. Problem solved. For others using this skin that see this as a problem: Find and Remove from the CSS: [code] input:hover, textarea:hover, select:hover { color: #880000; background-color: #EEEEEE; border: solid 1px #FF5500; }[/code] Thanks Josh for your assistance!