Difference between revisions of "Team:Cambridge-JIC/Templates/Menu"

Line 43: Line 43:
 
             if($(this).data("mobile") == null) {
 
             if($(this).data("mobile") == null) {
 
                 $(this).data("mobile", 1)
 
                 $(this).data("mobile", 1)
                 $(this).data("width", $(this).width());
+
                 //$(this).data("width", $(this).width());
                 $(this).width("auto")
+
                 //$(this).width("auto")
  
 
                 $(this).data("minheight", $(this).css("min-height"));
 
                 $(this).data("minheight", $(this).css("min-height"));
Line 75: Line 75:
 
             if($(this).data("mobile") == 1) {
 
             if($(this).data("mobile") == 1) {
 
                 $(this).data("mobile", null)
 
                 $(this).data("mobile", null)
                 $(this).width($(this).data("width")+"px")
+
                 //$(this).width($(this).data("width")+"px")
 
                 $(this).css("background-image", $(this).data("img"))
 
                 $(this).css("background-image", $(this).data("img"))
 
                 $(this).css("min-height", $(this).data("minheight"))
 
                 $(this).css("min-height", $(this).data("minheight"))

Revision as of 14:34, 28 July 2015