GobnetCresxel
New Member
Okay so I've been searching for a useful tutorial but haven't gotten the EXACT thing that will help me figure this one out. So I am trying to create a menu on a page for characters in a story. Each character is going to have a div class containing their name/face and when you hover over it you get a div class (and id to hold the image and link to the profile page) that pulls up that reveals a crop of the character's face/name. I'm familiar with jQuery and understand the slideToggle effect a bit but I'm having trouble figuring out how to set up the divs in CSS and then move forward to applying them to the jQuery.Let's just say to summarize and give a example, I have a 100x100px div and I want it to slide down and reveal another 100x100 div upon the hover action - How do I set up the CSS for this?Thank you very much in advance!