S Sham G Guest Dec 12, 2009 #1 i'm making a website for a college module and i want to change the background colour when i go over the link i'm only using html is it possible?
i'm making a website for a college module and i want to change the background colour when i go over the link i'm only using html is it possible?
M Makiavel New member Dec 12, 2009 #2 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"}
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"}
M Makiavel New member Dec 12, 2009 #3 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"}
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"}