hi, when I hover cursor on link, how change div text font color? Is impossible then do with css? my try:
<style type="text/css">
a:hover .text {
color:#FF00FF;
}
</style>
</head>
<body>
<a href = "">link</a>
<div class = "text">TEXT TEXT</div>
</body>