On 28/12/05, Yazmin Media <[EMAIL PROTECTED]> wrote: > Is there a way to hide/show text by clicking a link that can be done solely > with CSS?
Umm. You might be able to rig something with :focus ... but it would be a pretty ugly solution. > Or is this something in the DHTML A somewhat vagely defined buzzword. You need HTML, JavaScript and CSS. (Well, you could pull it off without JavaScript by dynamically generating the content and adding it to the document on the fly.) > realm and if so, what would I google to get more information? A basic JavaScript tutorial followed by a basic W3C DOM tutorial. The DOM specs are pretty readable if you've some experience with programming. -- David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
