Comments Floating in Google Chrome
-
I am having a terrible time trying to get my comments to work in Google Chrome. For some reason, they want to float to the right of the navigation links at the foot of a single post.
Here is an example: https://gate21.net/2009/04/03/walking-in-memphis-a-brief-reflection-on-reality-basketball-and-bruce-pearl%e2%80%a6/. The comments are the “
.post
” class which is excerpted below.Vertically, the comments are in the correct position. Horizontally, however, the comments always float immediately to the right of the “Older” posts link which is set at class “
navigation
” “.alignleft
“, despite the fact that the “Newer” posts link follows that with “.alignright
“. Thus, wherever the line ends for the “Older” posts <div>, the comments align (with padding) immediately to the right of it and then under the right sidebar off of the viewable area. Here is a link to a screencap showing what I am talking about (my comments are in green to show the problem) or you can see the problem by visiting this page in Chrome or any other post with comments.It works fine in FFox 3.0+ and in IE7+. I simply cannot figure out what is going wrong with it when displayed in Chrome.
As a bit of disclosure of what I have already tried:
- YES, I have run a validation check, and I am aware of some warnings, but most are plugin/widget generated (which I cannot fix), and the rest are syntax or non-critical issues (at least the best I can tell they are)
- I have tried disabling plugins that I thought could be causing the problems (most notably WP-Gravatars), but that changed nothing
- I have checked the code on my comment PHP, and my style sheet, and could not come up with any likely suspects, except maybe the post class which was entitled as “Contained Float Fix” in the original theme: The code for that is as follows:
/* ================ Contained Floats Fix ================ */ .post { /*display: none;*/ /*align: left;*/ display: block; /*display:inherit;*/ overflow: hidden; width: 98%; /*white-space:normal;*/ }
The commented out parameters are older settings that I used temporarily in the past, but no longer use.
My Stylesheet lives here: https://gate21.net/wp-content/themes/21-ileather-10/style.css
Any thoughts that anyone could give would be GREATLY appreciated.
- The topic ‘Comments Floating in Google Chrome’ is closed to new replies.