|
Browse by Tags
All Tags » Positioning
-
I am using PasteHTML in javascript to insert a block of HTML code in to the editor that contains a table.
This is the javascript code:
var edtEmail = document.getElementById('<%= edtEmail.ClientID %>');
edtEmail.ExecCommand('PasteHTML', false, arg.html);
The problem is that if I insert another table, the html ...
-
Hi,
following problem:
Layers with the attribute position: relative cannot be moved or changed in size in the normal view, only by changing the html-code.
Since definging size or position of relativly positioned layers is no violation against w3c-standards, i do not understand this behaviour.
Thanks in advance,
David
|
|
|