주소줄 옆에 있는 검색창 기능이 참 유용한것 같습니다.
그런데 검색창이 좁아서 긴 검색어 입력할때는 조금 불편하더군요.
검색창을 좀더 넓게 설정할수 있을까요?
주소줄 옆 검색창을 좀더 넓게 쓰려면?
re: 검색창을 좀더 넓게 쓰려면?
검색창의 길이를 조절하려면...
아래의 내용을 userChrome.css 파일에 추가하면 됩니다.
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
아래의 내용을 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
Who is online
Users browsing this forum: No registered users and 0 guests