the theme im using now, how do I get rid of the hover in desc and links? :-)
its a lot of work ok just warning you
1. go to #description and delete
opacity:0;
-moz-transition-duration:0.5s;
-webkit-transition-duration:0.5s;
-o-transition-duration:0.5s;
2. change the margin-left in #description to 20px
3. go to #sidebar:hover #description and delete all of that
4. go to #links and delete
opacity:0;
-moz-transition-duration:0.5s;
-webkit-transition-duration:0.5s;
-o-transition-duration:0.5s;
5. change the margin-left in #links to -85px
6. go to #sidebar:hover #links and delete all of that
and i think thats it if you still need help let me know :)
















