View Full Version : Really stupid question
Cris Santos
06-08-2006, 07:44 PM
What is wrong with my css?
The columns and head are huge...i cant seem to fix it...%)
Try to add to your css:
td
{
font-size: 11px; (or whatever size you want it to be)
}
Right now you don't have any style for generic <td>
Cris Santos
06-09-2006, 04:01 PM
Thanks WTM.
I got this fixed with a little help from DP members.
But my right-hand side column still looks strange on IE.
All seems fine now on Firefox and Opera. But IE is just not workign yet...any tips my way are most welcome.
Nick Collins
06-15-2006, 04:56 AM
Are you talking about different space between categories, Cris?
Cris Santos
06-15-2006, 03:11 PM
Yes, if you are browsing on IE my right-hand column is far too high and the space between each line is huge...I cant seem to fix it.
All otehr browesers are fine now.
Nick Collins
06-16-2006, 04:44 AM
Try this one:
open your style.css file and find the following class:
div.categories div.last
remove the following lines:
float: left;
height: 100%;
padding-top: 5px;
play around with line-height in "div.categories div.categ" and remove one of the "padding-left" line there.
***save changes***
Hope it will help.
Cris Santos
06-16-2006, 10:02 PM
Thanks Nick.
Will implement.
Nick Collins
06-26-2006, 08:49 AM
You are welcome, Cris ;)
vBulletin® v3.7.0, Copyright ©2000-2013, Jelsoft Enterprises Ltd.