Page 1 of 1

주소줄 옆 검색창을 좀더 넓게 쓰려면?

Posted: 2005 01 27 14:15 36
by danny
주소줄 옆에 있는 검색창 기능이 참 유용한것 같습니다.

그런데 검색창이 좁아서 긴 검색어 입력할때는 조금 불편하더군요.
검색창을 좀더 넓게 설정할수 있을까요?

re: 검색창을 좀더 넓게 쓰려면?

Posted: 2005 01 27 15:24 36
by 파란사오정
검색창의 길이를 조절하려면...
아래의 내용을 userChrome.css 파일에 추가하면 됩니다.

Code: Select all


/*
 * Make the Search box flex wider (this can only enlarge, use next to shrink)
 *
 */
#search-container, #searchbar { -moz-box-flex: 600 !important; }

/*
 * Search bar Width
 *
 */
#search-container { width: 200px !important; }


moz-box-flex 값과 width 값을 적당하게 조정해주세요...


추가로...
userChrome.css 파일에 대한 설명
http://www.mozilla.or.kr/products/firefox/edit.html


userChrome.css 파일에 대한 무수한 팁들
http://www.extensionsmirror.nl/lofivers ... p/t96.html



참조키워드: 검색창, 길이, searchbar, userchrome.css