On Tue, 15 May 2007, Del Wegener wrote: > I have followed this thread with interest because I want to completeky hide > a text field on some webpages.
That sounds like a hopeless task, and I wonder _why_ you would want that. I'm pretty sure there is a more constructive approach to the original problem. If you just wanted to _hide_ them, display: none or some other hiding method would work rather well, with the usual CSS Caveats or course. But I suppose you want to hide their being text fields, i.e. to display the content of a field as if it were normal text. For this, there would be many things to consider: border, font family, font size, line height, etc. Besides, the field would still be focusable, and you cannot prevent this in CSS (though possibly in JavaScript). -- Jukka "Yucca" Korpela, http://www.cs.tut.fi/~jkorpela/ ______________________________________________________________________ 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/
