Today I spend my time trying to figure out why the affect was not working. The error I had was that I did not name the two divs the same name so they did not know what they were doing. I change the main and the CSS names and label it the same
(div.info) and
(div:hover) but now the problem is that I need to place it in the right place.
div.info refers a div tag with a class attribute set to "info". div:hover sets behavior for mouse over.
ReplyDeleteCan you include the css declaration block where you style these two selectors in a future blog post? It would be great to see what you are trying to do this them.