Log in

View Full Version : CSS Popup Image Problem



raul.lnx
09-02-2006, 09:56 PM
Hi People:

I have a little problem. I copied the code and it works good, but the popup was displayed ONLY at the top of my web.
This is the web and y problem:

http://www.snowboard-zamora.net/index.php?mact=News,cntnt01,detail,0&cntnt01articleid=8&cntnt01returnid=78


Put the mouse over Juanele, Javi and Raul text .... with IE and firefox ......

jscheuer1
09-03-2006, 04:41 AM
Are you using a Dynamic Drive script or css layout for this? If so, please provide a link to the demo of it here on Dynamic Drive so that we can get a better idea of what you are talking about.

Two things I noticed could be problems though. Your page has no opening body tag and it uses a wrapper type division (presumably for centering). Whatever element is used to display your pop up images must come right after the opening body tag (which you don't have) before any other HTML markup that might influence its position, like a wrapper. Best to just have it be the very first thing.

The above two are pretty basic but, I also noticed that in Opera, the pop ups seem to be in about the right location but have white stripes over them. This is probably due to other absolutely or relatively positioned elements on the page having a higher z-index value than the pop ups.