What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » you can report bugs now

you can report bugs now
Author: Message:
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: you can report bugs now
quote:
Originally posted by Tochjo
When hovering over names from users, the colour of the underline should be the same colour as the name of the user, i.e. red for super moderators and green for administrators.

This works correctly in all places when you're using Internet Explorer, but it screws up in Mozilla. I now always see the blue underline (matching colour with normal members), even for super mods and admins.
There could be two reasons (cba to find out). In both cases it isn't Mozilla that screws up :D Mozilla shows it like it should be interpreted. It is MSIE that screws up.

1) There is a particular (logical) order you need for the a:link, a:visited, etc.. in style sheeds. First you must specify a:link, then a:visited, a:hover and finaly a:active. If one or two are the same, you need to split them up...

So, for example, this:
body a:link, body a:visited, body a:active { color: #124F8E; text-decoration: none; }
body a:hover { text-decoration: underline; }

should be:
body a:link, body a:visited { color: #124F8E; text-decoration: none; }
body a:hover { text-decoration: underline; }
body a:active { color: #124F8E; text-decoration: none; }


2)In <a href="blah"><font color="green">WDZ</font></a> only WDZ is supposed to be green. The color of the link itself isn't given, so this shouldn't be interpreted as green. the link is outside the fontcolor, not inside. (MSIE doesn't interpret the tags logicaly, although it seems correct, it is in fact wrong)

This post was edited on 03-25-2004 at 01:44 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
03-25-2004 01:16 PM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
you can report bugs now - by WDZ on 03-12-2004 at 04:48 AM
RE: you can report bugs now - by DXtremz on 03-12-2004 at 06:50 AM
RE: you can report bugs now - by Choli on 03-12-2004 at 10:19 AM
RE: you can report bugs now - by GiantSpider on 03-12-2004 at 04:23 PM
RE: you can report bugs now - by Choli on 03-12-2004 at 04:54 PM
RE: you can report bugs now - by GiantSpider on 03-12-2004 at 04:56 PM
RE: you can report bugs now - by kao on 03-12-2004 at 05:37 PM
RE: you can report bugs now - by Wabz on 03-12-2004 at 05:40 PM
RE: you can report bugs now - by Choli on 03-12-2004 at 06:50 PM
RE: you can report bugs now - by Tochjo on 03-12-2004 at 07:00 PM
RE: you can report bugs now - by Tochjo on 03-12-2004 at 07:09 PM
RE: you can report bugs now - by WDZ on 03-12-2004 at 08:54 PM
RE: you can report bugs now - by Tochjo on 03-12-2004 at 08:57 PM
RE: you can report bugs now - by WDZ on 03-12-2004 at 09:00 PM
RE: you can report bugs now - by Wabz on 03-12-2004 at 10:05 PM
RE: you can report bugs now - by WDZ on 03-12-2004 at 10:10 PM
RE: you can report bugs now - by Wabz on 03-12-2004 at 10:19 PM
RE: you can report bugs now - by Tochjo on 03-12-2004 at 10:20 PM
RE: you can report bugs now - by WDZ on 03-12-2004 at 10:29 PM
RE: you can report bugs now - by WDZ on 03-12-2004 at 10:45 PM
RE: you can report bugs now - by GiantSpider on 03-12-2004 at 10:47 PM
RE: you can report bugs now - by Johnny_Mac on 03-12-2004 at 11:31 PM
RE: you can report bugs now - by Choli on 03-13-2004 at 12:23 AM
RE: you can report bugs now - by lizard.boy on 03-13-2004 at 01:41 AM
RE: you can report bugs now - by Chrono on 03-13-2004 at 01:53 AM
RE: you can report bugs now - by lizard.boy on 03-13-2004 at 02:57 AM
RE: you can report bugs now - by WDZ on 03-13-2004 at 04:22 AM
RE: you can report bugs now - by sock on 03-13-2004 at 05:29 AM
RE: you can report bugs now - by WDZ on 03-13-2004 at 05:48 AM
RE: you can report bugs now - by Choli on 03-13-2004 at 11:40 AM
RE: you can report bugs now - by billywoods1 on 03-13-2004 at 03:57 PM
RE: you can report bugs now - by WDZ on 03-13-2004 at 09:32 PM
RE: you can report bugs now - by Tochjo on 03-14-2004 at 01:01 PM
RE: you can report bugs now - by billywoods1 on 03-14-2004 at 04:49 PM
RE: you can report bugs now - by WDZ on 03-14-2004 at 07:09 PM
RE: you can report bugs now - by Johnny_Mac on 03-14-2004 at 07:28 PM
RE: you can report bugs now - by Choli on 03-14-2004 at 07:34 PM
RE: you can report bugs now - by WDZ on 03-14-2004 at 07:37 PM
RE: you can report bugs now - by Johnny_Mac on 03-14-2004 at 07:39 PM
RE: you can report bugs now - by Choli on 03-14-2004 at 07:47 PM
RE: you can report bugs now - by Johnny_Mac on 03-14-2004 at 07:52 PM
RE: you can report bugs now - by WDZ on 03-14-2004 at 08:14 PM
RE: you can report bugs now - by Johnny_Mac on 03-14-2004 at 08:16 PM
RE: you can report bugs now - by Tochjo on 03-24-2004 at 08:12 PM
RE: you can report bugs now - by WDZ on 03-24-2004 at 09:57 PM
RE: you can report bugs now - by CookieRevised on 03-25-2004 at 01:16 PM
RE: you can report bugs now - by WDZ on 03-25-2004 at 03:35 PM
RE: you can report bugs now - by CookieRevised on 03-25-2004 at 05:45 PM
RE: you can report bugs now - by Choli on 03-25-2004 at 07:31 PM
RE: you can report bugs now - by WDZ on 03-25-2004 at 07:37 PM
RE: you can report bugs now - by kao on 03-26-2004 at 04:50 AM
RE: you can report bugs now - by WDZ on 03-26-2004 at 05:08 AM
RE: you can report bugs now - by kao on 03-26-2004 at 05:19 AM
RE: you can report bugs now - by Wabz on 03-26-2004 at 11:04 AM
RE: you can report bugs now - by fluffy_lobster on 03-26-2004 at 06:14 PM
RE: you can report bugs now - by Choli on 03-26-2004 at 06:34 PM
RE: you can report bugs now - by fluffy_lobster on 03-26-2004 at 06:44 PM
RE: you can report bugs now - by Choli on 03-26-2004 at 06:59 PM
RE: you can report bugs now - by Tochjo on 03-26-2004 at 10:16 PM
RE: you can report bugs now - by WDZ on 03-26-2004 at 10:32 PM
RE: you can report bugs now - by Choli on 03-27-2004 at 01:44 AM
RE: you can report bugs now - by WDZ on 03-27-2004 at 02:00 AM
RE: you can report bugs now - by Choli on 03-27-2004 at 11:28 AM
RE: you can report bugs now - by Tochjo on 04-16-2004 at 04:55 PM
RE: you can report bugs now - by WDZ on 04-16-2004 at 05:36 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