I am working on creating a unique left-horizontal navigation bar that resembles a bookcase. The books will be arranged horizontally, with each book representing a different link.
Each button will have two states - static (just a book) and hovering (a 3D looking book). This design will create the illusion of the user pulling out a book from the bookcase. To achieve this effect, I will be using jQuery.
My plan is to fade in the hovering image on top of the previous image using jQuery. However, I am curious about what would happen if the hovering image is larger by approximately 10px. Would the stack of books shift down by 10px when the hovering image is faded in?
Any insights or assistance would be greatly appreciated! :)