sha,eera
06-26-2008, 10:37 AM
Hi Every one
Please help me to solve this
Iam new with CSS
in the page
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td valign="middle" align="left" width="8%">
<div align="center">
<a class="buttons" href="viewtkts.aspx">menuitem0</a> </div>
</td>
<td valign="middle" align="left" width="8%">
<div align="center">
<a class="buttons" href="viewtkts.aspx">menu item1</a> </div>
</td>
<td valign="middle" align="left" width="8%">
<div align="center">
<a class="buttons" href="viewtkts.aspx">menu item2l</a> </div>
</td>
</tr>
</table>
In Css file
.buttons {
font-family: Tahoma, Verdana, Arial;
font-size: 8.5pt;
font-weight: bold;
color: #45606d;
text-decoration: none;
}
.buttons:hover {
font-family: Tahoma, Verdana, Arial;
font-size: 8.5pt;
font-weight: bold;
color: orange;
text-decoration: none;
}
Now I want to change the color of the item in the menu so that we can know in which page we are
i tried with
buttons:visited {
font-family: Tahoma, Verdana, Arial;
font-size: 8.5pt;
font-weight: bold;
color: orange;
text-decoration: none;
}
but it doent satisfy my requirement
please help me out
this is so urgent
Please help me to solve this
Iam new with CSS
in the page
<table cellspacing="0" cellpadding="0" width="100%" border="0">
<tr>
<td valign="middle" align="left" width="8%">
<div align="center">
<a class="buttons" href="viewtkts.aspx">menuitem0</a> </div>
</td>
<td valign="middle" align="left" width="8%">
<div align="center">
<a class="buttons" href="viewtkts.aspx">menu item1</a> </div>
</td>
<td valign="middle" align="left" width="8%">
<div align="center">
<a class="buttons" href="viewtkts.aspx">menu item2l</a> </div>
</td>
</tr>
</table>
In Css file
.buttons {
font-family: Tahoma, Verdana, Arial;
font-size: 8.5pt;
font-weight: bold;
color: #45606d;
text-decoration: none;
}
.buttons:hover {
font-family: Tahoma, Verdana, Arial;
font-size: 8.5pt;
font-weight: bold;
color: orange;
text-decoration: none;
}
Now I want to change the color of the item in the menu so that we can know in which page we are
i tried with
buttons:visited {
font-family: Tahoma, Verdana, Arial;
font-size: 8.5pt;
font-weight: bold;
color: orange;
text-decoration: none;
}
but it doent satisfy my requirement
please help me out
this is so urgent