What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Image Viewing Problems

Image Viewing Problems
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Image Viewing Problems
Problem 3

Also, in the scripts: you use document.getSelection(), you should use window.getSelection() instead...

=> you use in one of your scripts: document.getSelection(). This is a non-standard objectmethod. The correct one (and which is compatible with all browsers) is window.getSelection(). so replace document.getSelection() with window.getSelection()...

Problem 4

Furthermore, you're missing a <br>-tag here:
code:
<input type="submit" name="Submit" value="Submit"></form></font>put a <br> here<font size="1" face="10" color="#000000"><a href="/index.php?action=results">Show me the results</font>
=> Again, an Internet Explorer thingie... Only in MSIE the line "show me the results" is put under the button (for unknown reasons). If MSIE converted the HTML-code in the correct way then it should be next to the button. Thus this is how it is shown in "good" browsers; next to the button. So, in order to put the line under the button, you must insert a <BR>-tag there....

Problem 6

There is no style3-class defined anywhere....
<a href="mailto:webmaster@vexonet.com" class="style3" style="text-decoration: none">e-mail meloose the space here</a>

=> you have class="style3" in that link. A class defines how an element is going to look like. These classes are defined in your stylesheet. But there is no class named style3 in any of the stylesheets....

=> the "loose the space"-comment is there because you have entered a space there and after the </a>-tag there is also a space. Two spaces are useless and will be converted to only 1 space. This was proberly a small typo... Furthermore, you should always use the <a href>-tag and the closing </a>-tag directly infront and after the text, without any spaces in between. Otherwise you could have some small layout problems....

This post was edited on 07-29-2004 at 08:04 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-29-2004 04:47 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Image Viewing Problems - by Dan on 07-26-2004 at 10:42 AM
RE: Image Viewing Problems - by toddy on 07-26-2004 at 10:44 AM
RE: Image Viewing Problems - by Dan on 07-26-2004 at 10:45 AM
RE: Image Viewing Problems - by toddy on 07-26-2004 at 10:57 AM
RE: Image Viewing Problems - by Dan on 07-26-2004 at 11:39 AM
RE: Image Viewing Problems - by Anubis on 07-26-2004 at 11:45 AM
RE: Image Viewing Problems - by Dan on 07-26-2004 at 11:50 AM
RE: Image Viewing Problems - by Anubis on 07-26-2004 at 12:02 PM
RE: Image Viewing Problems - by Dan on 07-26-2004 at 12:05 PM
RE: Image Viewing Problems - by Dan on 07-29-2004 at 10:48 AM
RE: Image Viewing Problems - by WDZ on 07-29-2004 at 11:02 AM
RE: Image Viewing Problems - by Dan on 07-29-2004 at 11:08 AM
RE: Image Viewing Problems - by CookieRevised on 07-29-2004 at 03:12 PM
RE: Image Viewing Problems - by Dan on 07-29-2004 at 04:09 PM
RE: Image Viewing Problems - by jren207 on 07-29-2004 at 04:26 PM
RE: Image Viewing Problems - by CookieRevised on 07-29-2004 at 04:47 PM
RE: Image Viewing Problems - by Dan on 07-29-2004 at 05:03 PM
RE: Image Viewing Problems - by CookieRevised on 07-29-2004 at 07:59 PM
RE: Image Viewing Problems - by jren207 on 07-29-2004 at 08:26 PM
RE: Image Viewing Problems - by Dan on 08-01-2004 at 11:10 AM
RE: Image Viewing Problems - by RaceProUK on 08-01-2004 at 06:05 PM


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