I want an onmouseover text box to appear to gloss certain appreviations. What's the best way to do this. Ideally, I'd like to use alt/title attributes, but these are timed and don't stay on screen long enough. Is there a way to extend this?
Is there a simple CSS solution? I've tried using <span> and <div> but these create a line break. I could put them in tables but this is a huge document I'm not sure I'm willing to code tables to make it happen.
I'd like to avaid JS if at all possible, but I'm am willing to consider it.
I guess I'm just looking for opinions. Thanks.
Is there a simple CSS solution? I've tried using <span> and <div> but these create a line break. I could put them in tables but this is a huge document I'm not sure I'm willing to code tables to make it happen.
I'd like to avaid JS if at all possible, but I'm am willing to consider it.
I guess I'm just looking for opinions. Thanks.