Alex Guerin
Alex Guerin

Reputation: 2386

CSS/HTML: Alignment issue in IE9 + jsFiddle

I have an odd alignment issue where an extra space is being added. Here is the code: http://jsfiddle.net/aVdGE/1/

I'm using IE9 with both my project and jsFiddle. Here is a picture of the jsFiddle result and here is the result viewed not in jsFiddle (left = jsFiddle, right = IE). The code is identical:

enter image description here

Upvotes: 2

Views: 414

Answers (2)

j08691
j08691

Reputation: 207901

Add padding:0 to #slider ul

Upvotes: 2

Scott
Scott

Reputation: 21882

I don't have IE9 running here at the moment, but I did spot this line-height: 1.35; .... 1.35 what? No indication of measurement may be causing an unintended size.

Upvotes: 0

Related Questions