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] webkit colspan and border-bottom

2011-08-08 Thread mouryan ekambaram
This is working fine in firefox  ... may be problem in webkit browsers
like chrome
Regards
Eka





On Mon, Aug 8, 2011 at 5:57 PM, Joergen W. Lang joergen_l...@gmx.de wrote:
 [styling a table]

 I use the following rule to style the first (tbody) column of a table:

 tbody td:first-child {
  font-weight: bold;
  border:      3px solid orange;
 }

 If the tfoot has a colspan  1, the border-bottom of the last cell spans
 across as many cells as are defined in colspan. According to the rule the
 border-bottom should only be shown under the first cell of the last row in
 tbody.

 Test case is here:

   www.joergen-lang.de/test/tabellen-mit-stil.html

 The problem does only occur in webkit.
 Tested with S2+, C8+, and a more or less recent nightly.


 Any ideas, thoughts... are welcome.

 Jørgen Lang
 __
 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-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] Inaccessible block at some screen resolutions

2011-08-05 Thread mouryan ekambaram
Hi Beth Lee,

If you have not solved the problem yet making following changes in
main.css file at line 621:
#gmain3 {
background-image: url(../site_images/backlt2.gif);
color: #FF;
float: left;
margin: 0 2em 2em;
padding: 12px;
width: 722px;
}

Regards
Eka





On Thu, Aug 4, 2011 at 10:48 PM, Beth Lee callib...@gmail.com wrote:
 On this page:
 http://www.callibeth.com/about.php
 the bottom of the div gmain3 is covered up by the footer when the height of
 the browser windows is between 305px and 750px tall.

 It's been 4 years, and it's time to redesign, but I'm looking for a quick
 fix in the meantime. Can anybody suggest something?

 I rue the day I foolishly embraced the sticky footer.

 Regards,

 Beth Lee

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