What do you mean "How are people supposed to navigate" ?
They zoom out, exactly the same way they zoomed in (only the opposite way), by the mouse scroll or the zoom in-out buttons, and then they see the full website again.
This has nothing to do with full screen! full screen does not change the image scale. I'm actually counting to people to go into full screen and stay in that mode (this is why I use "first click full screen").
zooming the picture to full size fit is an active action done by the user. He wants it. He does not want the menu to hide the picture right now. He did this purposely in order to see a full screen full size image. Like clicking the "full screen" button in MS-Paint.
This behavior is not annoying to the user by any way.
by the way, even when the menu is collapsed - how is that a good solution? I still have the "menu" button visible above the image, disturbing it.... and in horizontal menu - it's even worse then the opened menu..
I wish that the fitstage and cropstage methods will allow me to display a full screen full size image, without and buttons above it...
anyway....
I don't understand why you say it's not possible.
I managed to remove the folder's count (number of pictures for the category) by changing the CSS:
.mainmenu_amount {
color: #CC9900;
visibility:hidden;
display: none;
}
I even managed to completely hide the menu using only CSS:
.mainmenu_textPage {
visibility:hidden;
display: none;
}
.mainmenu_link {
font-style: italic;
visibility:hidden;
display: none;
}
.mainmenu_hasFiles {
visibility:hidden;
display: none;
}
So, there has to be a way to make the image one layer higher then the menu....
Please do note that the menu's background is transparent. Only the actual TEXT is visible.
Can you think of any creative way to achieve this?