mark
mark

Reputation: 62712

Eliminating mysterious margin in Chrome

Please, consider the following jsFiddle - http://jsfiddle.net/mark69_fnd/5fANH/

Here is how it looks on IE9, FF and Chrome:

IE9: enter image description here

FF: enter image description here

Chrome: enter image description here

Please, notice the mysterious bottom yellow margin/padding found only on Chrome. WTF ???

Also note, that I link the YUI's reset CSS, so all the browsers should have been normalized.

How do I eliminate this mysterious margin/padding ?

Upvotes: 2

Views: 156

Answers (1)

Musa
Musa

Reputation: 97672

Seems to me that the problem is white spaces, after I removed them the space is gone http://jsfiddle.net/5fANH/2/ Its the white spaces after the inputs.

Upvotes: 3

Related Questions