[css-d] mac os x 10.4 camino/2.0.3

2010-08-18 Thread David Laakso

is adding /vertical/ space between the blocks when there is a text-image 
in the .outer column.

Browser bug or human bug? Is there a simple fix [other than to ap the 
text-image]

markup
http://chelseacreekstudio.com/ca/cssd/ron1.htm
css
http://chelseacreekstudio.com/ca/cssd/ron1_files/micro000.css

Thanks.

Best,
~d



-- 
:: desktop and mobile ::
http://chelseacreekstudio.com/

__
css-discuss [cs...@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] mac os x 10.4 camino/2.0.3

2010-08-18 Thread Philippe Wittenbergh

On Aug 19, 2010, at 7:19 AM, David Laakso wrote:

 is adding /vertical/ space between the blocks when there is a text-image 
 in the .outer column.
 
 Browser bug or human bug? Is there a simple fix [other than to ap the 
 text-image]
 
 markup
 http://chelseacreekstudio.com/ca/cssd/ron1.htm
 css
 http://chelseacreekstudio.com/ca/cssd/ron1_files/micro000.css

It is a Gecko bug (affects anything that uses Gecko 1.9.0 or older). The image 
comes first in then source, than the floated element.

solutions: don't float the div, but position the image (a.p. or float) – or 
float both.

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





__
css-discuss [cs...@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] mac os x 10.4 camino/2.0.3

2010-08-18 Thread David Laakso
Philippe Wittenbergh wrote:
 On Aug 19, 2010, at 7:19 AM, David Laakso wrote:

   
 is adding /vertical/ space between the blocks when there is a text-image 
 in the .outer column.


 http://chelseacreekstudio.com/ca/cssd/ron1.htm

 
 It is a Gecko bug (affects anything that uses Gecko 1.9.0 or older). The 
 image comes first in then source, than the floated element.

 solutions: don't float the div, but position the image (a.p. or float) – or 
 float both.

 Philippe

   






Excellent!  That's  the ticket to ride...

.outer_a img, .outer img { float: left !important; }

Best,
~d

PS Bows and scrapes :-) .



-- 
:: desktop and mobile ::
http://chelseacreekstudio.com/

__
css-discuss [cs...@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] mac os x 10.4 :: camino/ 2.0.3

2010-06-20 Thread David Laakso
Not sure if this is a CSS related error,  a Mac 10.4 :: Camino/2.0.3 
bug, or a js error?

There is a menu in the right-column.

expand all/collapse all works fine.
The first list item accessibility works fine.

The remaining 11 list items /do not / open on click.

markup
http://chelseacreekstudio.com/site/resources/
css
http://chelseacreekstudio.com/site/css/sisu.css

Best,
~d

-- 
http://chelseacreekstudio.com/

__
css-discuss [cs...@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] mac os x 10.4 :: camino/ 2.0.3

2010-06-20 Thread Peter Hammarling
 Not sure if this is a CSS related error,  a Mac 10.4 :: Camino/2.0.3
 bug, or a js error?

 There is a menu in the right-column.

 expand all/collapse all works fine.
 The first list item accessibility works fine.

 The remaining 11 list items /do not / open on click.

 markup
 http://chelseacreekstudio.com/site/resources/
 css
 http://chelseacreekstudio.com/site/css/sisu.css



David, I use Camino 2.0.3 (Intel Mac Mini, OSX 10.5.3) and all the  
items expand correctly, whether you click on the arrowhead or on the  
text.

Camino can be buggy with javascript but in this case all seems hunky  
dory. Don't see why it would be a cache issue but it might be worth  
emptying everything and relaunching.

Peter H.
__
css-discuss [cs...@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] mac os x 10.4 :: camino/ 2.0.3

2010-06-20 Thread Jonny Stephens

On 20 Jun 2010, at 16:15, David Laakso wrote:

 Not sure if this is a CSS related error,  a Mac 10.4 :: Camino/2.0.3 
 bug, or a js error?
 
 There is a menu in the right-column.
 
 expand all/collapse all works fine.
 The first list item accessibility works fine.
 
 The remaining 11 list items /do not / open on click.
 
 markup
 http://chelseacreekstudio.com/site/resources/
 css
 http://chelseacreekstudio.com/site/css/sisu.css

All items are opening with Safari 4.0.5 on 10.6. 

Possible clue: whereas accessibility reveals instantly, the others all slide 
into view.

J
__
css-discuss [cs...@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] mac os x 10.4 :: camino/ 2.0.3

2010-06-20 Thread David Laakso
Peter Hammarling wrote:
 markup
 http://chelseacreekstudio.com/site/resources/

 




 Don't see why it would be a cache issue but it might be worth  
 emptying everything and relaunching.

 Peter H.
   






Ah, persistence... Bingo! 

I had dumped and relaunched the whole ball of confusion twice before my initial 
post.

Guess it just needed a little /extra/ persuasion. 

On yet another dump and relaunch, just now, all seems well on mac os x 10.4.11, 
camino/ 2.0.3.

Thanks.

Best,
~d 







-- 
desktop
http://chelseacreekstudio.com/

__
css-discuss [cs...@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/