Re: [css-d] Problem aligning list

2011-10-07 Thread Brian Jones
>On Fri, Oct 7, 2011 at 2:49 AM, Chetan Crasta  wrote:
> The height of the  is 17px in Firefox but only 8px in Chrome. This can be
> fixed by this:
> #projects-nav li a { height: 17px;}
> Regards,
> Chetan Crasta

Thanks that worked great...


-- 
-bdot
"There are only 10 kinds of people in this world. Those who understand
binary and those who don't"
__
css-discuss [css-d@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] Problem aligning list

2011-10-07 Thread Philippe Wittenbergh

On Oct 7, 2011, at 12:25 PM, Brian Jones wrote:

> I am having an issue aligning the background image(the dash) for the
> li elements (previous and next) on the projects page. Everything
> aligns ok in firefox but in chrome its not aligning correctly
> 
> http://www.aandac.com/boilerplate_2_0/index.html#/projects/

It is a bug in WebKit: incorrect alignment of display:inline-block elements 
with overflow other than visible.
https://bugs.webkit.org/show_bug.cgi?id=36084.

increasing the height of the element as suggested by Chetan helps in this case. 
I don't see any side effects in Gecko or Opera.

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






__
css-discuss [css-d@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] Problem aligning list

2011-10-06 Thread Chetan Crasta
On Fri, Oct 7, 2011 at 8:55 AM, Brian Jones  wrote:

> Hi,
>
> I am having an issue aligning the background image(the dash) for the
> li elements (previous and next) on the projects page. Everything
> aligns ok in firefox but in chrome its not aligning correctly
>
> http://www.aandac.com/boilerplate_2_0/index.html#/projects/
>
>

The height of the  is 17px in Firefox but only 8px in Chrome. This can be
fixed by this:

#projects-nav li a { height: 17px;}

Regards,
Chetan Crasta
__
css-discuss [css-d@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/


[css-d] Problem aligning list

2011-10-06 Thread Brian Jones
Hi,

I am having an issue aligning the background image(the dash) for the
li elements (previous and next) on the projects page. Everything
aligns ok in firefox but in chrome its not aligning correctly

http://www.aandac.com/boilerplate_2_0/index.html#/projects/

Any help would be great.

Thanks


-- 
-bdot
"There are only 10 kinds of people in this world. Those who understand
binary and those who don't"
__
css-discuss [css-d@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/