![](http://www.byond.com/members/Foomer/files/csstrouble1.png)
.center .title {
display: table-cell;
vertical-align: middle;
height: 30px;
width: 520px;
text-align: justify;
font: 120% georgia, arial;
font-style: italic;
font-weight: bold;
padding-left: 40px;
padding-right: 40px;
margin: 0px;
border: none;
background: #000000 url("header_background.png") center center no-repeat;
}
THE TROUBLE is when the little buttons start appearing next to the title. The edit post, edit comment, reply, delete buttons. When those are displayed, it ends up looking like this:
![](http://www.byond.com/members/Foomer/files/csstrouble2.png)
Now, I can remove the display: table-cell property, which will make the vertical-align stop working, but the entire background image displays and the buttons appear on top of it:
![](http://www.byond.com/members/Foomer/files/csstrouble3.png)
Can anyone offer a solution to this problem, such as a way to either align the buttons with the title text inside the background image, or move them out of the way somewhere where they're not interfering with the title image?
And for completeness' sake, here's my input CSS:
.center input {
float: none;
color: #FFFFFF;
background: transparent;
border: none;
padding-right: 25px;
padding-left: 25px;
}