2012-12-05 5 views
5

Ich brauche Svg Bild in fancybox.SVG in Fancybox

<div id="data"> 
 
    <svg width="400" height="110"> 
 
    <rect width="300" height="100" style="fill:rgb(0,0,255);stroke-width:3;stroke:rgb(0,0,0)"> 
 
     Sorry, your browser does not support inline SVG. 
 
    </svg> 
 
    <img src="http://fc03.deviantart.net/fs71/f/2011/260/e/1/circle_png_by_xdicsii-d4a2odp.png" /> 
 
    <a id="inline" href="#data" style="margin-left:15px;">Full Screen</a> 
 
</div>

möchte ich Vollbild des div mit der ID "Daten" erhalten.

Wenn ich auf „Vollbild“ ich erhalte Vollbild von div mit der ID „Daten“ mit JPG-Bildern, aber nicht das SVG-Bild (die in das div gemacht wird)

Antwort

0
<div style="height:inherit; width:inherit"></div>