CSS Styling Issue - UL, positioning, links
I am currently finishing up a design for Mission San Jose Church here in San Antonio, and am having some issues with the navigation system I set up. Any thoughts would be helpful.
I'd suggest looking at these with Firebug to see what the code looks like, because there are a lot of elements at play with this issue.
The problem: In Safari or Firefox, if you check out the beta here, mouseover the "Join" tab and take a look at how the first column of choices is not recognized as hyperlinked, but the second column is. These are both lists, each styled seperately. I'm trying to figure out why the first column of hyperlinked items is not being recognized.
Thanks, friends.
Angela
Welcome to the community Angela! I hope you find OpenSourceCatholic a nice place where designers and developers come together. Prayers during your Finals Week.
Nice! I just realized, I walked by there when I was in San Antonio for the SQPN celebration last year!
Hmm... maybe it was San Fernando. It's really cool, whatever (and wherever) it is, though.

I think it might have to do with the fact that the join overlay overlaps the others; when you have a ton of overlaps like this, you need to be careful with the z axis of your page - you might need to add some z-index properties to make sure your navigation divs appear on top of each other correctly.
Also check the widths of the individual li items; they seem to be overlapping each other.
Advancing the faith.