====== CSS Dropdowns ====== * description : CSS Dropdowns * author : 오션 * email : shlim@repia.com * lastupdate : 2021-03-31 \\ CSS로 호버할 수 있는(hoverable) 드롭다운 메뉴를 만듭니다.\\ =====Basic Dropdown===== 사용자가 요소 위에 마우스를 올렸을 때 나타나는 드롭다운 박스를 만듭니다.\\ ====예제====

Hoverable Dropdown

Move the mouse over the text below to open the dropdown content.

\\ ====예제 설명==== **%%HTML)%%** 예를 들어 %%%% 또는 %%

Note:We use href="#" for test links. In a real web site this would be URLs

\\ =====Right-aligned Dropdown Content===== {{:wiki:css:css_note:aligneddropdowncontent.png?400|}}\\ 드롭다운 메뉴를 왼쪽에서 오른쪽 대신, 오른쪽에서 왼쪽으로 이동하려면 ''%%right: 0;%%''를 추가합니다.\\ ====예제====

Aligned Dropdown Content

Determine whether the dropdown content should go from left to right or right to left with the left and right properties.

======More Examples====== =====Dropdown Image===== 드롭다운 박스 안에 이미지와 다른 콘텐츠를 추가하는 방법\\ {{:wiki:css:css_note:dropdownimage.png?400|}}\\ ====예제====

Dropdown Image

Move the mouse over the image below to open the dropdown content.

\\ =====Dropdown Navbar===== 네비게이션 바 안에 드롭다운 메뉴를 추가하는 방법\\ {{:wiki:css:css_note:dropdown-navbar.png?400|}}\\ ====예제====

Dropdown Menu inside a navigation Bar

Hover over the "Dropdown" link to see the dropdown menu.

{{tag>오션 CSS Dropdowns}}