폼문 select option 글자크기

폼문 select option 글자크기

QA

폼문 select option 글자크기

답변 1

본문

          <form name="fwrite" id="fwrite" action="./select.php" method="post" autocomplete="off">
          <input type="hidden" name="uid" value="<?php echo get_uniqid(); ?>">
          .
          .
          <input type="hidden" name="page" value="<?php echo $page ?>">
          <select name='wr_1'>
            <option value='선택1'>선택1
            <option value='선택2' <?=$selected?> >선택2
          </select>
          <input type="submit" value="선택">
          </form>

 

위와 같은 폼문에서 선택1, 선택2의 글자크기를 변경하는 방법이 있는지 알고 싶습니다. 

이 질문에 댓글 쓰기 :

답변을 작성하시기 전에 로그인 해주세요.
전체 1
© SIRSOFT
현재 페이지 제일 처음으로