Template talk:Rotate: Difference between revisions

From The Urban Dead Wiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 11: Line 11:
:I believe it does now that karek added "display:Block" to it. Although now it moves it to the otherside of the page. when I use the template like so.  
:I believe it does now that karek added "display:Block" to it. Although now it moves it to the otherside of the page. when I use the template like so.  
<span style="{{Rotate|180deg|0deg}}">Test</span>
<span style="{{Rotate|180deg|0deg}}">Test</span>
 
{{User:Mazu/sig}}
And those examples stretch all the way across the page as well. >.>{{User:Mazu/sig}}

Revision as of 03:31, 5 August 2011

Chrome

Doesn't look like this works in Chrome, unfortunately. Neither does it work on mobile browsers. ~Vsig.png 19:21, 4 August 2011 (UTC)

I'll try to fix it on chrome later if I can. I don't have time right now.        19:25, 4 August 2011 (BST)
I didn't expect it to on mobile browsers sadly. Strange thing is happening it works on a CSS site with chrome and safari but here it doesn't and I'm copying exact code. I've failed X(        19:39, 4 August 2011 (BST)
Actually it should work on mobile browsers. Iirc transforms need display:block; to work. Try it now, a least it looks to be functioning in edit summaries to me. --Karekmaps 2.0?! 20:29, 4 August 2011 (BST)
Yeah that did the trick after I purged my browser cache. ~Vsig.png 20:45, 4 August 2011 (UTC)
I'll do some further testing. As I'm curious if it always fills the full width of the page.        04:13, 5 August 2011 (BST)
Looks like you'll need to define width manually for inline objects like the table in your sample. ~Vsig.png 04:22, 5 August 2011 (UTC)

Are you sure this doesn't work in Google Chrome? I've opened Google Chrome to take a quick look into this theory and it seems to be viewing exactly like how I see it in FireFox. But then again, my Google Chrome seems to be version 12 instead of the newer version 13. --•▬ ▬••▬ • •••• •▬ ▬•▬• ▬•▬ #nerftemplatedsigs 04:25, 5 August 2011 (BST)

I believe it does now that karek added "display:Block" to it. Although now it moves it to the otherside of the page. when I use the template like so.

Test