webtechgroups
LightBlog

Banner Link

Showing posts with label css3 transition dropdown onclick. Show all posts
Showing posts with label css3 transition dropdown onclick. Show all posts

Friday, December 22, 2017

Css3 transition dropdown onclick

December 22, 2017 0
Css3 transition dropdown onclick
Does anyone know how to apply a css3 transition dropdown effect to the navigation-dropdown, since there is no :onclick in css?* * while keeping navigation-dropdown on an auto height (I don't want a fixed height for the dropdown menu). Code: (See example for the entire code) CSS: <style> html {     margin:0;     padding:0; } body {     font-size:100%;     font-family:Arial, sans-serif;    ...