Ellen Heitman wrote: > I don't have a URL yet, I apologize. Hopefully my description will be pretty > simple. Here's what I want to do: I have a calendar, and when you click on a > particular date, some content associated with that date should appear in a > scrollable div elsewhere on the page.
CSS deals primarily with the look and feel of stuff. If you want to control, or associate, the way that stuff "behaves" then you'll probably want to seek a solution in a "scripting" language. Try javascript [1], [2]. <http://lists.evolt.org/mailman/listinfo/thelist> <https://lists.latech.edu/mailman/listinfo/javascript> ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
