Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Transform not working in Chrome 12 Re: Transform not working in Chrome 12

#81995
seanroberts
Member

Well technically both of your suggestions are targeting the spans. Just one is using a class selector and one is using the type selector. With that, its obvious that both speed and markup would be benefited by using just the type selector. I say that because you would not have to write all of the classes to get the same result and the browser would not have to identify all of them separately. Even though they all have the same properties applied them.