PDA

View Full Version : vBulletin style coding help



Cortexian
February 7th, 2012, 06:04 AM
I can't seem to narrow down why the category gradients/images for both of these styles won't stretch all the way across the table they're in... Should be obvious when looking at the picture:
http://img812.imageshack.us/img812/8378/warriort.jpg
http://img337.imageshack.us/img337/5928/bravej.jpg

king_nothing_
February 7th, 2012, 12:27 PM
Make the width for those cells 100%?

Limited
February 7th, 2012, 01:29 PM
I assume you mean the TD that says 'Lancers Edge' and 'Halo Custom Edition'. Like King said its to do with the width of the TD, you may need to do it on the TR instead?

Hit me with a link to the site if its up and Ill inspector it and fix it. You do have it set to repeat-x, yes?

Cortexian
February 7th, 2012, 06:56 PM
I looked through all the styling options and couldn't find anything that looked out of place (I.E. not 100% width).

The site is my Lancers Edge development site at: http://lancersedge.dyndns.org/forum/

If you can figure out where the error lies in the code I'll search through it all using the vBulletin template search thing.

This is what I can see on Warrior in forumhome.css:


}

.wgo_block h2 {
font: bold 14px "Lucida Grande", "Lucida Sans Unicode", tahoma, arial, verdana, tahoma, sans-serif;
color: #ffffff;
background: transparent url(images/warrior/style/maintitle.png) repeat-x top left;
padding: 5px 0;
_background-image: none;
width: 100%;
text-shadow: 0.09em 0.09em 0.09em #000;
}


I can't seem to find reference to the maintitle.png image for Brave anywhere in its templates...