Ronsonol
06-28-2004, 06:30 PM
ok.
<div id="divHome" style="z-index:2; width:112px; height:21px; top:3px; left:10px; position:absolute;" onclick="window.open('http://ronsonol.com');"></div>
So, I am using this to create an area on the screen that when you click it goes to my home page.
This code above works just fine in firefox but when i test it in IE it doesn't. If i add a bgcolor to the style it does work. I have tried between the <div></div> but that doesn't work.
What should I do?
<div id="divHome" style="z-index:2; width:112px; height:21px; top:3px; left:10px; position:absolute;" onclick="window.open('http://ronsonol.com');"></div>
So, I am using this to create an area on the screen that when you click it goes to my home page.
This code above works just fine in firefox but when i test it in IE it doesn't. If i add a bgcolor to the style it does work. I have tried between the <div></div> but that doesn't work.
What should I do?