What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » General » Forum & Website » A humble request for signatures

A humble request for signatures
Author: Message:
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
O.P. RE: A humble request for signatures
Hi Leo :)

Your signature measures roughly 80px height.

To why it should be increased: Most boards have 150+px height. If I create a sig for those, it will be a pain in the ass to specifically create one for these. As I said, I misleadedly thought this board allowed 150px height. So I created a signature of 500x150, because this was the usual limit I found elsewhere. As I read RebelSean's post I noticed it wasn't, so I felt personal frustration. Later I was thinking in a way to solve it. Many use 150px high signatures (which is btw not too much, there's plenty of boards, as said, that allow 200px), so it would be good to find a workaround in the board, so that the sigs don't stretch the post down, which was for me the primary counter-argument I may have found.
I people don't want to see sigs because they have a low resolution or a slow connection, they can always disable them from the CP.

About the code:
I'm no CSS expert either, but as I see, Opera has a different concept of 'height' as Mozilla.
Disregarding which may be right and which one wrong I suggest the following:

Post template
code:
<div class="sigholder">
<div class="sigbody">
<!--Signature goes here-->
</div>
</div>


Style template
code:
.sigholder{
    border-top: 1px dashed #000000;
    padding-top: 10px;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 10px;
    width: 100%;
}
.sigbody {
    border-size: 0px 0px 0px 0px
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
    max-height: 125px;
    overflow: hidden;
    height: expression(this.scrollHeight>125?"125px":"auto");
}

I haven't tested this but since Opera and Mozilla consider max-height to be different things, it's better restricting that to the actual signature (sigbody) which has no extra space for padding, border or margin.

Anyway... I see myself finally coming up with a smaller sig... :(
09-07-2005 12:55 PM
Profile E-Mail PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
A humble request for signatures - by KeyStorm on 09-06-2005 at 11:38 PM
RE: A humble request for signatures - by gif83 on 09-06-2005 at 11:53 PM
RE: A humble request for signatures - by RebelSean on 09-06-2005 at 11:58 PM
RE: A humble request for signatures - by KeyStorm on 09-07-2005 at 12:03 AM
RE: A humble request for signatures - by ShawnZ on 09-07-2005 at 12:04 AM
RE: A humble request for signatures - by RebelSean on 09-07-2005 at 12:07 AM
RE: A humble request for signatures - by ShawnZ on 09-07-2005 at 12:08 AM
RE: A humble request for signatures - by Purity on 09-07-2005 at 12:32 AM
RE: A humble request for signatures - by mandorallen on 09-07-2005 at 12:33 AM
RE: A humble request for signatures - by KeyStorm on 09-07-2005 at 12:36 AM
RE: A humble request for signatures - by mandorallen on 09-07-2005 at 12:40 AM
RE: A humble request for signatures - by gif83 on 09-07-2005 at 12:49 AM
RE: A humble request for signatures - by KeyStorm on 09-07-2005 at 12:50 AM
RE: RE: A humble request for signatures - by Ash_ on 09-08-2005 at 10:55 AM
RE: A humble request for signatures - by gif83 on 09-07-2005 at 12:58 AM
RE: A humble request for signatures - by KeyStorm on 09-07-2005 at 01:09 AM
RE: A humble request for signatures - by [MR] on 09-07-2005 at 01:10 AM
RE: A humble request for signatures - by gif83 on 09-07-2005 at 01:23 AM
RE: A humble request for signatures - by KeyStorm on 09-07-2005 at 01:29 AM
RE: A humble request for signatures - by gif83 on 09-07-2005 at 01:36 AM
RE: A humble request for signatures - by multimillion2k on 09-07-2005 at 01:57 AM
RE: A humble request for signatures - by ShawnZ on 09-07-2005 at 02:01 AM
RE: A humble request for signatures - by mandorallen on 09-07-2005 at 02:14 AM
RE: A humble request for signatures - by Hank on 09-07-2005 at 02:22 AM
RE: A humble request for signatures - by WDZ on 09-07-2005 at 03:38 AM
RE: A humble request for signatures - by John Anderton on 09-07-2005 at 05:27 AM
RE: A humble request for signatures - by Chrono on 09-07-2005 at 05:30 AM
RE: A humble request for signatures - by John Anderton on 09-07-2005 at 05:47 AM
RE: A humble request for signatures - by Eljay on 09-07-2005 at 06:50 AM
RE: A humble request for signatures - by L. Coyote on 09-07-2005 at 10:43 AM
RE: A humble request for signatures - by KeyStorm on 09-07-2005 at 12:55 PM
RE: A humble request for signatures - by Omar on 09-07-2005 at 05:05 PM
RE: A humble request for signatures - by Fourjays on 09-07-2005 at 05:24 PM
RE: A humble request for signatures - by KeyStorm on 09-07-2005 at 05:47 PM
RE: A humble request for signatures - by Fourjays on 09-07-2005 at 08:06 PM
RE: A humble request for signatures - by KeyStorm on 09-07-2005 at 08:18 PM
RE: A humble request for signatures - by RebelSean on 09-07-2005 at 10:26 PM
RE: A humble request for signatures - by Lou on 09-08-2005 at 01:23 AM
RE: A humble request for signatures - by WDZ on 09-08-2005 at 03:41 AM
RE: A humble request for signatures - by CookieRevised on 09-08-2005 at 04:32 AM
RE: A humble request for signatures - by KeyStorm on 09-08-2005 at 08:48 AM
RE: A humble request for signatures - by RebelSean on 09-08-2005 at 11:50 AM
RE: A humble request for signatures - by KeyStorm on 09-08-2005 at 11:56 AM
RE: A humble request for signatures - by WDZ on 09-08-2005 at 12:59 PM
RE: A humble request for signatures - by KeyStorm on 09-08-2005 at 02:48 PM
RE: A humble request for signatures - by L. Coyote on 09-08-2005 at 02:54 PM
RE: A humble request for signatures - by RebelSean on 09-08-2005 at 08:58 PM
RE: A humble request for signatures - by KeyStorm on 09-08-2005 at 09:07 PM
RE: A humble request for signatures - by WDZ on 09-09-2005 at 06:40 AM
RE: A humble request for signatures - by ShawnZ on 09-09-2005 at 10:19 AM
RE: A humble request for signatures - by Lou on 09-09-2005 at 10:41 AM
RE: A humble request for signatures - by WDZ on 09-09-2005 at 12:02 PM
RE: A humble request for signatures - by KeyStorm on 09-09-2005 at 12:16 PM
RE: A humble request for signatures - by WDZ on 09-09-2005 at 12:46 PM
RE: A humble request for signatures - by KeyStorm on 09-09-2005 at 01:00 PM
RE: A humble request for signatures - by Pr0xY on 09-09-2005 at 03:19 PM
RE: A humble request for signatures - by John Anderton on 09-10-2005 at 07:32 AM
RE: RE: A humble request for signatures - by WDZ on 09-10-2005 at 07:43 AM
RE: A humble request for signatures - by Lou on 09-10-2005 at 12:51 PM
RE: A humble request for signatures - by John Anderton on 09-10-2005 at 12:58 PM
RE: A humble request for signatures - by WDZ on 09-11-2005 at 04:51 AM
RE: A humble request for signatures - by Purity on 09-11-2005 at 04:54 AM
RE: A humble request for signatures - by KeyStorm on 09-11-2005 at 05:15 AM
RE: A humble request for signatures - by WDZ on 09-11-2005 at 05:17 AM
RE: A humble request for signatures - by Purity on 09-11-2005 at 05:19 AM
RE: A humble request for signatures - by fluffy_lobster on 09-13-2005 at 03:58 PM
RE: A humble request for signatures - by saralk on 09-13-2005 at 04:08 PM
RE: A humble request for signatures - by WDZ on 09-13-2005 at 04:16 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