我的问题是我希望徽标和 ΛΟΓΙΣΜΙΚΟ 菜单对齐。我已经尝试了所有方法,但我无法让它们一起移动。菜单移动得更快......我正在尝试使用javascript来获取位置并将徽标设置为与菜单相同的位置但我无法弄清楚这里是页面http://www。 altasoft.gr/index_.htm
<div class="header">
<div style="position:relative;top:10px; z-index:99; width:50%"><a href="http://www.altasoft.gr/index_.htm"><img src="images/Altasoft_Logo.png" alt="" width="354" height="91" /></a></div>
<div style="position:relative; left:10%; top:-30px; z-index:5; width:80%; min-width:550px;"> <img style="float:right;" src="images/telephone.gif" alt="" width="142" height="16" /></div>
</div>
.nav-container {
background: #eaeaeb;
/*background: #fff url(../images/menu_bg.gif) no-repeat 50% 0%;*/
clear: both;
height: 48px;
}
#nav {
/*padding: 0px 0px 0px 30px;*/
width: 931px/*920px*/;
}
#nav li {
padding-right: 8px;
margin-top: 10px;
padding-bottom: 10px;
text-decoration: none;
}