می خوام با css کاری کنم که در یک کلاس وقتی موس روی ناحیه کلاس مورد نظر قرار میگیره رنگ پس زمینه عوض بشه. نمیدونم چرا کد زیر کار نمیکنه:
[html]
.myclass{
background-color: #f8f8f8
}
.myclass: hover { background-color:#FFFFBB }
[/html]
Printable View
می خوام با css کاری کنم که در یک کلاس وقتی موس روی ناحیه کلاس مورد نظر قرار میگیره رنگ پس زمینه عوض بشه. نمیدونم چرا کد زیر کار نمیکنه:
[html]
.myclass{
background-color: #f8f8f8
}
.myclass: hover { background-color:#FFFFBB }
[/html]
نبايد مشکلی داشته باشه !!
با جاوا هم میشه اینم کد:
<CENTER>
<!-- This script and many more are available online free at -->
<!-- The JavaScript Source!!-->کد:http://www..com
<HR color="#00FFFF">
[<a href="/"
onmouseover="document.bgColor='green'">Green</a>]<br>
[<a href="/"
onmouseover="document.bgColor='greem'">Bright Green</a>]<br>
[<a href="/"
onmouseover="document.bgColor='seagreen'">Sea Green</a>]<br>
[<a href="/"
onmouseover="document.bgColor='red'">Red</a>]<BR>
[<a href="/"
onmouseover="document.bgColor='magenta'">Magenta</a>]<br>
[<a href="/"
onmouseover="document.bgColor='fusia'">Fusia</a>]<br>
[<a href="/"
onmouseover="document.bgColor='pink'">Pink</a>]<br>
[<a href="/"
onmouseover="document.bgColor='purple'">Purple</a>]<BR>
[<a href="/"
onmouseover="document.bgColor='navy'">Navy</a>]<br>
[<a href="/"
onmouseover="document.bgColor='blue'">Blue</a>]<br>
[<a href="/"
onmouseover="document.bgColor='royalblue'">Royal Blue</a>]<br>
[<a href="/"
onmouseover="document.bgColor='Skyblue'">Sky Blue</a>]<BR>
[<a href="/"
onmouseover="document.bgColor='yellow'">Yellow</a>]<br>
[<a href="/"
onmouseover="document.bgColor='brown'">Brown</a>]<br>
[<a href="/"
onmouseover="document.bgColor='almond'">Almond</a>]<br>
[<a href="/"
onmouseover="document.bgColor='white'">White</a>]<BR>
[<a href="/"
onmouseover="document.bgColor='black'">Black</a>]<br>
[<a href="/"
onmouseover="document.bgColor='coral'">Coral</a>]<br>
[<a href="/"
onmouseover="document.bgColor='olivedrab'">Olive Drab</a>]<br>
[<a href="/"
onmouseover="document.bgColor='orange'">Orange</a>]<br>
<hr color="#00FFFF">
</CENTER>
در بادی بزار