Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS web developing Re: web developing

#105930
ravi_n
Member

hi to every body!!!!!!!!!!!!
I am developing a web application.the web application can be divided into three parts. The first part is regarding to head and the second part is regarding to the vertical tabs.Other part is regarding display information about the vertical tags. My problem is when i click on vertical tag. The information regarding to vertical tag display in new window could u please help me. I write the fallowing code (the code must be in html)

Html


"http://www.w3.org/TR/html4/loose.dtd">



RaviProject





Css

/*back ground styles*/
BODY
{
margin: 0px;
padding: 0px;
background-color: #BBAEAE;
font-family: Arial, Helvetica, sans-serif;
color: #4F4938;
}
#main
{
background: #FDFCFC url(images/background.jpg) repeat-x;
}
#main .container
{
background-image: url(images/background.jpg.jpg);
background-repeat: no-repeat;
min-height: 50px;
}
/*
Header-Styles
*/
#header
{
padding-top: 0px;
padding-bottom: 0px;
}
UL#menu
{
margin: 0px;
padding: 0px;
position: absolute;
left: 0px;
}
UL#menu LI
{
display: inline;
margin-right: 12px;
}
UL#menu LI A
{
text-decoration: none;
color: #716D6A;
font-family: "Trebuchet MS";
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
width: 80px;
float: left;
margin: 10px;
text-align: center;
background-color: #E8EAEC;
}
UL#menu LI A:hover
{
background-color: #758FAF;
}
UL#menu LI A.active, UL#menu LI A:hover
{
color: #000000;
}
#box
{
padding-top: 0px;
padding-bottom: 0px;
}
UL#menu1
{
margin: 0px;
padding: 0px;
position: absolute;
left: 0px;
}
UL#menu1 LI
{
display: inherit;
margin: 12px;
}
UL#menu1 LI A
{
text-decoration: none;
color: #716D6A;
font-family: cursive;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
width: 100px;
float: left;
margin: 10px 0px;
text-align: left;
background-color: #B0948A;
}
UL#menu1 LI A:hover
{
background-color: inherit;
}
UL#menu1 LI A.active, UL#menu1 LI A:hover
{
color: #000000;
}

could u please help me