<div class="codetitle"> <span><a style="CURSOR: pointer" data="22428" class="copybut" id="copybut22428" onclick="doCopy('code22428')"><u>Copy code</u></a></span> The code is as follows:</div> <div class="codebody" id="code22428"> <br><!doctype html><br><html><br><head><br> <title></title><br> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min. js" type="text/javascript"></script><br> <style type="text/css"><br> #divTips{<br> filter:alpha(opacity=30); / *IE filter, transparency 50%*/<br> -moz-opacity:0.3; /*Firefox private, transparency 50%*/<br> opacity:0.3;/*Others, transparency 50%*/<br> position : absolute;width: 600px; height: 400px;display:none;color:red;z-index:10;padding:10px;<br> }<br> </style><br> <script type=" text/javascript"><br> $(function () {<br> var $txtNote = $("#txtNote");<br> var $divTips = $("#divTips");<br> $txtNote .focus(function () {<br> . Show, otherwise hide. Then position <br> “ “left”: ).left,<br> "top": $txtNote.position().top<br> 🎜> $txtNote.focus();<br>}); $ Txtnote.blur (); <br>}); <br> & lt;/script & gt; <br> & lt;/head & gt; <br> & lt; body & gt; <br> message board & lt; br /><br> <textarea id="txtNote" style="width: 600px; height: 400px;"></textarea><br> Dear, welcome to visit, if you have anything to say, please write it down!!<br /><br> (Leave your name in the box below, please leave your contact information if convenient)<br> < ;/div><br /><br> <input type="text" value="Name" /> <input type="text" value="Mobile phone/QQ/……" /> <br></body><br></html><br><br> </div>