Menu

add css Property

2015-10-22
2015-11-05
  • Pasquale Marinaro

    Hi all,
    i would add the css property: text-shadow. I would extend CSSBox to draw text shadow. I can draw a string with shadow and this property is present inside html:
    <style>
    .table{

    position: absolute;
    font-size: 18px;
    color: white;
    top: 65px;
    left: 5px;
    text-shadow: 1px 1px black;
    

    }

    </style>

    But the Analyzer ignores text-shadow. Maybe JStyleParse ignores this property.

     
  • Radek Burget

    Radek Burget - 2015-11-05

    Hi, yes, the Analyzer ignores the unsupported properties and unfortunately, we didn't manage to add all the CSS3 properties yet. I keep extending the set of supported properties as the time allows.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.