Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7827943
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T10:06:18+00:00 2026-06-02T10:06:18+00:00

I found that some jQuery Plugin, in their css rule uses ‘zoom’ descriptor, I

  • 0

I found that some jQuery Plugin, in their css rule uses ‘zoom’ descriptor, I even Look into w3c website and found that it is used to magnify but how can I actually implement it? Or I have to Define some viewport? And how do I define such viewport ? Or i am wrong about the whole stuff ?

is it possible to use it like

a {
    zoom:1;
}

a:hover {
   zoom:2;
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-02T10:06:19+00:00Added an answer on June 2, 2026 at 10:06 am

    Zoom is not included in the CSS specification, but it is supported in IE, Safari 4, Chrome (and you can get a somewhat similar effect in Firefox with -moz-transform: scale(x) since 3.5). See here.

    So, all browsers

     zoom: 2;
     zoom: 200%;
    

    will zoom your object in by 2, so it’s like doubling the size. Which means if you have

    a:hover {
       zoom: 2;
    }
    

    On hover, the <a> tag will zoom by 200%.

    Like I say, in FireFox 3.5+ use -moz-transform: scale(x), it does much the same thing.

    Edit: In response to the comment from thirtydot, I will say that scale() is not a complete replacement. It does not expand in line like zoom does, rather it will expand out of the box and over content, not forcing other content out of the way. See this in action here. Furthermore, it seems that zoom is not supported in Opera.

    This post gives a useful insight into ways to work around incompatibilities with scale and workarounds for it using jQuery.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm building a little pagination with jquery. I found a plugin that does some
So I'm using some jQuery that I found online. There's a lot of variations
I found the jquery validation plugin ( http://plugins.jquery.com/project/validate ) and thought that this would
I use the jQuery UI Datepicker plugin and I found that if the plugin
I'm working on a program that uses HTML/CSS/Javascript/JQuery for its user interface. One of
I'm looking for a jQuery plugin that can zoom a thumbnail and also display
I'm writing a jquery-plugin, that changes a css-value of certain elements on certain user-actions.
I found that some result of MBRContains(g1,g2) and other functions seems not right to
In an app I'm profiling, I found that in some scenarios this function is
I've found recently that for some types of financial calculations that the following pattern

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.