2 replies
  • WEB DESIGN
  • |
hey warriors,
we have created a website and in that site we have created a function to set the zoom percentage for perticular page but that code is working only for chrome & its is not working for firefox and internet exploere please suggest the code for firefox & IE
the url is: link
please suggest solution asap...

Thanks
Shubham
#function #rezoom
  • Profile picture of the author nathan1
    I can't think of a reason that zoom would ever need to be used, I've actually never even heard of it until today. This sites shows the browser compatibility of zoom: zoom (CSS). It doesn't function at all in firefox, and IE is phasing it out.

    I wish I could be more helpful, but I'm not exactly sure what to suggest, but I am sure there is a way to accomplish what you want just changing the sizing of things around

    EDIT: Try this instead of the zoom, I think it gets you to the same desired result, add it to the body tag.

    Code:
    width: 90%;
    margin: 0 auto;
    {{ DiscussionBoard.errors[7708238].message }}
  • Profile picture of the author shubham
    not working .....
    {{ DiscussionBoard.errors[7708277].message }}

Trending Topics