I can't confirm this behaviour, for me it does make a difference in IE6 too. Try this (press one button, reload, press the other one...)
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html
<!-- saved from url=(0013)about:internet -->
<html>
<head>
<style>
div { width:300px; height:200px; border:1px solid #333;}
</style>
</head>
<body>
<div id="div1"></div>
<div id="div2"></div>
<div id="div3"></div>
<br>
<input type="button" value="display" onClick="document.getEleme
<input type="button" value="visibility" onClick="document.getEleme
</body>
</html>
Main Topics
Browse All Topics





by: adgPosted on 2007-06-05 at 15:14:54ID: 19221220
BTW, the above is for an anchor tag. I just found out that it seems to work pretty good with a span tag though. Anyone know anything about this?