[pmwiki-devel] bizarre IE bug...

Crisses crisses at kinhost.org
Wed Nov 15 07:00:05 CST 2006


On Nov 14, 2006, at 6:02 PM, The Editor wrote:

> Second post. This is really perplexing me.  Any ideas?
> Caveman

I haven't seen "marginheight" and "marginwidth" settings before.  Why  
not throw this code against an HTML validator?  Or double-check  
compatibility in IE for some of the terms you're using?

>> <iframe src='http://localhost/zap/pmwiki.php?n=Chatroom.Test3'
>> width='95%' height='300' border='0' marginheight='0' marginwidth='0'
>> style='border:solid #0f0 0.0em'>
>> Your browser does not support chatting.
>> </iframe>

you could add margin: 0 0; to your "Style" attribute:

style='border:solid #0f0 0.0em; margin:0 0;'>

unless the marginheight/marginwidth are not what I'm thinking.  I  
don't use iframes.

Crisses




More information about the pmwiki-devel mailing list