[css-d] Alert box with CSS

2010-10-06 Thread Gabriele Romanato
Hi, this is from 2007: http://onwebdev.blogspot.com/2010/10/alert-box-with-css.html I think that's a good test on CSS system colors (which, unfortunately, have been deprecated in CSS3). HTH bye :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/

[css-d] Behind the CSS Scenery of My New Nested List

2010-10-06 Thread Brian M. Curran
Hello, To those of you experienced in nested lists, I have a question. Let's take this as a nested list example: Item1 Item2 Subitem1 Subitem2 Subitem3 Item3 If you built this nested list, would your site architecture that supports it look like 1

Re: [css-d] Behind the CSS Scenery of My New Nested List

2010-10-06 Thread Philip Taylor (Webmaster, Ret'd)
Brian M. Curran wrote: 1. wwwdotdomain.com/subitem1.html 2. wwwdotdomain.com/item2/subitem1.html 2., because subitem1.html could exist under multiple parents. Philip Taylor __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] Behind the CSS Scenery of My New Nested List

2010-10-06 Thread Bobby Jack
--- On Wed, 10/6/10, Brian M. Curran br...@draftingservices.com wrote: If you built this nested list, would your site architecture that supports it look like 1 or 2, for subitem1: 1. wwwdotdomain.com/subitem1.html 2. wwwdotdomain.com/item2/subitem1.html If this really is a question

Re: [css-d] Behind the CSS Scenery of My New Nested List

2010-10-06 Thread Brian M. Curran
Brian M. Curran wrote: 1. wwwdotdomain.com/subitem1.html 2. wwwdotdomain.com/item2/subitem1.html Philip Taylor wrote: 2., because subitem1.html could exist under multiple parents. Thanks!! -Brian __ css-discuss

[css-d] :: ie/7.0 ::

2010-10-06 Thread David Laakso
Why does this page [1] crash IE/7.0 ? [1] http://chelseacreekstudio.com/site/journal/index.php Best, ~grasshopper -- :: desktop and mobile :: http://chelseacreekstudio.com/ __ css-discuss [cs...@lists.css-discuss.org]

[css-d] Disable (and hide) vertical scrollbar

2010-10-06 Thread Donald Fruy
Hi all! I am searching a CSS way to disable a vertical scrollbar on a page. I succeeded with IE with the following CSS code : body { overflow-y: hidden; overflow: auto; } Do you know how to disable vertical scrolling in FF, Chrome and Safari ? Thanks in advance, -- Donald FRUY

Re: [css-d] :: ie/7.0 ::

2010-10-06 Thread David Laakso
On 10/6/10 7:30 PM, Chris F.A. Johnson wrote: On Wed, 6 Oct 2010, David Laakso wrote: Why does this page [1] crash IE/7.0 ? [1] http://chelseacreekstudio.com/site/journal/index.php Perhaps it doesn't like the errors on the page? Wouldn't that be ironic! Correction of the

Re: [css-d] :: ie/7.0 ::

2010-10-06 Thread Alan Gresley
David Laakso wrote: On 10/6/10 7:30 PM, Chris F.A. Johnson wrote: On Wed, 6 Oct 2010, David Laakso wrote: Why does this page [1] crash IE/7.0 ? [1] http://chelseacreekstudio.com/site/journal/index.php Perhaps it doesn't like the errors on the page? Wouldn't that be ironic!

Re: [css-d] :: ie/7.0 ::

2010-10-06 Thread David Laakso
On 10/6/10 9:53 PM, Alan Gresley wrote: Why does this page [1] crash IE/7.0 ? [1] http://chelseacreekstudio.com/site/journal/index.php Hello Grasshopper, Remove that JS within those IE conditional comments and use this valid code. object height=304 width=380

Re: [css-d] Disable (and hide) vertical scrollbar

2010-10-06 Thread Philippe Wittenbergh
On Oct 7, 2010, at 8:35 AM, Donald Fruy wrote: I am searching a CSS way to disable a vertical scrollbar on a page. I succeeded with IE with the following CSS code : body { overflow-y: hidden; overflow: auto; } Do you know how to disable vertical scrolling in FF, Chrome and

Re: [css-d] CSS3 transformations: rotate

2010-10-06 Thread Philippe Wittenbergh
On Oct 6, 2010, at 2:11 AM, Gabriele Romanato wrote: http://onwebdev.blogspot.com/2010/10/css3-transformations-rotate.html Opera seems not to support it. -o-transform: rotate() works just fine here (as one would expect for something that is in a spec in early stages of development).

Re: [css-d] [OT] :: ie/7.0 ::

2010-10-06 Thread Michael Adams
On Thursday 07 October 2010 12:12, David Laakso wrote: Why does this page [1] crash IE/7.0 ? I'm wondering - does anyone else drop all posts/threads from repeat OT posters? I'm considering it here. I have seen some repeatedly being told this is not the appropriate forum for their questions