Hi,
Ich habe das Problem, daß dies in Firefox, im IE aber nicht geht:
Im Css ist das so definiert
Weiß jemand, wieso das onclick beim IE (8 und vielleicht auch andere) nicht geht und der cursor nicht zur "Hand" wird,
weas man da machen muß?
Vielen Dank,
GELO
Ich habe das Problem, daß dies in Firefox, im IE aber nicht geht:
Code:
<div id="zum_guestbook" onclick="guestbook();" ></div>
Code:
#zum_guestbook {
cursor: pointer;
height: 60px;
left: 120px;
padding: 0;
position: relative;
top: -10px;
width: 300px;
z-index: 10000;
}
Code:
<script type="text/javascript">
function guestbook (){
document.location.href = "guestbook.html";
}
</script>
Weiß jemand, wieso das onclick beim IE (8 und vielleicht auch andere) nicht geht und der cursor nicht zur "Hand" wird,
weas man da machen muß?
Vielen Dank,
GELO