Quote:
Originally Posted by QueenBee
im lost, u want me to put those codes in?
is "threadbit edit:" the main css code?
|
Awrighty, edited. Your main CSS code is fine, the problem you have right now is in these two templates:
forumhome_forumbit_level1_post
forumhome_forumbit_level2_post
You just need to add in:
Code:
onmouseout="this.className='alt1Active';"
Right after this:
Code:
onmouseover="this.className='forumrollover';"
Make sure there's a space between the quotation marks and the next letter.