I have a limited area to show a long text. It should be wrapped with ellipsis. When you mouse over it, it should be scrolled until end of it so I came up with this but I have some problems.
- It doesn't work on Opera Browser.
It uses static width property.
div.content:hover { width:742px; }
Even text is shorter; it scrolls in a static duration.
How can I solve this?