[css-d] Nested floats: a test

2010-11-30 Thread Gabriele Romanato

Hi!
back again:

http://onwebdev.blogspot.com/2010/11/css-nested-floats.html

comments are welcome :-)

HTH

http://www.css-zibaldone.com
http://www.css-zibaldone.com/test/  (English)
http://www.css-zibaldone.com/articles/  (English)
http://onwebdev.blogspot.com/  (English)








__
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] flash element covering nav dropdowns in Chrome

2010-11-30 Thread Jody Levinson

On Nov 29, 2010, at 9:32 AM, Chetan Crasta wrote:

 I don't have a fix, but I have a suggestion: don't use Flash for the
 slideshow. You can have the same slideshow using the CSS opacity
 property (opacity filter for IE) and a little javascript. You can see
 my implementation of this at bagitwise.com .

Chetan, this is very cool. I've been trying to implement your CSS version but 
I'm missing something because it's not working. I do have the javascript file 
included and the CSS validates. I feel like it's close...

I have a test page here: http://evamoon.net/indexcssslideshow.html

Thanks!

--
TroutDream Graphics, Inc.
Always fresh. Never canned.
http://troutdream.com
425-883-8277


__
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] Nested floats: a test

2010-11-30 Thread David Laakso

On 11/30/10 12:27 PM, Gabriele Romanato wrote:

Hi!
back again:

http://onwebdev.blogspot.com/2010/11/css-nested-floats.html

comments are welcome :-)

HTH





It spins the pinwheels of my mind...

Josef
http://josefalbersgallery.blogspot.com/

--
:: 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] span:link and span:visited

2010-11-30 Thread Michael McGinnis
Using Javascript, clicking on a span either shows or hides a div. But I want
to make the span disappear after I click on it. I see that I can style
span:hover and span:active, but not span:visited, since it's not actually a
link. But is there a counterpart or workaround? Or would this be done using
Javascript rather than CSS?
__
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] span:link and span:visited

2010-11-30 Thread David Hucklesby

On 11/30/10 4:00 PM, Michael McGinnis wrote:

Using Javascript, clicking on a span either shows or hides a div. But I want
to make the span disappear after I click on it. I see that I can style
span:hover and span:active, but not span:visited, since it's not actually a
link. But is there a counterpart or workaround? Or would this be done using
Javascript rather than CSS?


That's hard to answer without seeing some code and a better idea of what 
you are trying to do. But CSS does give you a number of options for 
showing and hiding content. You can shift stuff that's inside an element 
with overflow: hidden; on it, for example. Look into the :target 
pseudo-element as well--available on most browsers, and also in IE 6-8 
with Dean Edwards's ie9.js -


http://ie7-js.googlecode.com/svn/test/index.html

Cordially,
David
--
__
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] how do i get rid of space at the top of page

2010-11-30 Thread Matthew P. Johnson
 

http://applegateelements.com/new/test/index.htm

 

Sincerely, 

 

Matthew P. Johnson | Eco I.T.

708 Bay Road Mill Valley CA 94941 | 415.254.1563 |  http://ecoitsf.com/
ecoitsf.com

P Please consider the environment before printing this email.

 

__
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] how do i get rid of space at the top of page

2010-11-30 Thread david

Matthew P. Johnson wrote:


http://applegateelements.com/new/test/index.htm


What space at top of page?

The Applegate Elements graphic looks bad shrunk down. When I turned off 
CSS on your page, it became readable.


Using FF 3.6.12 on Linux.

--
David
gn...@hawaii.rr.com
authenticity, honesty, community
__
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/