Author Topic

Paul Leclercq

Wednesday 05 December 2007 5:11:00 am

Comment25626

Hello,

This is a stylesheet error and not really related to Exponential.

if you look at the code of your page you will see that your "content" class has overflow set to hidden.

If you de-activate this then you will not get this error anymore. But this will probably impact the rest of the site.

#content {uia.css (line 132)
background:#FFFFFF none repeat scroll 0%;
border-top:1px solid #BAB0A4;
clear:both;
height:100%;
overflow:hidden;
}