1 Aug
2011
1 Aug
'11
6:03 a.m.
I reload the following, and the link border around the first image disappears. If the problem's in the style attr copying/comparison/etc., I'm failing to see it. I can see that the style has border type of none and border width of 0. I started to try to watch ":link img, :visited img {border: 1px solid}" get applied, but... <html> <body> <a href="whatever.html"> <img src="whatever.jpg"> </a> <button type='submit' name='button'"> <img src="something.jpg" alt="Search"> </button> </body> </html> BTW, Jeremy's valgrind logs have an interesting variety of 1.3 bugs for us now.