[css-d] Strange border around header image in IE

2010-07-13 Thread Dipesh Parmar
I'm currently working on a site: http://dvpwebdesign.com/test/index.html, where 
i am having issues with a purple border around the header image on every page 
of my website in IE. The header should just have a white background, and works 
fine on Safari, Firefox, Chrome, i've checked the css and cant find any 
instance of a purple border or outline being used for the header or even as a 
background, can anyone help? 

Also, this is the most complex site i've done so far, and its been great fun. 
I've nearly completed phase 1, which was merely to transfer and clean up 
content from the old site, phase 2 will provide more graphics and artwork, more 
interactivity, cms and a lot of other things i havent figured out yet! If 
anyone has any thoughts and tips on the site i would greatly appreciate any 
feedback.

regards

Dipesh
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange border around header image in IE

2010-07-13 Thread Philippe Wittenbergh

On Jul 13, 2010, at 4:05 PM, Dipesh Parmar wrote:

 I'm currently working on a site: http://dvpwebdesign.com/test/index.html, 
 where i am having issues with a purple border around the header image on 
 every page of my website in IE. The header should just have a white 
 background, and works fine on Safari, Firefox, Chrome, i've checked the css 
 and cant find any instance of a purple border or outline being used for the 
 header or even as a background, can anyone help? 

Which version of Firefox are you testing ? Up to the latest release build 
(3.6.6), the image has a border - the 4.1b1 preview doesn't, per bug 452915 
[1], the default border was removed.

The border you see is the default (IE, Firefox) browser setting when an image 
is inside a link.

a img {border: none;}

will remove that.


[1] https://bugzilla.mozilla.org/show_bug.cgi?id=452915

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Strange border around header image in IE

2010-07-13 Thread David Laakso

   
 I'm currently working on a site: http://dvpwebdesign.com/test/index.html







Dipesh,

You may want to view your page in IE/8.  Nothing to do with the fix that 
has been provided for the question you posted...

Best,
~d





-- 
http://chelseacreekstudio.com/

__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/