Firefox3의 주소 표시줄은 기존 IE, FF2와 달리 주소만 보여주던 방식에서 벗어나 사이트 이름까지 같이 표시해줍니다.
주소 식별이야 좀 더 쉽겠지만 이게 너무 커 보인다는 거죠.

전처럼 주소만 보여주는 편이 훨씬 나아 보이죠?
따로 플러그인을 받는 방법도 있지만 간단하게
C:\Documents and Settings\사용자\Application Data\Mozilla\Firefox\Profiles\고유값.default\chrome\ 에 있는 userChrome.css를 편집해주도록 합시다. (없는 경우 새로 생성)
@-moz-document url("chrome://browser/content/browser.xul")
{
.autocomplete-richlistitem { height: 24px !important; overflow: hidden !important; }
.ac-title > .ac-normal-text { color: transparent !important; }
.ac-url { margin-top: -32px; }
}
이렇게 추가해주고 저장한 다음 FF3를 다시 시작하면 됩니다.


전처럼 주소만 보여주는 편이 훨씬 나아 보이죠?
따로 플러그인을 받는 방법도 있지만 간단하게
C:\Documents and Settings\사용자\Application Data\Mozilla\Firefox\Profiles\고유값.default\chrome\ 에 있는 userChrome.css를 편집해주도록 합시다. (없는 경우 새로 생성)
@-moz-document url("chrome://browser/content/browser.xul")
{
.autocomplete-richlistitem { height: 24px !important; overflow: hidden !important; }
.ac-title > .ac-normal-text { color: transparent !important; }
.ac-url { margin-top: -32px; }
}
이렇게 추가해주고 저장한 다음 FF3를 다시 시작하면 됩니다.




