묻고답하기
통합검색이 안 됩니다 써지지도 않고 눌러지지도 않아요
2009.06.20 15:18
<--------css---------->
#top .rightTop .topSearch {
background:url(../images/topSearchBg.png) top right;
width:258px;
height:48px;
float:right;
}
* html #top .rightTop .topSearch {
background:url(http://www.xpressengine.com/images/blank.gif) no-repeat;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/layouts/blooz_layout2/images/topSearchBg.png", sizingMethod="scale");
}
#top .rightTop .topSearch .input {
padding:12px 0 0 24px;
float:left;
}
#top .rightTop .topSearch .input input {
border:none;
background:transparent;
font:12px dotum;
width:155px;
}
#top .rightTop .topSearch .search {
padding:10px 19px 0 0px;
float:right;
}
#top .rightTop .topSearch .search input {
border:none;
background:url(../images/searchBtn.gif);
width:50px;
height:22px;
display:block;
float:right;
<----------html---------->
<div class="topSearch">
<form action="{getUrl()}" method="post" id="isSearch">
<div class="input"><input type="text" name="is_keyword" title="keyword" /></div>
<div class="search">
<input type="submit" value=" " />
</div>
<input type="hidden" name="mid" value="{$mid}" />
<input type="hidden" name="act" value="IS" />
<input type="hidden" name="search_target" value="title_content" />
</form>
</div>
블루즈님꺼 겨우겨우 수정해서 이제 다 된 줄 알았는데
검색이 안 됩니다 원래 문제가 있는 듯해요
도와주십시오