MyBB Ideas

The MyBB Ideas site allows users to suggest new features and changes in MyBB and the MyBB Group to easily review them to decide what direction MyBB should head in. Search existing ideas.

Make the default theme 100% fluid

7 votes

Submitted by NBKTwitch, 14th July 2011, 12:09:11 AM

My Idea is pretty simple.

Instead of having a class called one like

<div class="thead">Title </div>

It should have three classes for each part of the div like

<div class="thead_left"><div class="thead_main"><div class="thead_right">
As seen on many themes like the cure.

3 Comments

  1. The reason for having three divs in the thead is to get rounded corners working in IE6-8 but this practice has gradually been reducing as more and more browsers support CSS3. It's already been confirmed that the MyBB 2 theme will use CSS3 rounded corners to make it totally fluid and easy to edit. So, while it's a good idea, it's not future-proof and makes the default theme more complex.

    Ferron, 14th July 2011, 2:43:44 AM
  2. That is not the only reason for doing this. It is so you can make a theme like this - http://i56.tinypic.com/2n8x9nt.png.

    See my theads ? I have to go through every template to make this theme 100% fluid.

    NBKTwitch, 4th August 2011, 9:49:54 PM
  3. I see your point; it would be difficult to put the code into every template. However, the default theme doesn't need the code so there's no reason to have it.

    Ferron, 5th August 2011, 3:57:09 PM

Post a Comment

Before you can post a comment you must be a registered member of the MyBB Community Forums.

If you already have an account, log-in to it to post a comment or if you don't register a new account.