Recently, I encountered a challenge with my logo. I decided to split it into two sections - the top and bottom - in an attempt to create a spinning effect on the lower part of the logo.
My primary goal is to make the bottom saw blade portion of the logo spin or rotate when hovered over.
While I have successfully made it spin using CSS, I ran into an issue due to splitting the logo into two sections. The z-index property came into play as I had to stack the images, but the bottom logo wouldn't spin properly when it was below the top one, blocked by its presence.
I attempted to use Jquery to address this problem, however, my coding skills are still developing, and I couldn't find a solution on my own.
If anyone could take a look at my CodePen and offer some guidance, I would greatly appreciate it.
Here is the link to the Pen / Code: http://codepen.io/daugaard47/pen/yKrdD
By reversing the z-index, you can observe the desired spinning effect in action.
Thank you, - Chris