Hey guys, I was wondering if any of you could help me with this problem I'm having with my comments section when the page is loaded with IE. The site is http://dnixdesigns.com/iht/hello-world. (Sorry about the inactive link) As you will see, when the page is loaded in IE the bottom of each comment gets pretty messed up. I have tried every little CSS hack I can think of to get it back where it is supposed to be, but to no prevail. Also I was wondering if anyone knows how to get my search bar working. The site runs off of wordpress, but I can't figure out how to get the search working. I have looked all over the net and haven't found anything that works. Thanks, Jake Philbrick
.commentlist p { float:right; width:345px; padding: 10px; padding-top: 0px; margin-right: -25px; margin-bottom: 0px; background: url(images/comment_bottom.gif) bottom left no-repeat; } Maybe this "float:right;" is creating a problem. Try after removing it.
I have tried that already and that didn't work. Man IE needs to work better. Thanks for taking the time to respond though.