I've got the code bellow and i want it to wait 1 second before showing. Also when it shows and hides, to do it in a transition of about a second. I'm really struggling and the help would be really appreciated.
- ol.top{ list-style-type: none; margin: 0px; padding: 0px; position:relative; float:left;}
- ol.top li { float: left; border: 1px solid silver;}
- div.sublist { display: none; }
- li:hover a.show + div.sublist { display:block; opacity: 1.0; }
- a.show:hover + div.sublist { display:block; opacity: 1.0; }
- div.sublist:hover { display:block; opacity: 1.0; }
It would mean allot if you could do something for me.