MyBB Community Forums

Full Version: Gradient problem
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have a gradient set for my Header-bar. But when a poll is created, the text stretches out the gradient, reguardless of the fact I set the header height to be 28px. How can I stop it from doing this?
Can you provide a URL or a screenshot?

Chris
This happens to me too. But what I did was I got the hex color value of the lowest row in my gradient and set that to be the background color of the table header. Thus:

table header background:
#000000 url(images/themedirectory/headerimage.gif) top left repeat-x

Works well enough for me, as the stretched parts don't stand out too much.