묻고답하기

탑메뉴가 IE8에서 왼편으로 몰려서 보이는 현상을  아래의 CSS 에서 어디를 고치면 되는지요?

도움부탁드립니다.

 

--------------- CSS 에서  TOP  부분---------------------

#top {position:relative; padding:2px 0 0; background:#E5E5E5; margin-bottom:15px; z-index:1004;}
#top .menu {position:absolute; float:right; top:2px; right:5px;}
#top .menu li {display:inline; padding:0 .2em 0 .5em; background:url(../images/vrType1.gif) no-repeat left center;}
#top .menu li.first-child {background:none;}
#top .menu li a {text-decoration:none; font:.9em "돋움", Dotum, "굴림", Gulim, AppleGothic, Sans-serif; color:#666666;}
#top .menu li a:hover,
#top .menu li a:focus {color:#000000; text-decoration:underline;}

 

----------------- 레이아웃html  중에  top부분 ------------------------

<div id="bodyWrap2">
 <div id="top">

  <div id="language">
   <strong title="{$lang_type}">{$lang_supported[$lang_type]}</strong> <a href="#selectLang" onclick="showHide('selectLang');return false;"><img src="./images/buttonLang.gif" alt="Select Language" width="87" height="15" /></a>
   <ul id="selectLang">
    <!--@foreach($lang_supported as $key => $val)--><!--@if($key!= $lang_type)-->
    <li><a href="#" onclick="doChangeLangType('{$key}');return false;">{$val}</a></li>
    <!--@end--><!--@end-->
   </ul>
  </div>

  <ul class="menu">
  {@ $tm = 1}
  <!--@foreach($top_menu->list as $key => $val)-->
  <li<!--@if($tm==1)--> class="first-child"<!--@end-->><a href="{$val['href']}" <!--@if($val['open_window']=='Y')-->onclick="window.open(this.href);return false;"<{@$tm++}
  <!--@end-->
  </ul>
  <div style="clear:both"></div>
 </div>

글쓴이 제목 최종 글
XE 공지 글 쓰기,삭제 운영방식 변경 공지 [16] 2019.03.05 by 남기남
소나기329 제로보드를 공공기관 홈페이지에 적용시켜도 무리가 없을까요? [3] 2008.05.20 by 민수
마음가는대로 팝업 창 없애기 문의(HTML header 입력 활용) [1] 2008.05.20 by 민수
cosmo 나모에서 제로보드 넣기 알려주세요!!! [1] 2008.05.20 by xe
sroo 첨부파일 갯수 대로 이미지가 출력됩니다. [1] 2008.05.20 by 김태훈2
꿈꾸는명탐정 이거 좀 봐주세여.. [1] 2008.05.21 by 백성찬
하얀카레 설치 후 처음 게시판에 글쓰기를 하면 [1] 2008.05.21 by 백성찬
N_mom 자꾸만 풀리는 로그인 [1] 2008.05.21 by eez
*우^^기다* 홈페이지제작중에 로그인위젯 폼 크기를 수정하고 싶은데요..ㅠ  
김재순 댓글에 에디터 몽땅 빼기.. [3] 2008.05.21 by sugarkane
MC 바리반디 혹시 이런거 어떻게 하나요.  
Aldebaran 게시판을 새창으로 띄울때 여백 주는 방법이요~ [2] 2008.05.21 by Aldebaran
MIN 비밀글이 안되요, 제발 갈르쳐주세요 [2] file 2008.05.21 by 一淚™
예광우 애플 게시판 스킨 적용을 하니 게시판이 모두 아래로 내려갔네요. [1] file 2008.05.21 by winty
designoh 이 게시물을 팝업 메뉴를 다른 곳에서 링크를 시키려면 어떻게 해야 하나요?  
엥셋별 외부로그인이 안되요 회원가입두요~~  
백용현 저 완전 초보맞겠죠??????  
김민787 이번에도 css 수정할 곳 질문 [1] file 2008.05.21 by 김민787
뽀칠이 게시판 본문에도 외부페이지 뿌릴수 있나요. [2] 2008.05.21 by 뽀칠이
정철호172 다음형태의 레이아웃을 만들고자 할때 어케 해야 하나요? [1] file 2008.05.21 by 백성찬
유유웹 외부 사이트 게시판의 php를 불러다가 제 사이트에서 보여 줄 수 있는지요? [2] 2008.05.21 by 유유웹