joelemon
07-03-2007, 06:03 PM
HI Esyndicat friends, i've a problem and i can't resolve it by myself.
This is my site http://www.joelemon.netsons.org/ as you can see, the img tab-left doesn't stop e continue under the tab-left, becoming not visible this one.
This is my css code relative:
div.menu a
{
color: #FFFFFF;
}
div.top-menu
{
height: 30px;
padding: 0;
margin: 0;
text-transform: uppercase;
border-bottom: 0px;
background: url('../img/menutop_bg.gif') repeat-x;
}
div.line
{
background-color: none;
width: 760px;
height: 4px;
}
ul.search
{
margin: 0 50px 0 20px;
padding: 0;
color: #FFF;
}
ul.search li
{
padding: 0;
}
ul.search li a
{
color: #FFF;
font-size: 0.9em;
}
ul.menu
{
list-style-type:none;
margin:0;
padding:0;
}
ul.menu li
{
float: left;
margin: 0 5px;
line-height: 40px;
background-image: url('../img/tab-left.gif');
background-position: top left;
background-repeat: no-repeat;
height: 30px;
}
ul.menu li a
{
color: white;
line-height: 30px;
padding: 0 15px;
font-size: 0.75em;
font-weight: bold;
background-image: url('../img/tab-right.gif');
background-position: top right;
background-repeat: no-repeat;
float: left;
text-decoration: none;
}
ul.menu li a:hover
{
color: #10FF0F;
}
ul.menu li.active
{
font-weight: bold;
font-size: 0.75em;
background-image: url('../img/tab-left-act.gif');
background-position: top left;
background-repeat: no-repeat;
}
ul.menu li.active div
{
line-height: 30px;
padding: 0 15px;
background-image: url('../img/tab-right-act.gif');
background-position: top right;
background-repeat: no-repeat;
}
What's the problem? Do you know a solution?
Please help me! :fool:
This is my site http://www.joelemon.netsons.org/ as you can see, the img tab-left doesn't stop e continue under the tab-left, becoming not visible this one.
This is my css code relative:
div.menu a
{
color: #FFFFFF;
}
div.top-menu
{
height: 30px;
padding: 0;
margin: 0;
text-transform: uppercase;
border-bottom: 0px;
background: url('../img/menutop_bg.gif') repeat-x;
}
div.line
{
background-color: none;
width: 760px;
height: 4px;
}
ul.search
{
margin: 0 50px 0 20px;
padding: 0;
color: #FFF;
}
ul.search li
{
padding: 0;
}
ul.search li a
{
color: #FFF;
font-size: 0.9em;
}
ul.menu
{
list-style-type:none;
margin:0;
padding:0;
}
ul.menu li
{
float: left;
margin: 0 5px;
line-height: 40px;
background-image: url('../img/tab-left.gif');
background-position: top left;
background-repeat: no-repeat;
height: 30px;
}
ul.menu li a
{
color: white;
line-height: 30px;
padding: 0 15px;
font-size: 0.75em;
font-weight: bold;
background-image: url('../img/tab-right.gif');
background-position: top right;
background-repeat: no-repeat;
float: left;
text-decoration: none;
}
ul.menu li a:hover
{
color: #10FF0F;
}
ul.menu li.active
{
font-weight: bold;
font-size: 0.75em;
background-image: url('../img/tab-left-act.gif');
background-position: top left;
background-repeat: no-repeat;
}
ul.menu li.active div
{
line-height: 30px;
padding: 0 15px;
background-image: url('../img/tab-right-act.gif');
background-position: top right;
background-repeat: no-repeat;
}
What's the problem? Do you know a solution?
Please help me! :fool: