You can actually embed the page directly without doing any custom HTML programming. When editing a Menu Item, check the box for "Is this just a link to another page", then check the box for "Inline Frame" Finally, enter the size you want it to be (say, 600 pixels high by 100% wide) and enter the URL of the chat client.
You can actually embed the page directly without doing any custom HTML programming. When editing a Menu Item, check the box for "Is this just a link to another page", then check the box for "Inline Frame" Finally, enter the size you want it to be (say, 600 pixels high by 100% wide) and enter the URL of the chat client.
PERFECT! Thanks chops.
-- Quaiche - Addon Author, Druid, and Guild Leader for Benevolent Thuggery on Dragonblight
The IFRAME I'm embedding from Mibbit requires the XHTML Strict DTD to work correctly in IE7. Meh.
But when I add that, the sizing information that you add from the link setup page doesn't work because you're putting it in a style="" attribute instead of in the height and width attributes.
I think I can hack around this with the DOM and some JavaScript, but it would be much nicer if you put in the proper IFRAME attributes.
-- Quaiche - Addon Author, Druid, and Guild Leader for Benevolent Thuggery on Dragonblight
Correct that. The problem is that the height in the style attribute doesn't incluide the units. If you make it say style="width:95%;height=600px;" it works fine.
And this isn't just IE7, this is also true in Firefox 3.0.1
-- Quaiche - Addon Author, Druid, and Guild Leader for Benevolent Thuggery on Dragonblight