Very cool! Just a little FYI, I'm not expert with CSS or javascript coding so I'm hoping anyone with coding gurus will help me out with coding. I know there are alot of possibilities when it come to making a word press site.
If you take a look at my test site at http://www.csdrcheer.com/index.php and move your mouse on entries, you will see a color hover active. I know it's working but close enough to what I want but I want alternative like: contenteven and contentodd. The problem is the content code itself is one straight coding. I need to figure out how to tell that php code to read contenteven and contentodd CSS to display it. Hmmm
Here's my current code for content entries. This is in my main index template file.
----------------------
< div class="entry" >
< ?php the_content(__('Read the rest of this entry »','andreas09')); ? >
< /div >
----------------------
I just forgot that it could work on comments, too. I'm taking one step at time which I want to begin with content entries, first. :)
I use Firefox so I may have to test it out on IE and probably add javascript to force it like ya'll said.
If someone with coding expert can write up a little code for specific CSS and html/php codes for me, gimme! gimme! gimme! :D Thanks!