Vertical Slide-out Menu and CSS

User 371048 Photo


Registered User
59 posts

I am having problems with my vertical slide-out menu working ... it works fine up until you get about halfway down the EVENTS tab ... from there and all the way down I apparently have some element behind it, but I cannot figure out what that element could be. I have moved the white boxes to the right and below it and can find nothing behind it, yet there must be ... can someone point out what it is I have done wrong to goof up the bottom portion of this menu? (I know my CSS ability is little to none ... I'm learning).

http://www.jayjaynet.com/jayjay/dev

Thank you.
-- me



User 187934 Photo


Senior Advisor
20,271 posts

Looks like this is on top of it.
<div id="officer_text">
If you keep your mouse to the extreme left side of the menu it works.
Make this div like below and delete the <div id="officer_text">
<div class="border" id="officers">
<b>Officers</b>
<br>
<br>
President
<br>
Deb Stoflet
<br>
<br>
Vice President
<br>
Sue Raab
<br>
<br>
Treasurers
<br>
Terri Hamus
<br>
Pam Schill
<br>
<br>
Secretary
<br>
Noelle Casiano

</div>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 371048 Photo


Registered User
59 posts

Thank you ... I should have remembered to enable the border in the tag to see where it was overlapping. I guess it all comes with time :)

The only thing is that changed the entire page layout ... CSS is certainly a lot tougher in my mind that HTML ever was :(
-- me




Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.