<style type="text/css">
#tablo
{
background:#000000;
width:700px;
height:500px;
position:relative;
z-index:0;
margin-left:300px;
}
#örnek
{
background:#CCCCCC;
color:#CCCCCC;
width:250px;
height:80px;
text-decoration:none;
padding-top:55px;
z-index:1;
position:absolute;
left:350px;
top:50px;
}
a:link {
color: #FF0000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FF0000;
}
a:hover {
text-decoration: underline;
color: #000000;
background-color:#FFFFFF
}
a:active {
text-decoration: none;
color: #000000;
}
</style>
gri alanın komple beyaz olmasını istiyorum hover da iken ama olmuyor yardım edebilirmisiniz lütfen şimdiden teşekkür ederim
#tablo
{
background:#000000;
width:700px;
height:500px;
position:relative;
z-index:0;
margin-left:300px;
}
#örnek
{
background:#CCCCCC;
color:#CCCCCC;
width:250px;
height:80px;
text-decoration:none;
padding-top:55px;
z-index:1;
position:absolute;
left:350px;
top:50px;
}
a:link {
color: #FF0000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #FF0000;
}
a:hover {
text-decoration: underline;
color: #000000;
background-color:#FFFFFF
}
a:active {
text-decoration: none;
color: #000000;
}
</style>
gri alanın komple beyaz olmasını istiyorum hover da iken ama olmuyor yardım edebilirmisiniz lütfen şimdiden teşekkür ederim