One of my users pointed out a display problem in FireFox. The anchor links in the left sidebar crowd together, making the menu unusable. You can see it here:

http://prescottarts.youcanweb.net/cs/

I've narrowed it down to this line in layout.css section "Drupal menu restyling":

div.block div.menu li a,
div.block ul.menu li a,
div.block-book li a
{
  display: block;
  margin: 0px; padding: 1px;
  text-decoration: none;
}

I can't see why anything there would cause a problem, but when I comment it out, the menu looks normal again. I haven't changed anything in this section from the original file. I have changed other things in layout.css and page.tpl.php.

Comments

Samat Jain’s picture

In layout.css around line 582, you have:

li.a, div.menu li.expanded a, div.menu li.collapsed a, div.menu li.leaf a, ul.menu li.expanded a, ul.menu li.collapsed a, ul.menu li.leaf a
{
   height: 1px;
}

I am thinking this is the source of your problem?

PAAHCweb’s picture

Hi Samat,
Ah, in the original layout.css, it looks like this:

_height: 1px;

Maybe I thought it was a typo and corrected it? Do you remember why you put this line there?

Thanks,
D. Lynn

Samat Jain’s picture

Status: Active » Closed (works as designed)

I'm not sure on exactly what it did, but it's a compatibility fix for Internet Explorer.

PAAHCweb’s picture

OK, in that case I'll leave it there. Thanks for your help, and I'm amazed you still had a copy of my layout.css. 8^)

Everyone says the site is beautiful.

Cheers,
D. Lynn