Olmasını istediğim resim ise aşağıdaki görüntüdedir.
Html Dökümüm
Css Dökümüm
/* Header */
#menu{
background: url(images/menubg.png) repeat-x;
width: 1009px;
height: 75px;
text-align: left;
}
#menu ul {
margin: 0;
padding: 10;
float: left;
margin-left:60px;
}
#menu ul li {
float: left;
margin: 0px 0px 0px 15px;
font-size: 12pt;
cursor: pointer;
}
#menu ul li a {
color: #e4e2e2;
padding: 10px;
}
ul.alt_menu {
float: left;
width: 900px;
height: 33px;
}
ul.alt_menu li {
float: left;
line-height: 17px;
padding: 0 0px 0 15px;
}
ul.alt_menu li a {
font-size: 12px;
color: #7D7D7D;
font-weight: 1000;
}
a.secili {
background: url(images/menu-buton.png) no-repeat;
width: 64px;
height: 30px;
background-position: bottom;
color:#e4e2e2;
}
a.secili span{
background:url(images/menu-buton.png) right top no-repeat;
color:#074d63}
.secili1 {
background: url(images/sagtabbutton.png) no-repeat;
width: 92px;
height: 22px;
background-position: bottom;
}
/* Header Arama */
#arama {
}
.submit {
background: transparent;
border: 0;
width: 50px;
height: 26px;
float:right;
margin-right:138px;
margin-top:9px;
}
.input {
width: 137px;
height: 26px;
border: 0px;
font-size: 10pt;
color: #0c2d38;
background: transparent;
line-height: 15px;
float: right;
margin-top:9px;
}