Good day all, I hope that you could help me with a problem that I'm experiencing in Dreamweaver CS6. I'm at the mark up stage at this point and and am trying to create a hyperlink but all of this this has been to no avail at this point and time. I can't seem to get the hand cursor and rollover links color on my home. What could I be doing wrong here...here's my code:
Code:
<div id="home"><a href="#">home</a></div> #mainContent #home { background-color: rgba(0,0,0,0.5); height: 16px; width: 48px; margin-top: 3px; position: absolute; z-index: -2; left: 84px; top: 309px; font-family: Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; text-transform: uppercase; color: rgba(255,255,255,1); line-height: 16px; text-align: center; border-radius: 10px; }
Comment