CSS Almanac

Home » CSS Almanac » Properties » Z » zoom

zoom

Browser Support

Chrome Safari Firefox Opera IE Android iOS
TBD TBD TBD TBD TBD TBD TBD

Subscribe to The Thread

  1. vikram jyani

    how should i put a image on a moving banner which is made by jquery through css

    • Well actually Vikram its a wrong place to ask this question you can ask it on forum :) but well regarding your solution, its good to use positioning to the div and drop it over the image, give image a z-index value less then the z-index value of div and the div will be shown on the top of the moving banner :)

      I hope this will help you.

      if not email me the files i will code it for you :)

      cheers…

  2. Ah sorry i meant vise-verse with the z-index :)
    Give z-index value higher in image then the div

    i.e.
    .img {z-index:1000}
    #div {z-index:10}

    Cheers…

Speak, my friend

At this moment, you have an awesome opportunity* to be the person your mother always wanted you to be: kind, helpful, and smart. Do that, and we'll give you a big ol' gold star for the day (literally).

Posting tips:
  • You can use basic HTML
  • When posting code, please turn all
    < characters into &lt;
  • If the code is multi-line, use
    <pre><code></code></pre>
Thank you,
~ The Management ~