weepy schrieb:
The IE works not perfect :(

What problems are you having specifically? I know there is a subpixel
rendering problem.

I make a Screen, I work offline:
http://olaf-bosch.de/bugs/jquery/cornerz.gif

The element itself holds the canvas or VML. It can be whatever you
want - whether it's invalid xml or not.

Yes i understand this fact. I say it does not need. ;)

Give the parent element position:relative; and the cornerz working true, see:

$('#bla').cornerz();

<div id="bla" style="position:relative;>
  CONTENT........CONTENT
  <CANVAS>
  <CANVAS>
  <CANVAS>
  <CANVAS>
</div>

For what will you make this:

<div id="bla" style="position:relative;>
  CONTENT........CONTENT
  <div style="display:inherite">
    <CANVAS>
    <CANVAS>
    <CANVAS>
    <CANVAS>
  </div>
</div>

I forget, thank you for this fine Plugin :)

--
Viele Grüße, Olaf

-------------------------------
[EMAIL PROTECTED]
http://olaf-bosch.de
http://ohorn.info
www.akitafreund.de
-------------------------------

Reply via email to