how to write a custom style with CSS 3d attribute in Krpano XML ?

  • HI , I have a style such as <style type="text/css">
    .box{ border:1px solid #f60; width:100px; height:100px; margin:0 auto;
    -webkit-border-radius:150px;
    -moz-border-radius:50px;
    -o-border-radius:50px;
    border-radius:50px;
    rotateZ: 40deg;
    }


    I want to use it in krpano XML <style> tag. I write it as <style name="box" border="1px solid #f60" width="100px" height="100px" border-radius="50px" ...../> But it is useless. What is the problem? *confused*

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!