Re: [css-d] Text being clipped ...

2012-06-04 Thread mouryan ekambaram
Hi
*my images are coming out of the content box in my gallery page ... can you
tell me what is the problem here
http://projectkrushi.org/krushihome/gallery/*
*
*Regards
Eka
__
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] Text being clipped ...

2012-06-04 Thread mouryan ekambaram
HI

I resolved it using clear:both

Regards
Eka



On Mon, Jun 4, 2012 at 11:51 AM, mouryan ekambaram mouryan3...@gmail.comwrote:

 Hi
 *my images are coming out of the content box in my gallery page ... can
 you tell me what is the problem here
 http://projectkrushi.org/krushihome/gallery/*
 *
 *Regards
 Eka



__
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] Text being clipped ...

2012-06-04 Thread Bob Passaro
Thanks, everybody, for thoughts and suggestions on this. I just went ahead
and did the ugly kludge fix -- made the gutter a little wider between the
main content area and the rule that delineates the sidebar. And then I
turned overflow to visible. I could never really figure out exactly how
many pixels over this would go at most. But it's looking fixed for now.

I actually alerted the webkit project to this -- not sure if it's a bug in
webkit that they can resolve or if it's something I've done wrong.

-Bob




On Sun, Jun 3, 2012 at 1:47 PM, Georg gunla...@c2i.net wrote:

 On 03.06.2012 22:06, Bob Passaro wrote:

 If I end up resorting to this -- at least temporarily, while I figure out
 a
 better solution -- is there a way I can specify that it be in effect only
 on Chrome and Safari?


 Wrapping the specific styles in a proprietary webkit media query...

 @media screen and (-webkit-min-device-pixel-**ratio:0) {
 /* styles for Chrome and Safari here */
 }

 ...will work for a while.

 regards
Georg



 __**__**__
 css-discuss [css-d@lists.css-discuss.org]
 http://www.css-discuss.org/**mailman/listinfo/css-dhttp://www.css-discuss.org/mailman/listinfo/css-d
 List wiki/FAQ -- 
 http://css-discuss.incutio.**com/http://css-discuss.incutio.com/
 List policies -- 
 http://css-discuss.org/**policies.htmlhttp://css-discuss.org/policies.html
 Supported by evolt.org -- 
 http://www.evolt.org/help_**support_evolt/http://www.evolt.org/help_support_evolt/

__
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] Ipad 3 and media queries

2012-06-04 Thread Nancy Johnson
I have a very simple one page site that I just added media queries to
view in all devices.  It is not live, but can be viewed at:
http://www.welcometomycorner.com/webtest/

In the meta tag I added the viewpoint  meta name=viewport
content=width=device-width,initial-scale=1.0 

I am having trouble with my Ipad3.. when I go from landscape to
portrait and back to landscape -- at this point the default is much
larger than my screen.

Do I need to add some special code? am I doing something incorrectly?

Thanks for your time,

Nancy Johnson
__
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] Ipad 3 and media queries

2012-06-04 Thread Micky Hulse
Hi Nancy,

On Mon, Jun 4, 2012 at 3:56 PM, Nancy Johnson njohnso...@gmail.com wrote:
 Do I need to add some special code? am I doing something incorrectly?

See here:

https://gist.github.com/901295

Read the comments there for more info. :)

Cheers,
Micky
__
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] -webkit-tap-highlight-color

2012-06-04 Thread Christian Ziebarth
Thanks for the responses on this issue from Phillipe, Markus, Rick and 
possibly others. None of the solutions seemed to work. The closest I got 
was with Rick's suggestion to add -webkit-text-fill-color in :active 
mode to control the on-tap color. What that did was keep the font color 
the same when the user's finger was down on the pad for the tap as it 
was before the tap but when the user's finger is then lifted off of the 
pad *that* is when the -webkit-text-fill-color would then show.

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