[quote author=پـــســـر مــهـربــــــــون link=topic=15896.msg83765#msg83765 date=1219565497]
ميشه آدرس اون تاپيك رو لطف كني؟!
[/quote]

[quote author=moshen198x link=topic=15896.msg83748#msg83748 date=1219562553]
من توی فروم سایت swmenu جستجو کردم یکی همین مشکلو داشته اینجوری بهش جواب دادن و مشکلش حل شده
Problem is with IE6 and the menu is there, but it's below the header and the text is white so you can't see it, but the hover still shows.

A quick fix is to edit the template_css.css file and add

position:relative;
_top:-25px;

to #ja-topnav-wrap CSS so it looks like this:

#ja-topnav-wrap {
position:relative;
height: 35px;
display: block;
_top:-25px;
}

The "_" before top will stop any other browser but IE6 from reading this additional CSS.

مسیله اینه که نمی دونم این فایل template_css.css کجاست من فایل template_css.css قالبمو سرج کردم این کلاسی که بالا گفته توش نبود این کلاس رو ایجاد کردم ولی بازم درست نشد.فایل دیکه ای به این نا م داریم(template_css.css) اگه داریم کجاست؟
[/quote]