Page 3 of 3

Re: html / CSS (SOLVED)

Posted: Wed Mar 10, 2010 5:55 am
by Dr.CSS
First off you have more invalid code in the template, like...



Electrifire - Electrical, Fire & Security - All Under One Roof
       

What is longdesc? and you are missing a , your menu css is calling menu2 as target and you have no menu2 and you have plain text in your css...

/*Menu part here*/
#men {
height: 37px;
width: 34%;
padding: 0 0px 5px 0;
}
#menu ul {
list-style: none;
}
#menu ul li {
display: block;
float: left;
background: url(images/bord.gif) no-repeat top right;
padding: 0 1px 0 0;
}
#menu ul li.right {
background: none;
}
#menu ul li {
background: url(images/menu.gif) repeat-x 0 0;
height: 37px;
font: bold 13px/37px Arial;
color: #828373;
text-decoration: none;
padding: 0 21px;
}
#menu ul li a.left {
background-position: 0 px;
padding: 0 25px 0 32px;
}
#menu ul li a.right {
background-position: right px;
padding: 0 32px 0 25px;
}
#menu ul li a:hover, #menu ul li a.active {
background-position: 0 -37px;
color: #fff;
}
#menu ul li a.left:hover, #menu ul li a.left.active {
background-position: 0 -74px!important;
}
#menu ul li a.right:hover, #menu ul li a.right.active {
background-position: right -184px;
}

For 200$ I can build you an exact replica of existing template to work in cmsms...