[css-d] chrome css problem: border around link not respected

2011-05-17 Thread Paulo Silva
Hi all, I have this small testcase: http://jsfiddle.net/sV8js/ You can see that in Chrome (tested on win7 11.0.696.68) the first 2 links right border is "cut off" and is not shown. FF and IE 7/8/9 seem to show it OK. Anyone knows what's the problem with this approach or how to solve this? (or if

Re: [css-d] chrome css problem: border around link not respected

2011-05-17 Thread David Hucklesby
On 5/17/11 6:07 PM, Paulo Silva wrote: Hi all, I have this small testcase: http://jsfiddle.net/sV8js/ You can see that in Chrome (tested on win7 11.0.696.68) the first 2 links right border is "cut off" and is not shown. FF and IE 7/8/9 seem to show it OK. Anyone knows what's the problem with th

Re: [css-d] chrome css problem: border around link not respected

2011-05-17 Thread Paulo Silva
Sorry, I forgot to mention I found this bug exactly because I'm removing inline-block from my css, so that's what I want to avoid (for IE7 compatibility) :) On Wed, May 18, 2011 at 4:12 AM, David Hucklesby wrote: > On 5/17/11 6:07 PM, Paulo Silva wrote: > >> Hi all, >> >> I have this small testc

Re: [css-d] chrome css problem: border around link not respected

2011-05-17 Thread David Hucklesby
On Wed, May 18, 2011 at 4:12 AM, David Hucklesbywrote: On 5/17/11 6:07 PM, Paulo Silva wrote: Hi all, I have this small testcase: http://jsfiddle.net/sV8js/ [...] I don't know if that's a bug or not. But you will apply more of your CSS to those links if you make them "display: inline-bloc

Re: [css-d] chrome css problem: border around link not respected

2011-05-18 Thread Paulo Silva
thx, tried again with inline-block and this solves the issue without causing too much trouble in IE7 :) On Wed, May 18, 2011 at 6:40 AM, David Hucklesby wrote: > On Wed, May 18, 2011 at 4:12 AM, David >> Hucklesbywrote: >> >> On 5/17/11 6:07 PM, Paulo Silva wrote: >>> >>> Hi all, I ha