On my site under my navigation menu, I have an image with several pictures. I decided to change out some pictures and make them clickable using a tool online.
I now have the code, but I'm having problems with getting it to work. I am using the Delicacy theme, and the code for the image I currently have is usually under #intro { }, so that's where I've been placing the new code for my new, clickable image (I've placed the new code below that I received from the website that made my image clickable).
What do I need to do to the code below to make it work?
<style type="text/css">
dl.image_map {display:block; width:1080px; height:91px; background:url(http://tacklingmommyhood.files.wordpress.com/2012/12/header-under-nav-with-chalkboard-1080-width.png); position:relative; margin:2px auto 2px auto;}
a.LINK0 {left:124px; top:6px; background:transparent;}
a.LINK0 {display:block; width:115px; height:0; padding-top:82px; overflow:hidden; position:absolute;}
a.LINK0:hover {background:transparent; border:1px dashed black; color:black;}
a.LINK1 {left:842px; top:3px; background:transparent;}
a.LINK1 {display:block; width:115px; height:0; padding-top:82px; overflow:hidden; position:absolute;}
a.LINK1:hover {background:transparent; border:1px dashed black; color:black;}
</style>
<dl class="image_map">
<dd></dd>
<dd></dd>
</dl>
The blog I need help with is tacklingmommyhood.com.