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/


[css-d] "Expression" hack for IE quirk?

2011-10-07 Thread Keith Purtell
I'm curious as to what some of you may think of this method I saw for 
handling IE's refusal to recognize max/min-width? I had never heard of 
an expression hack.



* html #wrapper {
width: expression( document . body . clientWidth < 972 ? "970px": 
"auto" );

}


- Keith Purtell


__
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] "Expression" hack for IE quirk?

2011-10-07 Thread David Laakso

On 10/7/11 11:56 AM, Keith Purtell wrote:
I'm curious as to what some of you may think of this method I saw for 
handling IE's refusal to recognize max/min-width? I had never heard of 
an expression hack.



* html #wrapper {
width: expression( document . body . clientWidth < 972 ? "970px": 
"auto" );

}


- Keith Purtell




I think you mean IE/6 does not support min/max height or width.
How one handles IE/6 nowadays is a matter of opinion that ranges all the 
way from not supporting it at all  to complete support for it.


If you are supporting IE/6 then that [1] is one of several methods to 
handle the min/max width problem in IE/6.




Best,
Bill and Melina

--
Desktop. Laptop. Tablet. Mobile!
http://chelseacreekstudio.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] "Expression" hack for IE quirk?

2011-10-07 Thread G.Sørtun

On 07.10.2011 17:56, Keith Purtell wrote:
I'm curious as to what some of you may think of this method I saw for 
handling IE's refusal to recognize max/min-width? I had never heard of 
an expression hack.


I have used, and still use, expressions for on sites that should/must 
provide maximum support for IE6.

See...


As you can see I combine min/max in one expression, and check/modify 
expression depending on what mode IE6 is in.


regards
Georg

__
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 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/


[css-d] help with the last item in a menu sprite

2011-10-07 Thread Debbie Campbell
The 'Contact' a:hover effect is showing up on the bottom left below the 
menu bar - there are no HTML errors, and I can't immediately see what's 
happening to cause it to shift:



http://www.redkitecreative.com/projects/paramaya/solution/for-clients/


Can someone help?

--
Debbie Campbell
www.redkitecreative.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] help with the last item in a menu sprite

2011-10-07 Thread Tom Livingston
The UL has a width of 960 and the s add up to 969, unless it's
just too late in the day for me to do math.

Maybe that's it?

On Fri, Oct 7, 2011 at 6:56 PM, Debbie Campbell  
wrote:
> The 'Contact' a:hover effect is showing up on the bottom left below the menu
> bar - there are no HTML errors, and I can't immediately see what's happening
> to cause it to shift:
>
>> http://www.redkitecreative.com/projects/paramaya/solution/for-clients/
>
> Can someone help?
>
> --
> Debbie Campbell
> www.redkitecreative.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/
>



-- 

Tom Livingston | Senior Interactive Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.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] help with the last item in a menu sprite

2011-10-07 Thread Debbie Campbell
That's close - I changed that last image li width from 108 to 99, but 
then I remeasured and found that two of the items were coming it at 
202.5px and 97.5px. I rounded down and that fixed it, thanks for the help.


--
Debbie

On 10/7/2011 5:17 PM, Tom Livingston wrote:

The UL has a width of 960 and thes add up to 969, unless it's
just too late in the day for me to do math.

Maybe that's it?

On Fri, Oct 7, 2011 at 6:56 PM, Debbie Campbell  
wrote:

The 'Contact' a:hover effect is showing up on the bottom left below the menu
bar - there are no HTML errors, and I can't immediately see what's happening
to cause it to shift:


http://www.redkitecreative.com/projects/paramaya/solution/for-clients/

__
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] Text-indent and 100% height issues

2011-10-07 Thread John
At the page linked below, I have a Major paragraph head, a bold sub-head and a 
little paragraph.

Link:  http://coffeeonmars.com/testing/Fix_WPR_Wire.html

In order to get all 3 to left-align with each other and with the headline type 
in the top gray bar, I used margin values for the left to scoot them over.

Looks ok to me, but my question is: was this the correct way for me to move 
them over?

Also, in Win IE 6, why does my center beige area not go all the way to the 
bottom of the browser


Thank you,

John



__
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/