MyBB Community Forums

Full Version: How to Style Poll this way?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How could I style Polls like this:

[Image: 687474703a2f2f692e696d6775722e636f6d2f46...6a2e706e67]

I'd love to have my polls designed this way.
(2017-06-21, 06:40 PM)Kioshi Wrote: [ -> ]How could I style Polls like this:

[Image: 687474703a2f2f692e696d6775722e636f6d2f46...6a2e706e67]

I'd love to have my polls designed this way.

polls_showresults_resultbit template

and global.css

.pollbar {
	background: url(images/pollbar.png) top left repeat-x;
	border: 1px solid #3f3f3f;
	height: 10px;
}

pollbar.png is a repeating image so you will probably have to create a new one.