<html>
<head>
<style>
div
{
appearance:button;
-moz-appearance:button; /* Firefox */
-webkit-appearance:button; /* Safari and Chrome */
}
</style>
</head>
<body>
<p><b>Note:</b> Internet Explorer and Opera do not support the appearance property.</p>
<div>Some text</div>
</body>
</html>