Closed (works as designed)
Project:
Sands
Version:
4.6.x-1.x-dev
Component:
Rendering issues
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 Sep 2006 at 23:40 UTC
Updated:
6 Sep 2006 at 06:42 UTC
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
Comment #1
Samat Jain commentedIn layout.css around line 582, you have:
I am thinking this is the source of your problem?
Comment #2
PAAHCweb commentedHi 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
Comment #3
Samat Jain commentedI'm not sure on exactly what it did, but it's a compatibility fix for Internet Explorer.
Comment #4
PAAHCweb commentedOK, 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