본문 바로가기

jsp8

[JSP] context위치 확실하게 선언 @ 1 2 3 Colored by Color Scripter cs @ 2022. 3. 24.
[Spring] Selectbox 자유롭게 쓰기 출처 https://stackoverflow.com/questions/7143738/is-it-possible-to-use-multiple-params-in-the-itemlabel-of-a-formselect-formopt Is it possible to use multiple params in the itemLabel of a form:select/form:option I'm using Spring. I've got a JSP with a form:select in it displaying the list of users. In this situation the username or id won't mean much to the user so I need to show firstname lastnam.. 2020. 7. 29.
[웹접근성] 초점 또는 키보드의 위치를 나타내는 요소가 시각적으로 표시되지 않는 경우 출처1 https://codepen.io/snake/pen/RNNeKw CSS tags images (span:focus) ... codepen.io 출처2 https://naradesign.github.io/article/tabindex.html tabindex=1, tabindex=0, tabindex=-1 tabindex=1, tabindex=0, tabindex=-1 요 며칠 사이 tabindex 속성이 저를 좀 당황스럽게 했습니다. 일반적으로 tabindex 속성은 키보드 접근성을 훼손할 우려가 있기 때문에 평소에 거들떠 보지도 않던 속성인데요. 해외 오픈소스 위지윅 에디터를 벤치마킹 하다가 tabindex="-1" 이라는 코드를 발견한 겁니다. 제가 알기로 소시적에 이런 코드는 표준이 아니었거.. 2020. 3. 24.
[Java] 기억모으기 @ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 .. 2018. 7. 16.
[JSP] URL읽어서 CSS컨트롤하기 Style1234567891011121314151617181920212223242526272829303132333435363738394041@charset "utf-8";#headerAd { width: 100%; height: 30px; position: relative; padding-top: 15px; padding-bottom: 15px; margin-top: 5px; border-bottom: 4px solid #252424; }#headerAd div.util_section { width: 100%; height: 30px; background: #C24322; }#headerAd div.util_section div.util_section_in { width: 980px; display: b.. 2017. 12. 13.