Hello -
I have a link that I would like to absolutely position. However, as soon as I create the rule to absolutely position the link, it doesn't work as a link any more.
Here's my HTML:
And here's my CSS:HTML Code:<div id="link_facebook"> <a href="http://www.facebook.com/profile.php?ref=profile&id=100000876880984" target="new"> <img src="../images/link_faceBook.gif" width="25" height="25" alt="Link to Facebook" /> </a> </div>
Code CSS:div#link_facebook { position: absolute; top: 154px; left: 940px; } div#link_facebook img{ border: none; }
I'm sure it's something simple but I can't figure it out. Any help would be very much appreciated.
Chelsea






Bookmarks