wiem że taki temat już się pojawił ale nie pozbawił mnie on mojego problemu.
Chodzi o te że po naciśnięciu diva start ma mi się wysunąć menu, jednak nie wiem jak to zrobić.
<!DOCTYPE HTML>
<html lang="pl">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<link rel="stylesheet" href="style.css" type="text/css" />
<title>Blog informatyczny</title>
</head>
<body>
<div id="container">
<div id="strona">
</div>
<div id="start">
</div>
<div id="nav">
<div id="apps">
</div>
<div style="clear: both;"></div>
</div>
</div>
</body>
</html>
body
{
background-color: #696969;
}
#container
{
width: 1000px;
margin-left: auto;
margin-right: auto
}
#start
{
background-color: #00C000;
float: left;
width: 70px;
height: 35px;
}
#strona
{
background: url(img/pulpit.png);
width: 1000px;
height: 603px;
}
#nav
{
background-color: #474747;
width: 1000px;
height: 35px;
}
#apps
{
float: left;
width: 500px;
height: 35px;
}