You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

Large gap on page after a link when opening an external page with Overlay Created Mar 26, 2010

This thread is solved

Views: 1091     Replies: 2     Last reply Mar 28, 2010  
You must login first before you can use this feature

mskopel

Posts: 11

Registered:
Jun 14, 2009

Large gap on page after a link when opening an external page with Overlay

Posted: Mar 26, 2010

I am opening an external page using Expose and Overlay. The page which opens has a link to another page. The link works fine however there is a large gap between the link text and content afterward. The source code looks fine. If I remove the link, the page displays properly. If I look at the page directly, it displays properly. Just wondering if there is a problem I am not aware of.

Go to this page: Omnivos.com
At the bottom, click on Shipping and Returns
The gap occurs after each of the 'email us' links

serge512

Posts: 11

Registered:
Mar 17, 2010

solution

Posted: Mar 28, 2010

Reply to: Large gap on page after a link when opening an external page with Overlay, from mskopel
Hi the problem is that in the styles.css on line 2433 (according to FireBug) you have the following code:


div.overlay a {   /*All <a> tags have this property under an .overlay*/
    display:block;
    height:450px;   /*<<-- Here is the gap*/
}

if you didn't make this css rule you should look for it and just delete it.

oh and by the way great site.

mskopel

Posts: 11

Registered:
Jun 14, 2009

» solution

Posted: Mar 28, 2010

Reply to: solution, from serge512
I got so caught up looking at the code, I completely overlooked the css. Thanks for pointing this out. Time for a break.

Thanks for taking the time to help.