Posted by Annemie on 08/03/07 09:43
Hi,
Zie http://www.naturistart.eu/test/test-1.html
The borders of the image in left-colum will give orange color by
a:hover see
script
a.test:link img { border: 2px solid #FFFFFF; }
a.test:visited img { border: 2px solid #FFFFFF; }
a.test:hover img { border: 2px solid #F04704; }
a.test:focus img { border: 2px solid #F04704; }
a.test:active img { border: 2px solid #FFFFFF; }
It works great in IE 7.0 but not in IE6.0. (In the past it did in
IE6.0 but inside <table>).
What is "a.test:focus img" about?
All in the colums:
#column1 {
width: 260px;
height: 710px;
background: #FFFFFF;
float: left;
border-right: 1px dotted #000000;
margin: 5px 5px 0 0;
}
What doe I wrong???
Regards
Loek
Navigation:
[Reply to this message]
|