Tıklayınız.
MERHABA
<HTML> <HEAD> <TITLE>Çerçeveli Buton</TITLE> <STYLE TYPE="text/css""> #goster {background:RED; COLOR:WHITE; position: absolute; top: 150px; left:100px; text-align:center; visibility:hidden} #cbuton {background:yellow; COLOR:black; border:ridge 10px red; text-align: center; position: absolute; top: 10px; left: 10px; } </STYLE> </HEAD> <BODY> <DIV ID="cbuton" ONCLICK="goster.style.visibility='visible'"> <b>Tıklayınız.</b> </DIV> <SPAN ID="goster"> MERHABA </SPAN> </BODY> </HTML>
|