Warning! You are viewing the old version of site.

You will be redirected to the new site in 5 seconds

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Unknown macro: {style}

#products-white ul {
list-style-type: none;
float: left; width: 455px;
padding: 0px 1px 1px 0;
margin: 0px 0px 1px 0;
}

#products-white li {

border: 1px solid whitesmoke;
border-width: 1px 1px;
margin: 1px 0px;

text-shadow: 0px 1px 0px white; /* цвет должен быть темнее фона, 1px или -1px, в зависимости от цвета фона(светлый или темный) */
filter: dropshadow(color=#white,offX=0,offY=1);
}

#products-white li a {
color: black;
display: block;
font: normal 120% Arial, Helvetica, sans-serif;
padding: 15px 18px 19px 20px;
text-decoration: none;
background: #white;
}

  • html #links li a { /* make hover effect work in IE */
    width: 600px;
    }

#products-white li a:hover {
background: #f5ffd6;
}

#products-white a em

Unknown macro: { color}

#products-white a span {
color: black;
font: normal 70% Verdana, Helvetica, sans-serif;
}

  • No labels