This code doesnt seem to be working also. Does anyone know how to
overflow this iframe. I created this iframe within a div container
which is set to auto but doesnt overflow
var container = document.createElement("div");
container.setAttribute("margin","0");
container.setAttribute("border","0");
container.setAttribute('height', 'auto');
var hyperlink = document.createElement('iframe');
hyperlink.setAttribute('src', 'php/main.php');
hyperlink.setAttribute('frameborder', '0');
hyperlink.setAttribute('width', '200px');
hyperlink.setAttribute('height', 'auto');
hyperlink.setAttribute('marginheight', '0px');
hyperlink.setAttribute('marginwidth', '0px');
hyperlink.setAttribute('scrolling', 'no');
container.setAttribute('overflow', 'auto');
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---