Hi, I just did that and although it has put the images back in the right place it has messed up the png fix and still got the blue border. I think that the problem is that the images are seen as links (which they are) but adding text decoration: none; to an image??
Same page: http://www.3pointdesign.com/websites2.html - problem is IE6 only Thanks Chris Blake: Visit my Website at 3 Point contact | [EMAIL PROTECTED] - 07816163420 | aim - blakeybounce | msn - [EMAIL PROTECTED] On 6 Jul 2007, at 15:53, Jon Hughes wrote: >> -----Original Message----- >> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] >> discuss.org] On Behalf Of Christopher Blake > > >> How do I remove the blue border from my image links?? They only >> appear in IE6. > > > You already have: > > img, div { > } > > Just add: > > border:0; > > between the { and } > > so... > > img, div { > border:0; > } > ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > IE7 information -- http://css-discuss.incutio.com/?page=IE7 > List wiki/FAQ -- http://css-discuss.incutio.com/ > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/