I can't think of any CSS solution, sorry.

If it HAS to be a single line input, you're USCWAP. I'd suggest using
a TEXTAREA if you can.

If you can just display it (and not have it in an input), try

white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap; /* moz */

good luck


On 3/22/06, Kai Hendry <[EMAIL PROTECTED]> wrote:
> http://surink.com/?uri=http%3A%2F%2Fsurink.com%2Fc0w
>
> I would like the bottom input to show the entire (long) URL. So the
> desired effect would be, if it is really long, the font size would be
> smaller (the URL will look shrunk). I don't want the user to scroll
> horizontally.
>
> Firefox 1.5 users are my audience.
>
> Best wishes,
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to