| 12345678910111213141516171819202122232425262728 |
- <style>
- div[id^="dropdown-"].ck {
- position: fixed;
- }
- #dropdown-nw {
- top: 20px;
- }
- #dropdown-ne {
- top: 20px;
- right: 20px;
- }
- #dropdown-sw {
- bottom: 20px;
- }
- #dropdown-se {
- bottom: 20px;
- right: 20px;
- }
- </style>
- <div id="dropdown-nw" class="ck ck-reset_all"></div>
- <div id="dropdown-ne" class="ck ck-reset_all"></div>
- <div id="dropdown-se" class="ck ck-reset_all"></div>
- <div id="dropdown-sw" class="ck ck-reset_all"></div>
|