本文介绍了从中心成长的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一直在试图让底部界在Firefox增长(需要在其他prefixes增加,仍处于开发)

I have been trying to get the bottom circles to grow in Firefox (need to add in other prefixes, still in dev)

他们是否正常运行,但我的目标是让他们从中心成长。如何我可以使用CSS的任何想法做呢?那会是一个定位的事情吗?链接是在这里:

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.

推荐答案

负左侧和顶部边距等于变化的加入一半的大小( -15px

Add negative left and top margins equal to half of the change in size (-15px)

这篇关于从中心成长的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-04 01:26