Hi he hello
I want to make a Div from the custom css/html sections to be shown when hovering over a div inside a page.
I made a little jsfiddle to explain/show what i mean and want.
When implementing the code inside laytheme, It only works half.
#a:hover {... works fine
#a:hover + #b {... doesn't work
I tried to explain as clearly as possible, if not please say so.
Thanks!