Hi guys,
I have a quick question. I'm running a site in all html, and I was wondering if there is a way to have a border on hover.
Here is what I have now:
Code:
<p style="border: 1px solid #9099AB; padding: 0px 0px 0px 0px; background-color: #BFCFE6; padding-left: 0px; padding-right: 0px;"><a href="http://www.mysite.com/">My Site</a></p>
If you're unsure of what I'm trying to say, check out the windows update site. Their links on the left is basically what I want to do. Only in HTML
Thanks.