Title: ryyo's Replies | WordPress.org

---

# ryyo

  [  ](https://wordpress.org/support/users/ryyo/)

 *   [Profile](https://wordpress.org/support/users/ryyo/)
 *   [Topics Started](https://wordpress.org/support/users/ryyo/topics/)
 *   [Replies Created](https://wordpress.org/support/users/ryyo/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/ryyo/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/ryyo/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/ryyo/engagements/)
 *   [Favorites](https://wordpress.org/support/users/ryyo/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Display next post link only if there is a next post](https://wordpress.org/support/topic/display-next-post-link-only-if-there-is-a-next-post/)
 *  Thread Starter [ryyo](https://wordpress.org/support/users/ryyo/)
 * (@ryyo)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/display-next-post-link-only-if-there-is-a-next-post/#post-589491)
 * Perfect!
 * I had a feeling it was something simple like this.
 * Thanks a bunch!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Header not showing up correctly in IE.. but perfect in Firefox](https://wordpress.org/support/topic/header-not-showing-up-correctly-in-ie-but-perfect-in-firefox/)
 *  [ryyo](https://wordpress.org/support/users/ryyo/)
 * (@ryyo)
 * [20 years, 7 months ago](https://wordpress.org/support/topic/header-not-showing-up-correctly-in-ie-but-perfect-in-firefox/#post-340164)
 * Unfortunately, IE does not support alpha .png files, that’s why the image looks
   correct in FireFox but not IE. One solution you can use for transparency with
   png-24 files is the IE alpha filter. Read about it here:
 * [http://koivi.com/ie-png-transparency/](http://koivi.com/ie-png-transparency/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sidebar falls to the bottom of posts](https://wordpress.org/support/topic/sidebar-falls-to-the-bottom-of-posts/)
 *  [ryyo](https://wordpress.org/support/users/ryyo/)
 * (@ryyo)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/sidebar-falls-to-the-bottom-of-posts/#post-295270)
 * Yeah, a link would be very helpful. Viper has got the right idea: if your main
   content area is too wide, it’s likely that your sidebar is being pushed down (
   or “clearing” in CSS lingo).
 * Make sure your widths are compatible, and be aware that if you’re floating your
   sidebar, you may need to have your sidebar content come before your posts div,
   as floats display relative to the doument flow.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [css question](https://wordpress.org/support/topic/css-question-1-2/)
 *  [ryyo](https://wordpress.org/support/users/ryyo/)
 * (@ryyo)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/css-question-1-2/#post-289369)
 * Yeah, it could be that your server is slow, or on the other hand, your connection
   might be bogged down. Are you running any torrents or anything? Try a bandwidth
   test to see how healthy your connection is.
 *   Forum: [Alpha/Beta/RC](https://wordpress.org/support/forum/alphabeta/)
    In 
   reply to: [Retrieve User ID in 2.0 RC1](https://wordpress.org/support/topic/retrieve-user-id-in-20-rc1/)
 *  Thread Starter [ryyo](https://wordpress.org/support/users/ryyo/)
 * (@ryyo)
 * [20 years, 9 months ago](https://wordpress.org/support/topic/retrieve-user-id-in-20-rc1/#post-289082)
 * Whoa, interesting! This may be just what I need, I’ll try it out right now.
 * [edit]
 * Terrific, that seems to have done it! Thanks a ton, I’m trying to get my site
   up by the end of the week and I was starting to fear that this was going to be
   a major hurdle.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Plugin wanted: Author Avatar (For site with multiple post authors)](https://wordpress.org/support/topic/plugin-wanted-author-avatar-for-site-with-multiple-post-authors/)
 *  [ryyo](https://wordpress.org/support/users/ryyo/)
 * (@ryyo)
 * [20 years, 11 months ago](https://wordpress.org/support/topic/plugin-wanted-author-avatar-for-site-with-multiple-post-authors/#post-275516)
 * You can assign a style to the author image that will align it in the manner you’re
   asking about. Try giving the gravatar image a class=”gravatar” or putting it 
   in a div with class=”gravatar”, then dropping in a CSS rule to float the image
   left:
 * img.gravatar
    { float:left; margin:5px; padding:0; }
 * or
 * div.gravatar img
    { float:left; margin:5px; padding:0; }
 * Make sure your image is directly before your text though, or it will appear below
   your post!

Viewing 6 replies - 1 through 6 (of 6 total)