Wednesday, April 6, 2011

Adding Affects

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.

1 comment:

  1. div.info refers a div tag with a class attribute set to "info". div:hover sets behavior for mouse over.

    Can 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.

    ReplyDelete