I've been struggling with this problem for some time now and just can't seem to find a solution.
The issue involves a series of position: relative
spans
enclosing text, along with a position: absolute
span
set to right: 0;
. I expected the second span to stick to the right side of the first span, regardless of whether the first span breaks into two lines. Unfortunately, I have only managed to achieve this in Safari.
You can view an example here: .
After coming across this page: , it appears that while the technique is technically correct, it is not well-supported. My goal is to have each /
remain at the end of each li
even if it spans multiple lines.
Any suggestions or ideas? Thank you.