tags:

views:

7

answers:

0

Having an issue with sIFR - I have two floated divs each with several paragraph items. Using sIFR, the first item is in the right spot, the remaining items in each div are around 4px to the right. It makes no sense to me what sIFR is doing to replace the code, I've tried all I can to correct the issue.

The closest I've come to it is modifying sifr.js ... the line:

D.SINGLE_WHITESPACE=" ";  

When I change it to:

D.SINGLE_WHITESPACE="";

Everything aligns correctly, except this also removes the space between the actual words in each line item.

Does anyone know how I can just remove the first space in each item rather than between words?