Re: [css-d] IE 5 Mac Border problem.

2006-01-20 Thread Philippe Wittenbergh

On 21 Jan 2006, at 10:50 am, Chris Perkins wrote:

> If you look at this URL with IE 5 Mac you'll see the problem:
>
> http://www.medialab.com/PWMenus/textpositioningtest3156/ 
> textpositioningtest3.html
>
>
> The div in the middle has a background-image (the red pentagon), the
> div's rect is set to the same size as the image.  A big 10px wide
> border has been applied to the div.
>
> IE5 draws the border not around the image, but on top of it.

Known bug
IE Mac calculates the positioning of the background-image based on  
the outer edge of the border-box.

#pentagonshape  {
background: url(textpositioningtest3media/pentagonshape.gif) no- 
repeat 50% 50%;
}
out to fix that.


Philippe
---
Philippe Wittenbergh



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] IE 5 Mac Border problem.

2006-01-20 Thread Chris Perkins

If you look at this URL with IE 5 Mac you'll see the problem:

http://www.medialab.com/PWMenus/textpositioningtest3156/textpositioningtest3.html


The div in the middle has a background-image (the red pentagon), the 
div's rect is set to the same size as the image.  A big 10px wide 
border has been applied to the div.

IE5 draws the border not around the image, but on top of it.

I tried looking this issue up in the standard places (Eric Meyers 
list of IE5 Mac incompatibiltities, etc.) but haven't found anything.

Does anyone have a solution or work-around?

Thanks,

Chris Perkins

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/