>I suppose I was not very clear, but Yucca hid it right on the head.
>On an interactive quiz page I respond to each student response with
some 
>constructive feedback which I currently display in a multiline
textfield.  I 
>would like to provide the feedback so that it looks like normal text on
the 
>page without the appearance of the textfield.
>Is there a simple way to display this feedback in some other element
other 
>than a textfield?

The overflow property will work with that.  One thing that I noticed
though was that some browsers don't like the overflow:visible property
on the textarea tag; however, every browser I checked like
overflow:hidden.  Maybe you could utilize that styling with a known
height.


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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
IE7 information -- 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