I was actually just suggesting adjusting the absolute position(so it doesn't effect the browser screen) to a point off of the screen instead of using visibility and was wondering if the bots in question are set up to ignore that too. Here's some sample code for that type of thing in-line CSS style(not that it should or need be, this is just the example I have readily available from usage on a wiki):
Code:
<div style="position: absolute; width:180px; height:75px; z-index:3; left: -220px; top: -95px; visibility: visible"></div>
Bookmarks