Essentially I want to be able to hover-over my links in a left vertical column and have a panel pop-out on the right. Here’s a screenshot of what I’m looking to achieve. Again, I’m a complete noob when it comes to JQuery, so if there’s a strictly css3 way to do this, I’m all ears.
Share
There is probably a way to do this with CSS3 transitions. These may not be supported by all browsers.
The easiest would be to use jQuery.
Then in your JS:
This is a very simple example. But it should be a good place to start.