PDA

View Full Version : menu doesn't work...half-way down


tangled_slinky
04-10-2008, 07:01 PM
Hello-

I have an odd problem. I'm not sure it belongs here, but then I can't tell what the issue is, either. On my site's link page, the menu stopped working halfway down after my last update. Links are supposed to be the full height of the box, but the Calendar one isn't active after top fourth of the box, and none of the links below Calendar work. It's an included menu that I've used all through the site, so I'm fairly sure the problem isn't there. It only happens in IE7, as far as I can tell.

The site is broken here (http://www.wusscavers.com/links.shtml), and not broken here (http://www.wusscavers.com).

Thanks-
tangled_slinky

tomws
04-10-2008, 07:26 PM
Something's wrong under the Student Grottos content where the webmaster@ email address is located. Resizing the window to get your content to move down the window reveals that the menu still works, but is 'covered up' by whatever is around that address.

In the code, I notice a p style there of 'text-indent' that is nowhere else.

tangled_slinky
04-10-2008, 08:48 PM
That fixed it, thanks!

effpeetee
04-10-2008, 08:50 PM
#Menu {
width: 12em;
height:2em;
border: 1px solid #fff;
padding: 0px;
margin-top:10px;
margin-bottom: 1em;
margin-right:2.25em;
margin-left:10px;
font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #fff;
color: #333;
float:left;
}


This fixed it for me.

Frank