imsky/cssFx

support transform

spostad7 opened this issue · 6 comments

hi. tanx for your brilliant work
I want to use css3 transform in chrome browser. I used this plugin without adding any prefix to my css:
transform: rotate (180deg);
I expected this is work in chrome by adding needed prefix, but unfortunately it seems that something wrong.
could anyone help me plz?
tanx

Transform should work. Can you provide your HTML and CSS?

the mark up is sth like this:

>>>

and here is my css:
.more {
float: left;
transform: rotate(180deg);
margin: 0 13px 5px;
clear:both;
}

Mark up isn't visible, just paste your HTML and CSS.

I know it is not visible. The editor convert html as rich text
here is the the fiddle:
http://jsfiddle.net/42ZQF/

could u plz tell me what was wrong with my code!?
Tanx. here is my code again:

.more {
float: left;
transform: rotate(180deg);
margin: 0 13px 5px;
clear:both;
}

/Markup/
a href="#">
span id="livicon-8" title="read more" class="more"> &gt &gt &gt </span </a

(sorry I have to remove some open and close tags to prevent page from converting them as html, but in last comment I mentioned a fiddle link)

Yes, please give me a few days to respond, I currently can't review any bugs.