Jump to content

Novadia

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Novadia

  1. Sorry for the late response, I'll check this. Thank you!
  2. Hello everyone! I'm quite new, so I've tried the examples that was in this site xml's tutorial. Like this: https://www.w3schools.com/xml/tryit.asp?filename=try_dom_xmlhttprequest_xml (Of course I've downloaded the xml file to the same folder) And it just not work at all.... Someone have an idea?
  3. Hello! Is there any way I can add a specific class to svg tag? I try to do that: .svgclass{ stroke: lightblue; stroke-width: 2px; display:inline-block; position:absolute; z-index:1; right: 0px; top: 10px; margin:0px 0px 0px 0px; padding:0px 0px 0px 0px; height:80px; width:1px; } And in the body: <svg class="svgclass"><line x1="0" y1="0" x2="0" y2="80" /></svg> This is not work... (And the svg style is set good, cause when I remove the class from the svg, and change in the css file to svg its all great..) Thanks! (:
×
×
  • Create New...