Hi all,
This might be more a html question than a rals one…
I have a link that user link_remote_to. When a user clicks that link I
want to hide it and show a progress indicator in that same place.
I tried to do this with 3 spans:
- ajax link here text here
The problem is that I cannot give the span a width so the ‘text here’
always moves when the link is clicked since the indicator has a
smaller size than the link.
how do you people solve this?
thanks
Stijn