| Server IP : 172.64.80.1 / Your IP : 172.70.131.126 Web Server : Apache System : Linux mail.federalpolyede.edu.ng 5.10.0-32-amd64 #1 SMP Debian 5.10.223-1 (2024-08-10) x86_64 User : federalpolyede.edu.ng_idh35skikv ( 10000) PHP Version : 7.4.33 Disable Function : opcache_get_status MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/vhosts/federalpolyede.edu.ng/httpdocs/images/white/ |
Upload File : |
/* changes the navigation tabs:
left-tab.gif - the left part of the non-active tab with the background of
the tab repeated for 200 pixels
right-tab.gif - the very right top part of the non-active tab.
left-tab-on.gif - the left part of the active tab with the background of
the tab repeated for 200 pixels
right-tab-on.gif - the very right top part of the non-active tab.
\*/
#navigation span
{
background: url(left-tab.gif) left top no-repeat;
padding-left: 10px;
}
#navigation span a
{
color: #000;
background: url(right-tab.gif) right top no-repeat;
padding-right: 10px;
text-decoration: none;
padding-top: 2px;
}
#navigation span, #navigation span a
{
display: block;
height: 33px;
float: left;
}
/* Hide from IE5-Mac \*/
#navigation span, #navigation span a
{
float: none
}
/* End hide */
#navigation span.ontab
{
background: url(left-tab-on.gif) left top no-repeat;
padding-left: 10px
padding-top: 2px;
}
#navigation span.ontab a
{
color: #000;
background: url(right-tab-on.gif) right top no-repeat;
padding-right: 10px;
padding-top: 2px;
text-align: center;
}
#navigation td
{
float: left;
margin: 0;
}