<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>KURUMSAL</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="banner">
<div id="logo"></div>
<div id="menu">
<ul id="menu_ul">
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Departments</a></li>
<li><a href="#">Our Partners</a></li>
<li><a href="#">Hoteliers</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
<div id="renk_bari"></div>
</body>
</html>
---------
@charset "utf-8";
/* CSS Document */
body {
font-family: "Microsoft PhagsPa";
margin: 0px;
padding: 0px;
}
#menu {
float: right;
margin-top: 50px;
}
#menu_ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#menu_ul li {
float: left;
background-image: url(../resimler/hover_bg.png);
margin-right: 3px;
margin-left: 3px;
border: 1px solid #D8D8D8;
border-radius: 5px;
}
#menu_ul li a:hover{
background-image: url(../resimler/menu_bg.png);
background-repeat: repeat-x;
color: #FFF;
}
#menu_ul li a {
text-decoration: none;
color: #000;
background-repeat: repeat-x;
line-height: 37px;
font-size: 13px;
padding-right: 15px;
padding-left: 15px;
display: block;
}
#renk_bari {
width: 100%;
height: 10px;
background-color: #EDEDEB;
margin-bottom: 30px;
}
#banner {
width: 1000px;
height: 130px;
margin-right: auto;
margin-left: auto;
}
#logo {
float: left;
background-image: url(../resimler/logo.png);
height: 116px;
width: 323px;
background-repeat: no-repeat;
margin-top: 7px;
margin-left: 7px;
}
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>KURUMSAL</title>
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="banner">
<div id="logo"></div>
<div id="menu">
<ul id="menu_ul">
<li><a href="#">About Us</a></li>
<li><a href="#">Services</a></li>
<li><a href="#">Departments</a></li>
<li><a href="#">Our Partners</a></li>
<li><a href="#">Hoteliers</a></li>
<li><a href="#">Jobs</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
</div>
</div>
<div id="renk_bari"></div>
</body>
</html>
---------
@charset "utf-8";
/* CSS Document */
body {
font-family: "Microsoft PhagsPa";
margin: 0px;
padding: 0px;
}
#menu {
float: right;
margin-top: 50px;
}
#menu_ul {
list-style-type: none;
margin: 0px;
padding: 0px;
}
#menu_ul li {
float: left;
background-image: url(../resimler/hover_bg.png);
margin-right: 3px;
margin-left: 3px;
border: 1px solid #D8D8D8;
border-radius: 5px;
}
#menu_ul li a:hover{
background-image: url(../resimler/menu_bg.png);
background-repeat: repeat-x;
color: #FFF;
}
#menu_ul li a {
text-decoration: none;
color: #000;
background-repeat: repeat-x;
line-height: 37px;
font-size: 13px;
padding-right: 15px;
padding-left: 15px;
display: block;
}
#renk_bari {
width: 100%;
height: 10px;
background-color: #EDEDEB;
margin-bottom: 30px;
}
#banner {
width: 1000px;
height: 130px;
margin-right: auto;
margin-left: auto;
}
#logo {
float: left;
background-image: url(../resimler/logo.png);
height: 116px;
width: 323px;
background-repeat: no-repeat;
margin-top: 7px;
margin-left: 7px;
}