tektipsismyfavorite
Technical User
I have a div floating absolutely to the bottom and right of the page. I have an image inside the div and it has a link on it.
The problem occurs on FireFox when you click the link, the scroll bars appear, moving the link slightly up and to the left, and sometimes even causing the "click" action to not go through and the user must click again to follow the link. if the link didn't work the first time and if you click off away from the div (like in some blank space) the scroll bars go away.
Any ideas?
Code:
<div style="right:0px; bottom:0px; width:141px; height:141px; position:absolute;"><a href="shows.php"><img src="img/nextshow.gif" width="141" height="141" border="0" /></a></div>
The problem occurs on FireFox when you click the link, the scroll bars appear, moving the link slightly up and to the left, and sometimes even causing the "click" action to not go through and the user must click again to follow the link. if the link didn't work the first time and if you click off away from the div (like in some blank space) the scroll bars go away.
Any ideas?