Re: [css-d] css slider/slideshow...

2011-04-05 Thread david
David Hucklesby wrote: On 4/4/11 3:00 PM, Michael Beaudoin wrote: Can someone point me to a tutorial on how to create a slider/slideshow in css like the one on the home page here: http://www.finewoodworking.com? I have done many in Flash but I want to get away from that and use a non-Flash

Re: [css-d] css slider/slideshow...

2011-04-05 Thread David Hucklesby
On 4/5/11 1:55 AM, david wrote: David Hucklesby wrote: On 4/4/11 3:00 PM, Michael Beaudoin wrote: Can someone point me to a tutorial on how to create a slider/slideshow in css like the one on the home page here: http://www.finewoodworking.com? I have done many in Flash but I want to get away

[css-d] Overriding presentational tags

2011-04-05 Thread Gabriele Romanato
I've just finished to run a couple of tests on user style sheets. Results are good. I've summarized them here: http://onwebdev.blogspot.com/2011/04/css-overriding-presentational-tags.html Do you know some other techniques? marquee is really hard to override via CSS. Do you know some IE

Re: [css-d] css slider/slideshow...

2011-04-05 Thread Chetan Crasta
Can someone point me to a tutorial on how to create a slider/slideshow in css like the one on the home page here: http://www.finewoodworking.com? I have done many in Flash but I want to get away from that and use a non-Flash solution. I created a Javascript/CSS slideshow in an example to an

Re: [css-d] Drop Down Menu Issue with IE8

2011-04-05 Thread csslist
Have a link to a working example? Would be easier to trouble shoot. Kevin __ 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

Re: [css-d] Drop Down Menu Issue with IE8

2011-04-05 Thread Chris F.A. Johnson
On Tue, 5 Apr 2011, cssl...@bassonhook.com wrote: Have a link to a working example? Would be easier to trouble shoot. Sorry guys, forgot to post back after I figured it out. It was something stupid. I somehow removed the html tag after the doctype declaration. Replaced that and everything

[css-d] calculation of height: auto vs width: auto

2011-04-05 Thread Brendan Miller
Looking through the css spec, it looks like width (of block level non-replaced elements in normal flow) is calculated based on the containing block's width, whereas height is calculated based on the descendant blocks. Thus it's easy to get a div to stretch out horizontally to fill it's containing

Re: [css-d] calculation of height: auto vs width: auto

2011-04-05 Thread Philippe Wittenbergh
On Apr 6, 2011, at 10:47 AM, Brendan Miller wrote: The closest I can come in css seems to be setting the height of content to 100%. However, since the control-bar also takes up vertical space, the content sticks out the bottom. Really what I'd like the height of content to be is 100% the