Importent Sites or links information
Friday, 2 August 2013
sider ad html code
Show/Hide
Html Code
<script language="javascript"> function showOrHide() { var div = document.getElementById("showOrHideDiv"); if (div.style.display == "block") { div.style.display = "none"; } else { div.style.display = "block"; } } </script> <br /> <div style="left: 1px; position: fixed; top: 0px;"> <table> <tbody> <tr> <td><center> <a href="javascript:showOrHide();"> <span style="background-color: black; color: yellow; font-size: x-small;"> <b> Show/Hide </b></span> </a> </center> </td> </tr> <tr><td><div id="showOrHideDiv"> <div style="background-color: white; border: 1px solid blue; height: 600px; position: relative; width: 120px;"> <!-- sunil your ad here start--> <!-- sunil your ad end here--> </div> </div> </td></tr> </tbody></table> </div>
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment