effpeetee
12-21-2007, 10:29 AM
Hover will not return to list after selecting. If you go to the site below, you will be presented with a list. If you select "wine" a picture will appear but will not return to the list after.
Obviously I am doing something wrong, and help will be welcomed.
(Original from Bonrouge.
http://www.exitfegs.co.uk/bhover.html
Frank
EDIT
I found the answer from a previous post by AeroSpace_Eng
Remove the position:absolute;
from the hover css
#disjointedText a:hover {
color: #cff;
background:black;
position:absolute;
}
Obviously I am doing something wrong, and help will be welcomed.
(Original from Bonrouge.
http://www.exitfegs.co.uk/bhover.html
Frank
EDIT
I found the answer from a previous post by AeroSpace_Eng
Remove the position:absolute;
from the hover css
#disjointedText a:hover {
color: #cff;
background:black;
position:absolute;
}