existuje nějaká funkce v CSS nebo v php na zesvětlení horní části pozadí ?
např. jako tehle obrázek:

Kód: Vybrat vše
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<style type="text/css">
body, h1, ul, li {margin: 0; padding: 0;}
body {font: 90%/1.4 'DejaVu Sans', Verdana, Sans-serif; color: white; background-color: gray;}
div {width: 50em; margin: 15px auto; padding: 25px 40px; border: 3px groove gray; background-color: white; color: black;}
ul {list-style-type: none;}
li {height: 20px; width: 100px; line-height: 20px; text-align: center; margin-bottom: 5px;
background: #ffa680 url(tlacitko.png) no-repeat bottom center;}
a {text-decoration: none; color: black; background: #ffa680 url(tlacitko.png) no-repeat bottom center;
display: block;}
a:hover {background-position: center; color: navy;}
a:active {background-position: top;}
</style>
<title>menu</title>
<div>
<h1>Menu</h1>
<ul>
<li><a href="#">Koza</a>
<li><a href="#">Nozdra</a>
<li><a href="#">Ještě</a>
<li><a href="#">Kleště</a>
<li><a href="#">Bleble</a>
</ul>
</div>
Zpět na “Programování a tvorba webu”
Uživatelé prohlížející si toto fórum: Žádní registrovaní uživatelé a 3 hosti