Jump to content

<help> obsah(leva strana) + menu(prava strana)


tbx

Recommended Posts

potrebuju pomcot jak udelat obsah + menu :-) dejte mi sem prosím co dat do styles.css a co dat do html ;) predem diks

>
</pre>
<table>HlavičkaMenuObsah</table>

seděl sem nad tím celý 11,5s tak si toho važ

Link to comment
Share on other sites

.menu {
border: 0px;
background-color: darkblue;
margin-right: 1500px;
padding: 20px 0px 0px 0px;
width: 190px;
text-align: center;
}

.menu a {
color: red;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
padding: 5px 40px 5px 40px;
margin: 0 0 10px 0;
width: 120px;
background-color: lightblue;
border: 1px solid white;
text-align: center;
}

.menu a:hover {
background-color: lightgreen;
border: 1px solid yellow;
}

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...