Quote:
Originally Posted by GigaSb
i fixed all errors.. GOD knows how i did it.. i even dont understand html much 
but SCROLLING is still there.
|
Only other think I can think of is you have a block of javascript in a place vB or your skin is reacting poorly to it. Oh, you got one CSS error, but I don't think that's the problem. You can try it anyway. It's just a parse error.
In your
Additional CSS Definitions, remove the last comma:
Code:
/* ***** small padding on 'thead' elements ***** */
td.thead, th.thead, div.thead { padding: 2px; }
td.tcat, div.tcat, { padding: 2px; }
Good job correcting those errors though. That will help you in the long run.