Ive got a button which works fine in FF but not in IE.
All it is is a hyperlinked div. But IE users can't click the button.
Anyone know a work around for this. Im not very experienced in cross-browser coding :confused:
<html>
<head>
<style type="text/css">
.partdiv {
background-image: url('http://www.theflickzone.com/movieimages/part.png');
padding-left: 75px;
padding-top: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
font-weight: bold;
color: #000;
text-decoration: none;
width: 150px;
height: 50px;
}
</style>
</head>
<body>
<a href="{param}"><div class="partdiv">{option}</div></a>
</body>
</html>