View Single Post
  #6  
Old 04-21-2013, 02:50 PM
bobbybig bobbybig is offline
Member
 
Join Date: Mar 2011
Posts: 36
Gender: Male
Credits: 4,983
bobbybig is on a distinguished road
Default

using the latest in css construction for rounded edges on all web browsers and drop down shadow math in css I have constructed js pop up menus for the map that once a person clicks on an object that is places on the map a set of menu options or navigation options pops up on their screen. The menu stays on screen until the user either clicks on an option on the menu or hovers over the menu then moves their mouse away from it. It will close if hovered over but not used.

I have also started but not completed the hover over pop up tool tip math. The reason for writing my own js for this and not using jquery default math for this is so that the default jquery math is not used too much. We want to limit the amount of hits to the jquery stuff. Too many hits to a library has been proven to break a library use in a source. So to write your own is always better and stronger math.

More to come as I get it constructed.
Reply With Quote