Click here to Skip to main content
15,885,216 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
Hello.

Does anyone know how google handles the menu "more" in your google plus application. when you reduce the heigh of the browser page, last menu item included, in a orizzontal hover menu, the item upstair. how do so?

Thank for answare.
Posted
Comments
hh_7 26-Mar-13 7:31am    
Well if you are talking about having a website responsive, what you should do is create a css for the dimension that you want...

EXAMPLE: @media (min-height: 700px) and (min-width: 1360px){ CREATE YOUR CSS HERE }

And you create your own rules to define where each container will be in different sizes.
vinodkumarnie 1-Apr-13 7:06am    
Hi.. Very good question.. I haven't observe this in Google+. Its very interesting one. Definitely i will find solution for the same and will share with you.. Thank you very much for such a beautiful question.
Emanuele Cappelloni 2-Apr-13 4:54am    
thanks vinodkumarnie. I think that it's a trick. when the page loaded, the orizontal and vertical menu are loaded. with jquery function $(windows).hight (or same like that). google dinamically change the visibility property to "hidden" or "visible" based on the position of menu items. at same time change the height of "more" button. (the pannel of menu have position=fixed css property). I'll implement this solution. Have you see that you can change the order of items drag and drop the icons?. you know how with jquery ?
Thanks bye

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900