Here is a screenshot of the problem:

Chrome/Firefox.

An unexpected margin appears above the breadcrumb. If you look at other pages on the website, you will see breadcrumb correctly positioned.

Any idea what's causing it?

Thanks

link|improve this question

52% accept rate
I don't see the problem at all. – Rob Feb 22 '11 at 3:04
feedback

2 Answers

try to comment this and test:

margin:5px 0px;
link|improve this answer
Tried it, but no change. – codemonkey613 Feb 22 '11 at 3:10
feedback
up vote 0 down vote accepted

Found the solution. I was using Notepad++ and changed from ANSI encoding to UTF-8 for support of foreign characters. But that seems to have messed everything up. Switched it from "UTF-8 without BOM" back to Ansi, and it removed all the unexpected whitespaces which were causing the margin.

link|improve this answer
That was putting you into quirks mode. This was not a problem with Firefox or Chrome. – Rob Feb 22 '11 at 3:36
feedback

Your Answer

 
or
required, but never shown

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