What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Solved] Xml windows with Frame

[Solved] Xml windows with Frame
Author: Message:
Matti
Elite Member
*****

Avatar
Script Developer and Helper

Posts: 1646
Reputation: 39
31 / Male / Flag
Joined: Apr 2004
RE: [Solved] Xml windows with Frame
Or, by using the more standardised method using CSS:
code:
<head>
...
<style type="text/css">
html, body {
   overflow: hidden;
}
</style>
...
</head>
It's more recommended to use the above method, as <body scroll="no"> is deprecated and only recognised by Internet Explorer. This might not sound as a problem, as Plus! uses an InternetExplorer object, but it's better to use standards to make your web page validate the W3C (X)HTML standards, to make it compatible with other browsers and to make it "future-proof". ;)

This post was edited on 04-26-2008 at 11:40 AM by Matti.
Plus! Script Developer | Plus! Beta Tester | Creator of Countdown Live | Co-developer of Screenshot Sender 5

Found my post useful? Rate me!
04-26-2008 11:40 AM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Solved] Xml windows with Frame - by Tiller on 04-24-2008 at 02:54 PM
RE: [Question] Xml windows with Frame - by MeEtc on 04-24-2008 at 03:06 PM
RE: [Question] Xml windows with Frame - by Tiller on 04-24-2008 at 03:55 PM
RE: [Question] Xml windows with Frame - by matty on 04-24-2008 at 03:58 PM
RE: [Question] Xml windows with Frame - by Tiller on 04-24-2008 at 04:07 PM
RE: [Question] Xml windows with Frame - by matty on 04-24-2008 at 04:20 PM
RE: [Question] Xml windows with Frame - by Tiller on 04-24-2008 at 04:27 PM
RE: [Question] Xml windows with Frame - by matty on 04-24-2008 at 04:29 PM
RE: [Question] Xml windows with Frame - by Matti on 04-24-2008 at 04:33 PM
RE: [Question] Xml windows with Frame - by Tiller on 04-24-2008 at 04:46 PM
RE: [Solved] Xml windows with Frame - by MeEtc on 04-24-2008 at 07:49 PM
RE: [Solved] Xml windows with Frame - by Tiller on 04-25-2008 at 05:44 PM
RE: [Question] Xml windows with Frame - by roflmao456 on 04-26-2008 at 12:27 AM
RE: [Question] Xml windows with Frame - by Tiller on 04-26-2008 at 07:32 AM
RE: [Question] Xml windows with Frame - by felipEx on 04-26-2008 at 10:13 AM
RE: [Question] Xml windows with Frame - by Tiller on 04-26-2008 at 10:42 AM
RE: [Solved] Xml windows with Frame - by Matti on 04-26-2008 at 11:40 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On