I have been trying to get the bottom circles to grow in Firefox (need to add in other prefixes, still in dev)
They are behaving properly, but my goal is to get them to grow from the center. Any ideas on how i can use CSS to do that? Would it be a positioning thing? The link is here: http://www.catonthecouch.com/feline/
I am simply growing the width/height on hover.
Add negative left and top margins equal to half of the change in size (
-15px
)If you are using CSS3, you can use the property transform, and scale the element.
Obs: I have omitted the prefixes to avoid too much code, but you should use them.
Working demo: http://jsfiddle.net/JCMais/eKs59/