Mon, 2013-10-28 08:18
Does anyone know why a border is shown when a user hovers over one of the images?
http://www.segers-cv.be/centrale-verwarming.html
I don't understand
a img {border: 0px;}
Mon, 2013-10-28 09:04
#1
Hi webman81, It's
Hi webman81,
It's actually,
main.css line 348
a:hover, a:active { background-color: #0088cf;
Mon, 2013-10-28 09:31
#2
That code needs to remain,
That code needs to remain, how can I solve this for the images only?
When I set the background-color to transparent, the problem remains.
Mon, 2013-10-28 22:57
#3
You have to find some way to
You have to find some way to target just the links with images in them.
Look at what contains the links, or give the links a class.
Wed, 2013-10-30 11:57
#4
what is the point
What is the point in having background color as blue on rollover?