vote up 0 vote down star

The problem is on my blog - blog.dynback.com.

Right panel goes down in Chrome, and stayed normal in all other browsers including Safari 4. And without Firebug its hard to find where is the problem.

flag

62% accept rate

3 Answers

vote up 1 vote down check

I think it has do to with the JavaScript. I've noticed the issue appears after code snippets are highlighted. Chrome uses a different JavaScript engine than Safari. Maybe that's the problem.

link|flag
Yeah, I changed highlighter, that is js library, and it works. Or it doesnot tested on Chrome. – dynback.com Mar 5 at 12:16
Unfortunately, now is not working on Firefox 3 and Opera 9.6 but hey, IE6 looks great :) – Ionut G. Stan Mar 5 at 12:32
vote up 0 vote down

Try to shrink the width of #main_content

link|flag
vote up 3 vote down

You have errors in your markup, fix those first, at least the missing end-tags.

Validate here: http://validator.w3.org/check?uri=http%3A%2F%2Fblog.dynback.com

link|flag
woot, that url was a doozy – Ólafur Waage Mar 5 at 11:48
yeah double-urls are not fun – Jeff Atwood Mar 5 at 11:51
Jeff: Even less fun when you try to wrap them around a I <3 validator-image! Strangly enough the preview looked very very nice. – svinto Mar 5 at 16:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.