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:
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: A humble request for signatures
quote:
Originally posted by KeyStorm
Firstly, and most important: Zaher's sig is exactly 125px high and still it shows cropped because there is a roughly 12px of padding on the top of the sig's div which causes it to be cropped at approx 113px height.
It's not cropped at all in Opera, my main browser. All 125 pixels are shown, just as it's meant to be. Do you have any idea why there's a difference between browsers? O_o

I suspect that some browsers might "reserve" the space for a scroll bar, even though it's not displayed... :dodgy:

I'm no CSS expert, so if you want to suggest some better signature-limiting code, feel free...
code:
.signature {
    border-top: 1px dashed #000000;
    padding-top: 10px;
    margin-top: 10px;
    width: 100%;
    max-height: 125px;
    overflow: hidden;
    height: expression(this.scrollHeight>125?"125px":"auto");
}
The dodgy JavaScript expression is for IE compatibility, as it doesn't support "max-height." The margin-top and padding-top lines are there to stop the post/signature separator from actually touching the post and/or signature.
09-07-2005 03:38 AM
Profile 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