karla pringle wrote: > What I really wanted to know was, Is there a way to rollover an image > and have text elsewhere on the page apply a hover attribute.
An image, no... > for example I mouse over an image on the page and the text below is > highlighted. ...but it can be simulated visually by placing both image and a text-carrying element in a parent-element in the markup - a link for instance, and reposition the text-carrying element so it appears outside that parent-element. The text can then appear anywhere on a page, depending on how one define positioning-relationship. Such methods are widely used to create CSS pop-ups of all kinds, but it'll work just as well for stable-positioned elements that change visually when one hovers over their parent-element. Try the "1 link" example (third one) on this test-page... <http://www.gunlaug.no/contents/wd_chaos_32.html> (Notes on that test-page are not updated for the latest finds across browser-land.) regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
