Wordpress CSS rendering issue in Chrome

Hi.

I’m having the same issue with my site as did this person: http://www.sitepoint.com/forums/showthread.php?p=4741309#post4741309

The issue is that there is blank page that is appearing in my menu bar only in Chrome. The issue is messing with the site’s formatting. It appeared about a week ago out of the blue. www.thompulliam.com

I looked to see if there were any images not properly closed but I didn’t see any.

Please advise. This is very annoying!

Firefox

Chrome

Hi,
Try closing your anchor properly here.

<div id="lefta">

<div id="logo"><a class="logolink" href="http://www.thompulliam.com[SIZE=2][B][COLOR=Red]"</a>[/COLOR][/B][/SIZE]Thom Pulliam</div>
<div id="slogan">Aspiring Brand+Consumer Connector</div> <!-- end logo //-->

</div> <!-- end left //-->

It should be:


<div id="lefta">

<div id="logo"><a class="logolink" href="http://www.thompulliam.com"[B][COLOR=DarkGreen]>Thom Pulliam</a>[/COLOR][/B]</div>
<div id="slogan">Aspiring Brand+Consumer Connector</div> <!-- end logo //-->

</div> <!-- end left //-->

That did it. Thanks a lot. I don’t know how I missed that last night. I think I was staring at the screen for too long.

Thanks again!