takze tu je stranka (len tak narychlo, ale podstata nie je v designe)
http://www.panther.own.cz/ .
tu je aj CSS, zdrojak si zobrazte zo stranky (dufam, ze to nebude vadit, ak tu dam cely CSS):
- Kód: Vybrať všetko
/****** BODY ******/
body
{
background: darkgrey;
font-family: Arial;
font-size: 12px;
text-align: left;
margin-top: 80px;
}
/****** LOGO ******/
#logo
{
width: 800px;
height: 200px;
margin: auto;
border-left: 1px solid black;
border-right: 1px solid black;
border-top: 1px solid black;
background: url('images/logo.png');
}
/****** NAVIGATION ******/
#navigation
{
width: 800px;
height: 20px;
font-weight: bold;
line-height: 20px;
border-left: 1px solid black;
border-right: 1px solid black;
background: url('images/navigation.png');
margin: auto;
}
/*** NAVIGATION - ELEMENTS ***/
#navigation a.one-link
{
float: left;
width: 100px;
height: 20px;
text-align: center;
font-weight: bold;
font-size: 14px;
color: white;
text-decoration: none;
}
#navigation a.one-link:hover
{
width: 99px;
height: 19px;
text-align: center;
font-weight: bold;
font-size: 14px;
color: black;
text-decoration: none;
background: whitesmoke;
border-right: 1px solid black;
border-top: 1px solid black;
}
#navigation a.two-link
{
float: left;
width: 100px;
height: 20px;
text-align: center;
font-weight: bold;
font-size: 14px;
color: white;
text-decoration: none;
}
#navigation a.two-link:hover
{
width: 98px;
height: 19px;
text-align: center;
font-weight: bold;
font-size: 14px;
color: black;
text-decoration: none;
background: whitesmoke;
border-right: 1px solid black;
border-top: 1px solid black;
border-left: 1px solid black;
}
/****** CONTENT ******/
#content
{
width: 770px;
background: whitesmoke;
border: 1px solid black;
margin: auto;
padding: 15px 10px 15px 20px;
}
#content p
{
width: 770px;
}
/****** FOOTER ******/
#footer
{
width: 800px;
height: 20px;
background: url('images/footer.png');
margin: auto;
border-left: 1px solid black;
border-right: 1px solid black;
border-bottom: 1px solid black;
margin-top: -10px;
}
/*** FOOTER - ELEMENTS ***/
#footer p
{
color: white;
text-align: center;
font-size: 10px;
padding: 4px;
}
#footer a
{
color: white;
text-decoration: none;
}
#footer a:hover
{
color: white;
text-decoration: underline;
}
PS: stranka je robena pre opery, v IE sa dobre s***...FF neviem...treba si vsimnut ten text...