body {
ul
{margin:0;
padding:0;
list-style:none;
}
ul li
{ float:left;
width:150px;
height:30px;
line-height:30px;
text-align:center;
background:voilet;
}
ul li a
{
text-decoration:None;
color:White;
}
ul li li
{ background:voilet;
color:White;
}
ul li li:hover
{ background:Gray;
color:White;
display:none;
}
ul li li a
{
text-decoration:none;
color:White;
{
- HomePage
- class schedule
- syllabus
- assignments
- fee record
- faculty info
- class teacher info
- examinations
- Holidays info
}
}
romasha aliPosted Oct 25, 2013, 9:28 AM
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Site1.master.cs" Inherits="WebApplication4.Site1" %>
Sanjeeb LenkaPosted Oct 25, 2013, 8:27 AM
have link the css to master page.
plz provide your masterpage code ..... with css.