Tommyrpg1010 (Talk | contribs) |
Tommyrpg1010 (Talk | contribs) |
||
Line 158: | Line 158: | ||
z-index: 100; | z-index: 100; | ||
position: fixed; | position: fixed; | ||
+ | /* Initial Width */ | ||
width: 100px; | width: 100px; | ||
top: 0; | top: 0; | ||
Line 174: | Line 175: | ||
.side-bar:hover { | .side-bar:hover { | ||
+ | /* Width on hover */ | ||
width: 250px; | width: 250px; | ||
} | } | ||
Line 307: | Line 309: | ||
<!-- Sidebar Script --> | <!-- Sidebar Script --> | ||
− | <script> | + | <!-- <script> |
$(document).ready(function() { | $(document).ready(function() { | ||
Line 317: | Line 319: | ||
}); | }); | ||
− | </script> | + | </script> --> |
</head> | </head> | ||
Revision as of 04:22, 10 October 2018
Interactive Cell
Human Practices
Human Practices