Hover over Image for Ask
Live View
Paste this code under your <style type="text/css"> tag OR your <style> tag
.saymyname img{ width: 200px; height: 150px; } .bills{ opacity: 0; width: 150; height: 100px; z-index: 9999; margin-top: -170px; -webkit-transition: 1.2s ease-in-out; -moz-transition: 1.2s ease-in-out; -ms-transition: 1.2s ease-in-out;Â
} .bills:hover{ opacity: 1; -webkit-transition: 1.2s ease-in-out; -moz-transition: 1.2s ease-in-out; -ms-transition: 1.2s ease-in-out;Â
}
Now paste this code into your sidebar where you want the image/ask to be
I get alot of questions when i leave instructions like this. Put the code EXACTLY where you want it to be in your coding. If you want it above your description, paste it above the {Description} tag
<div class="saymyname"><img src="YOURIMAGEURLHERE" /></div><br /> <div class="bills"><iframe frameborder="0" scrolling="no" width="200" height="160" style="background-color: #fff;" src="http://www.tumblr.com/ask_form/{name}.tumblr.com" id="ask_form"></iframe></div>







