For some reason :s some people hover over images and thumbs and they disappear they have to be really quick to see the image.... otherwise it disappears and im not getting this error but apparently some are... have any idea whats going on
It is assuredly a CSS bug, being that the :hover pseudo-class controls the effect. It won't be hard to find, but post the offending browser and additional info if possible. (There are already a few CSS problems in Plogger, most notably IE not displaying all thumbs.) Usually it's not a problem with the CSS, but with the browser's implementation, and just needs to be coded around.
Finally, I would appreciate a link to your gallery; I've been trying to help troubleshoot some of your questions but find it hard without looking at the deployed code.
http://www.meritheperi.net into Gallery... im not having problem with this and ive tested on OPERA and FIREFOX and IE but... few people complain about "its really anoying i need to extra quick to be able to you know see the images" you can see the css coding at http://www.meritheperi.net/gallery/css/gallery.css and thats only part ive changed.... except for you know not the full screen link in gallery.php but that cant be it =) but anyway this is so far
Sorry Plebbi, but it's an IE CSS bug for sure. I'm watching your thumbs disappear in IE; it's like playing Lemmings. Test it again. I can reproduce it in standalone versions of IE 5.5, IE 6.0 and IE 7 Beta 1. Interesting that it still occurs in 7.
I think it's the Peekaboo bug, but it definitely has something to do with the floats, as when the image disappears the content accordingly rearranges.
* html .thumbnail a:hover { /* IE-star hack -- the IE parser has an element above html, which is not spec; therefore, only IE applies this rule */ height: 1px; /* Holly hack, triggers IE's "hasLayout" property */ }
ddejong i was thinking where to put this im a little confused for some reason... i just i cant read out of what you gave me where to put that piece of coding... :$ enlighten me :D