Url: http://www.kolej.mff.cuni.cz
> Css: http://www.kolej.mff.cuni.cz/css/spigi.dark_son/inc.main.css
> Problem: The links in the right column are not clickable.
> (Moreover, combobox also do not respond on any mouse click.)
> Expected: The links are clickable.
> Implementation info: The class of the right column is "boxes".
> The left column has two parts - "main" and "titleMainLogoBox".
>
> I've tried the z-index property but it did not work.
>
> Do you have a tip how to solve that?
>

The problem appears to be at line 96 where there is a <div>
If you remove this and change your style to :

.connection dl
{
  margin: 0px;
  padding: 0px;

}
.connection dl a
{
  font-size: 1em;
}

That solves the problem.

Ian
--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.430 / Virus Database: 268.14.16/552 - Release Date: 26/11/2006
11:30

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to