OZONE Asylum
Forums
XML - XSL - XSLT - XHTML - CSS - DOM
can #myDiv:hover be used to change attributes on a seperate div?
This page's ID:
11044
Search
QuickChanges
Forums
FAQ
Archives
Register
Edit Post
Who can edit a post?
The poster and administrators may edit a post. The poster can only edit it for a short while after the initial post.
Your User Name:
Your Password:
Login Options:
Remember Me On This Computer
Your Text:
Insert Slimies »
Insert UBB Code »
Close
Last Tag
|
All Tags
UBB Help
[edit: Veneficuz beat me =) ] It may be possible with a complicated selector. From [url=http://www.w3.org/TR/CSS2/selector.html]http://www.w3.org/TR/CSS2/selector.html[/url] , a selector E + F will match any element F preceded by an element E. Since your mouseover div is before the div you want to change, you're in luck, this should work: #myDiv1:hover + #myDiv2 {...} But even if it works in Mozilla, you can completely forget about it working in IE. Otherwise, you're probably going to have to use a script. [This message has been edited by Slime (edited 09-06-2003).]
Loading...
Options:
Enable Slimies
Enable Linkwords
« Backwards
—
Onwards »