Hi,
Now, some item like: thanks, quote, .... will show when we move mouse to any post. When we leave mouse out of this post it will hide.
I found this code by firebug:
<td class="postPosted" width="80%" colspan="2">
<div class="rightItem postedRight" style="display: none;">
When we move mouse to any post. It will change to
<div class="rightItem postedRight" style="display: block;">
I need "display: block;" all time. How can i do this? Sorry for my bad english, many thanks!