Recent content by Makiavel

  1. M

    How do you change the background color when going over an image in dreamweaver?

    The event that controls that is the On (RollOver) event. You have to create a 2nd background with the colour you want to appear whenever you pass over the link. Then yo have to write the appropriate code to the link; something like On (RollOver) {background="filename"}
  2. M

    How do you change the background color when going over an image in dreamweaver?

    The event that controls that is the On (RollOver) event. You have to create a 2nd background with the colour you want to appear whenever you pass over the link. Then yo have to write the appropriate code to the link; something like On (RollOver) {background="filename"}
Back
Top