<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Gomb Animació 1</title>
<style>
#gomb{
width:150px; /* A gomb szélesége */
text-decoration:none; /* Szöveg dekorácíó letiltva */
border-color:#900; /* Keret színe */
border-radius:15px;} /* Keret lekerekitése */
#gomb:hover{
margin-left:10px; /* A gomb elmozditása */
text-decoration:none;} /* Keret lekerekitése */
</style>
</head>
<body>
<a href="#"><input id="gomb" type="button" value="gomb 1" /></a><br />
<a href="#"><input id="gomb" type="button" value="gomb 2" /></a><br />
<a href="#"><input id="gomb" type="button" value="gomb 3" /></a><br />
<a href="#"><input id="gomb" type="button" value="gomb 4" /></a><br />
<a href="#"><input id="gomb" type="button" value="gomb 5" /></a><br />
<a href="#"><input id="gomb" type="button" value="gomb 6" /></a>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Gomb Animació 1</title>
<style>
#gomb{
width:150px; /* A gomb szélesége */
text-decoration:none; /* Szöveg dekorácíó letiltva */
border-color:#900; /* Keret színe */
border-radius:15px;} /* Keret lekerekitése */
#gomb:hover{
margin-left:10px; /* A gomb elmozditása */
text-decoration:none;} /* Keret lekerekitése */
</style>
</head>
<body>
<a href="#"><input id="gomb" type="button" value="gomb 1" /></a><br />
<a href="#"><input id="gomb" type="button" value="gomb 2" /></a><br />
<a href="#"><input id="gomb" type="button" value="gomb 3" /></a><br />
<a href="#"><input id="gomb" type="button" value="gomb 4" /></a><br />
<a href="#"><input id="gomb" type="button" value="gomb 5" /></a><br />
<a href="#"><input id="gomb" type="button" value="gomb 6" /></a>
</body>
</html>
No comments:
Post a Comment