Signature not showing correctly

SNGX1275 said:
Confuses me too and I know what is going on, lol
well it really screwed me, cos i tried to open the attachment and thought the whole thing packed up lolol
 
tomrca started a new thread here for what turned out to be the same problem.

Taken from the CSS code in the document:
Code:
.sizedsig {
max-height:36px;
height:expression(this.scrollHeight > 36? "36px" : "hidden" );
overflow:hidden;
overflow-x:hidden;
}
The signature, then, is inclosed in div tags with a class attribute of sizedsig. This ensures that the signature section is no larger than 36 pixels; any text overflowing that is simply hidden. In my case, it shows nearly three lines, but that will vary depending on your text size.
 
That is correct, however given the rules that you shouldn't use any special BB code besides for linking (that means no bold, italics, centered text, etc.) three lines should fit just fine.
 
well, for me to see the links, the print is almost unreadable. but after saying this, as long as they can bee seen by others is what is most important ?thanks to all that have taken time to partake..
tomrca started a new thread here for what turned out to be the same problem.
didn't realise i had done that. i suppose it comes with age:haha:
 
For me tomrca's sig link looks like dots in Opera 9.20 (Linux) and IE7 (Windows). OK in Firefox 2.0 (Linux) and IE6 (Linux)
 
Hum.. If my browser's default font was nonexistent in size, then I would surely get the same issue on many other webpages, no?
 
How do you mean, if your default font was nonexistent in size?

If you mean that text would be hidden on other webpages, probably not unless they specified a maximum height for the section which the text exceeded. Even if the text did overflow, it might not be hidden unless they specified that as well.

It's pretty cool what you can do with CSS.
 
Back