Dette websted vil have begrænset funktionalitet, mens vi gennemgår vedligeholdelse for at forbedre din oplevelse. Hvis en artikel ikke løser dit problem, og du vil stille et spørgsmål, har vi vores supportfællesskab, der venter på at hjælpe dig på @FirefoxSupport på Twitter og/r/firefox på Reddit.

Søg i Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Læs mere

css3 problems

  • 2 svar
  • 2 har dette problem
  • 1 visning
  • Seneste svar af cor-el

more options

In order to do a rotation for a css3 Block, one may use the following field on an html element successfully returned by getElementByID or getElementByName do do the rotation:

.style.MozTransform .style.OTransform .style.WebkitTransform .style.OTransform

If I want to do style.transform-origin, what are the corresponding field names for setting a new rotation origin for the corresponding css3 Web Browsers (Web rendering toolkits) for the previous four tranformation examples?

In order to do a rotation for a css3 Block, one may use the following field on an html element successfully returned by getElementByID or getElementByName do do the rotation: .style.MozTransform .style.OTransform .style.WebkitTransform .style.OTransform If I want to do style.''transform-origin'', what are the corresponding field names for setting a new rotation origin for the corresponding css3 Web Browsers (Web rendering toolkits) for the previous four tranformation examples?

Alle svar (2)

more options

In order to do a rotation for a css3 Block, one may use the following field on an html element successfully returned by getElementByID or getElementByName do do the rotation:

.style.MozTransform .style.OTransform .style.WebkitTransform .style.msTransform

If I want to do style.[i]transform-origin/i, what are the corresponding field names for setting a new rotation origin for the corresponding css3 Web Browsers (Web rendering toolkits) for the previous four tranformation examples?

more options