Re: [WSG] box-shadow is causing black borders in IE9

2012-04-20 Thread Tom Livingston
I use VMWare and have not run into it... Yet

Sent from iOS 5

On Apr 20, 2012, at 11:17 PM, Al Sparber  wrote:

> On 4/20/2012 10:18 PM, tee wrote:
> 
>> And a google search showed that I am not the only one having this bizzarre 
>> behavior in IE9.
>> 
>> http://stackoverflow.com/questions/10039577/ie9-strange-black-border
> 
> It seems, from your report and the forum link you provided, that it is a 
> problem in Mac virtual machines. I just tried the page on 3 different 
> computers running Windows 7 and IE9 natively and, like Jon, it's fine.
> 
> -- 
> Al Sparber - PVII
> http://www.projectseven.com
> The Finest Dreamweaver Menus | Galleries | Widgets
> Since 1998
> 
> 
> ***
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: memberh...@webstandardsgroup.org
> ***
> 


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] box-shadow is causing black borders in IE9

2012-04-20 Thread Al Sparber

On 4/20/2012 10:18 PM, tee wrote:


And a google search showed that I am not the only one having this bizzarre 
behavior in IE9.

http://stackoverflow.com/questions/10039577/ie9-strange-black-border


It seems, from your report and the forum link you provided, that it is a 
problem in Mac virtual machines. I just tried the page on 3 different 
computers running Windows 7 and IE9 natively and, like Jon, it's fine.


--
Al Sparber - PVII
http://www.projectseven.com
The Finest Dreamweaver Menus | Galleries | Widgets
Since 1998


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***



Re: [WSG] box-shadow is causing black borders in IE9

2012-04-20 Thread Jon Reece
Most likely an issue with Parallels. Looks fine in true Win7 IE9.

- Jon



On Fri, Apr 20, 2012 at 10:18 PM, tee  wrote:

> Can a kind soul helps check this site in IE9.
>
> http://www.veecosmetics.com/
>
> Please browse a few more pages, the borders occur in the #content, #footer
> and the Randomly Picked block but in a few pages I don't see it and
> sometimes it disappear after I move my cursor away from content area. Pages
> that the borders disappear appears random though.
>
> But it doesn't occur in this test page.
> http://jsbin.com/userac/5
>
> I have confirmed it's box-shadow causing it.
>
>
> #footer #random ul,
> #footer, #content
> {-webkit-box-shadow:0 0 2px #ccc;
> -moz-box-shadow: 0 0 2px #ccc;
> box-shadow: 0 0 2px #ccc;}
>
> And a google search showed that I am not the only one having this bizzarre
> behavior in IE9.
>
> http://stackoverflow.com/questions/10039577/ie9-strange-black-border
>
> My version is Windows 7/IE9 via Parallel Desktop.
>
> Thanks!
>
> tee
>


***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***

[WSG] box-shadow is causing black borders in IE9

2012-04-20 Thread tee
Can a kind soul helps check this site in IE9. 

http://www.veecosmetics.com/

Please browse a few more pages, the borders occur in the #content, #footer and 
the Randomly Picked block but in a few pages I don't see it and sometimes it 
disappear after I move my cursor away from content area. Pages that the borders 
disappear appears random though.

But it doesn't occur in this test page.
http://jsbin.com/userac/5

I have confirmed it's box-shadow causing it.


#footer #random ul,
#footer, #content
{-webkit-box-shadow:0 0 2px #ccc;
-moz-box-shadow: 0 0 2px #ccc;
box-shadow: 0 0 2px #ccc;}

And a google search showed that I am not the only one having this bizzarre 
behavior in IE9.

http://stackoverflow.com/questions/10039577/ie9-strange-black-border

My version is Windows 7/IE9 via Parallel Desktop.

Thanks!

tee

***
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
***