- Joined
- Feb 27, 2011
- Messages
- 6,482
- Reaction score
- 655
This is merely a suggestion, take it or leave it.
People often complain about signatures being too big and stretching the page or something. If the site would allow some sort of overflow system to this, it would alleviate basically all complaints about this.
What I mean is that there's a code you put into your style, which when it exceeds the height you've specified, a scrollbar appears which makes sure nothing goes over that. So say for example you set this height to 300px. If you want a 500px image in height for your signature area would then automatically create a scrollbar which would be 300px in height which contains everything in the signature.
I feel this would be really helpful for everyone, since a lot of people complain about signatures being too tall and being completely unneccesary. I still feel that the signature rules should be in place, but this would ultimately show staff which signatures do not obide by the limit.
If you CSS whizzes want to take a look at the code, it's this.
Should be added in the additional CSS on the style in Main CSS if memory serves right. Someone else like Gama should be able to clarify this. Of course, the 100px can be changed to whatever height you want.
What are your thoughts on this everyone?
People often complain about signatures being too big and stretching the page or something. If the site would allow some sort of overflow system to this, it would alleviate basically all complaints about this.
What I mean is that there's a code you put into your style, which when it exceeds the height you've specified, a scrollbar appears which makes sure nothing goes over that. So say for example you set this height to 300px. If you want a 500px image in height for your signature area would then automatically create a scrollbar which would be 300px in height which contains everything in the signature.
I feel this would be really helpful for everyone, since a lot of people complain about signatures being too tall and being completely unneccesary. I still feel that the signature rules should be in place, but this would ultimately show staff which signatures do not obide by the limit.
If you CSS whizzes want to take a look at the code, it's this.
Code:
#signaturecontainer {
max-height:100px;overflow:auto;}
What are your thoughts on this everyone?