not exactly.
i’ve got the red on the top too – but that should be ok
and also text alignment is right.
i think i found the problem.
my list-items are created dynamically – multiple list-items.
unfortunately, mobi decided to set the style using an identifier
instead of class.
so i’ve got multiple listitems with the same ID – not advised in CSS –
and the browser gives the right style (right alignment) to the first
list-item only.
i believe that should be fixed.
also – in the correct implementation it should be anchored on the
right side if the red line is on the right side (as per your diagram)
i.e. the ‘right’ css property should be set instead of ‘left’ and the
‘x’ value should reference the # of pixels from the right side of the
container.
i don’t see any workaround for my situation – w/o mobi modifications.
1. all styles set in CLASS not ID.
2. right edge anchored when the user has the right red line side.
3. also if the width is set to automatic – mobi should NOT set it in CSS.
whatchya think?