글로리에버닷컴을 운영하면서 기억해야 할 사항들을 적어놓는 곳입니다.
.id_blur { background: transparent url(login_bg.gif) top left}
.id_focus { background: #fff; color: #003300 }
.pw_blur { background: transparent url(login_bg.gif) bottom left}
.pw_focus { background: #fff; color: #003300 }
<input type='text' name='id' onFocus="this.className='id_focus'" onBlur="if ( this.value == '' ) { this.className='id_blur' }" class='id_blur'>
<input type='password' name='pw' onFocus="this.className='pw_focus'" onBlur="if ( this.value == '' ) { this.className='pw_blur' }" class='pw_blur'>
서비스 링크