MyBB Community Forums

Full Version: Couple Theme Questions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey I was wondering how could I make it where my background doesn't repeat but instead it stretches/shrinks to fit the person's resolution? Also how do I make it where the corners are round instead of an actual sharp corner?
Question 1: Try adding: background: url(URL_TO_IMAGE) repeat-x;
Question 2: You'd need to make images and then modify the templates to work with the images, and also add some CSS so it recognizes the images.
yea but what kind of css should I add to fix up like the row

1. Umm didn't work b/c if I had a picture too wide you'll miss the right part and if it's too small it's just repeat horizontally

2. What coding will that be though like let's say I wanted to curve the top left and right corner of the category rows
1: Not too sure, then. I guess you'd just need to make it fit yourself.

2: You can use a jQuery script to round them, but MyBB uses Prototype - so that's out of the question.
Here's a theme with a round corner

http://community.mybboard.net/thread-43912.html

I downloaded it and looked inside the code but couldn't find what makes it round

So about the BG Image, I will just have to make it big and have parts cut off?
Pretty much, as far as I know. I could be wrong, though.
anyone else want to give it a shot?