Hallo,
ich bin noch nicht weiter gekommen. Hier mal meine XML-Datei verkürzt:
<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ev="http://www.w3.org/2001/xml-events" version="1.1" baseProfile="full" width="11000" height="2300">
<title>Bio-Graf.de xml Export</title>
<desc>Bio-Graf Editor 1.01 Registriert für Günther Stadtler &lt;Kunststile_Zeitbereich_1000_00052_10.bge&gt;</desc>
<defs>
<symbol id="skala" >
<line x1="79" y1="2293" x2="79" y2="2283" stroke="rgb(160,160,160)" stroke-width="1"/>
<line x1="120" y1="2293" x2="120" y2="2283" stroke="rgb(160,160,160)" stroke-width="1"/>
<line x1="159" y1="2293" x2="159" y2="2283" stroke="rgb(160,160,160)" stroke-width="1"/>
<line x1="240" y1="2293" x2="240" y2="2283" stroke="rgb(160,160,160)" stroke-width="1"/>
<line x1="279" y1="2293" x2="279" y2="2283" stroke="rgb(160,160,160)" stroke-width="1"/>
<line x1="320" y1="2293" x2="320" y2="2283" stroke="rgb(160,160,160)" stroke-width="1"/>
<rect x="40" y="2293" width="40" height="2300" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
<rect x="120" y="2293" width="40" height="2300" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
<line x1="200" y1="2300" x2="200" y2="2270" stroke="rgb(160,160,160)" stroke-width="1"/>
<rect x="240" y="2293" width="40" height="2300" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
<rect x="320" y="2293" width="40" height="2300" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
<rect x="360" y="2270" width="80" height="2300" fill="rgb(255,128,64)" stroke="rgb(160,160,160)" stroke-width="1"/>
</symbol>
</defs>
<rect x="0" y="0" width="11000" height="2300" fill="rgb(255,255,225)" stroke="rgb(255,255,225)" stroke-width="0" onclick="SymbolZeigen(-1,0,0)"/>
<rect x="0" y="2220" width="11000" height="75" fill="rgb(192,192,192)" stroke="rgb(192,192,192)" stroke-width="0" onclick="SymbolZeigen(-1,0,0)"/>
<rect x="0" y="1600" width="11000" height="600" fill="rgb(215,215,215)" stroke="rgb(215,215,215)" stroke-width="0" onclick="SymbolZeigen(-1,0,0)"/>
<use xlink:href="#skala" />
</svg>
wie kann ich die Position von dem Symbol #skala mit :
<div style="position:absolute; bottom:0px; left:100px">
</div>
verändern.
Ich verstehe nicht wo ich "<div style.." einbauen muß?
Gruß
der Eisenmann