Re: [css-d] "CSS3 Please" code and Explorer support

2010-03-29 Thread Gabriele Romanato
Dave, David: this is going to become obsolete with version 9 of IE, which will support most of the CSS3 Color module. bye, ps. check out on MSDN blog. On Mar 29, 2010, at 7:14 AM, David Hucklesby wrote: > On 3/28/10 8:59 PM, Dave M G wrote: >> CSS-d, >> >> I got some code from the "CSS3 Please

Re: [css-d] Another IE6 issue I don't understand

2010-03-15 Thread Gabriele Romanato
e CSS declarations from the ie6fix plugin to your IE6 css file. HTH Gabriele Romanato __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.c

[css-d] IE7 bug with inheritance

2010-03-06 Thread Gabriele Romanato
Hi all! Please read the latest two posts on IE7 on my blog and tell me if I stumbled on something that's well-documented or not. Can you make up a static test? I used JavaScript to create spans in the following structure: Link Try to apply some styles to :hover: nothing happens to links,

[css-d] Opera 10 bug with CSS generated content

2010-02-22 Thread Gabriele Romanato
Update: http://onwebdev.blogspot.com/2010/02/opera-10-bug-with-css-generated-content.html Something is very wrong here :-D Thanks to Philippe && David! http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://dev.css-zib

[css-d] Opera 10 bug with CSS counters

2010-02-22 Thread Gabriele Romanato
http://onwebdev.blogspot.com/2010/02/opera-10-bug-with-css-counters.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://dev.css-zibaldone.com/ (English) __

[css-d] [CSS project] jQuery CSS Parser (beta): who wish to contribute?

2010-02-19 Thread Gabriele Romanato
This is a CSS-related project announce: I've just finished the unstable, buggy, messy beta of my jQuery CSS parser: http://www.css-zibaldone.com/code/jquery/css-parser/beta/ The final version should be entirely rewritten and serve as a mean to parse a CSS file via Ajax. Is there someone of y

Re: [css-d] Jigsaw validator

2010-02-15 Thread Gabriele Romanato
Nope. The order in this case is ignored. Even the color value is regognized as a valid CSS 2.1 color value. If all browsers apply the rule, then the validator is wrong. Token order in shorthand notation is not so fixed. Please report this problem to the validator maintainers. Maybe something

[css-d] IE6Fix: a jQuery pluging for helping in IE6 css debug

2010-02-06 Thread Gabriele Romanato
I know, i know: you don't like JavaScript. but this time this is all about IE6 CSS bugs: http://www.css-zibaldone.com/code/jquery/ie6fix/ I'd like to thank the hasLayout task force for the inspiration. maybe you think I'm a spammer , but I love css-d and that's why I share what I do with you.

Re: [css-d] CSS to break lines in IE8?

2010-02-03 Thread Gabriele Romanato
Nancy, the fact is that IE has a very limited character entities support. Take a look at www.alanwood.net/unicode . bye http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://dev.css-zibaldone.com/ (English) __

[css-d] CSS Demo

2010-01-30 Thread Gabriele Romanato
Hi all! Back again with experimental demos with CSS: http://www.css-zibaldone.com/demo/demos.html Hope you'll enjoy it! bye ;-) Gabriele -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://dev.css-zibaldone.com/

Re: [css-d] CSS Tag cloud

2010-01-13 Thread Gabriele Romanato
Check it out at www.css-zibaldone.com/articles I think it might be useful. ;-) -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://dev.css-zibaldone.com/ (English) __

[css-d] Why JavaScript and CSS can work well together

2010-01-07 Thread Gabriele Romanato
u will see how your daily work on web sites is greatily improved. Happy New Year and best wishes, Gabriele Romanato -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://dev.css

Re: [css-d] strict vs. transitional doctype and rendering differences

2010-01-05 Thread Gabriele Romanato
Honestly, I don't see the point in using a transitional DTD in order to use an iframe. I stumbled on the same problem while developing a recent web site that makes use of a Google Map. I decided to create the iframe through JavaScript, providing a textual description of the map for assistive techno

Re: [css-d] Testing in IE

2009-09-04 Thread Gabriele Romanato
Testing in IE is perhaps the hardest thing on the WWW. If you're testing in IE7-, you _must_ know this document: http://www.satzansatz.de/cssd/onhavinglayout.html Other resources: www.positioniseverything.net www.brunildo.org/test www.gtalbot.org www.css-zibaldone.com/test/ HTH -- http://www.c

Re: [css-d] Sticky footer with form element

2009-08-09 Thread Gabriele Romanato
You can use jQuery to wrap your content without affecting your markup: $(document).ready(function(){ $('#content').wrap(''); }); and then style the newly inserted wrapped element. jQuery is perfect for keeping your markup clean and avoiding presentational markup. bye xxx G. ^.^/ > -- htt

[css-d] [OT] thanks

2009-08-05 Thread Gabriele Romanato
I'm currently working on dev.css-zibaldone.com. this is my way to thank css-d for all the support through my dark moments.thanks. thanks for being a warm place that makes you feel sane when everything seems to go mad. thanks for being my extended family when my family seems to be splitted and scatt

[css-d] Fwd: adding css to js, or the miserable 9 pixels

2009-07-30 Thread Gabriele Romanato
-- Forwarded message -- From: Gabriele Romanato Date: 2009/7/30 Subject: Re: [css-d] adding css to js, or the miserable 9 pixels To: sa...@sandyfeldman.com The JS code provided is really ugly. Using write() is the worst approach, because the img is injected while the page is

Re: [css-d] The SEO plague

2009-07-20 Thread Gabriele Romanato
Theoretically speaking, SEO should have to do with a sort of new wave in the evolution of the www, namely the semanticweb. Just in theory, of course, because SEO is somewhat related to the merciless ranking race that is actually affecting also our way of coding web pages. I'm not agree with you, ho

Re: [css-d] A simple question - h1 before p

2009-07-09 Thread Gabriele Romanato
what's the point?see http://www.jquery.com and you won't need a class anymore ^^/ 2009/7/9 MEM > > These will not work in IE6 either. Your "safest" route is probably to > > follow > > Brian's suggestion and define a class that you can apply. > > No worries, I'm using a class. :) > Thanks for

[css-d] [off-topic] Matilde, a new future member of css-d

2009-06-28 Thread Gabriele Romanato
At 8:34 AM of Saturday, 28 June 2009, my little nephew Matilde was born. I'd like to share my happiness with you, because I regard you as my extended family. I hope she'll become involved with the web when she's older.. but not a net slave, of course! Please welcome Matilde, a great joy in what onc

Re: [css-d] horizontal nav-- camino/seamonkey

2009-05-24 Thread Gabriele Romanato
David, there's no point in trying to deal with older browsers, though they are standard compliant. The best thing you can do is to code for the latest versions of Gecko, Trident, Presto and Webkit. 2009/5/24 David Laakso > re: > > mac os x 10.4.

[css-d] XML and DOM tests

2009-02-21 Thread Gabriele Romanato
This is my last delivery, about the interaction between the DOM and the XML format: http://www.css-zibaldone.com/listing/test/xml-dom/tests.html HTH ^.^ -- http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://mimicry

Re: [css-d] Pragmatic look at our CSS future - ripped from: The CSS Overlords

2009-01-18 Thread Gabriele Romanato
Browser's support is still improving. My opinion is: if we are using CSS for professional purposes, we should take into account also obsolete versions. otherwise, we should drop our support to these browsers. see http://transcendingcss.com ^.^ http://www.css-zibaldone.com http://www.css-zibaldo

[css-d] my first job with CSS

2009-01-12 Thread Gabriele Romanato
www.icosfitness.it/beta/ I've just finished to build up the front-end of this site. Although the client wanted a pixel-by-pixel fixed width, I think this sl...t has done a good job. What do you think about? Destroy me, I'm evil! ^.^/ -- http://www.css-zibaldone.com http://www.css-zibaldone.com

[css-d] CSS and SVG tests

2009-01-06 Thread Gabriele Romanato
http://www.css-zibaldone.com/test/svg/ HTH ^.^/ -- http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://mimicry.css-zibaldone.com (Blog) http://www.flickr.com/photos/gabrieleromanato/ (Flickr) __

[css-d] Help needed for a brand new site (in costruction)

2009-01-04 Thread Gabriele Romanato
Dear all, as you can see, my english resources are scattered through 2 directories. I've realized that although Google seems to like these resources, this is not the best solution for my English-speaking readers. So I've created a 3d-level domain on www.css-zibaldone.com. Now I ask you: what fea

[css-d] new directory and italic bug

2008-12-27 Thread Gabriele Romanato
http://www.css-zibaldone.com/listing/cssd see my new work for you inside it. I love you and I'm sorry for spamming this list with my problems. bye http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://mimicry.css-ziba

[css-d] Firefox bug: table caption width on Mac Os X (interface: Cocoa)

2008-12-02 Thread Gabriele Romanato
http://www.icosfitness.it/beta/scheda.html If you look carefully at the first block of the right column, you will probably notice a gap between the box right edge and the table caption with the shopping chart. This occcurs only in FF 3.0.4. Any suggestion? Did you find anything similar on Bugzi

[css-d] xml and css tests

2008-11-24 Thread Gabriele Romanato
http://www.css-zibaldone.com/test/xml/ hope you enjoy. after the darkness, I'm back. -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://mimicry.css-zibaldone.com/ (Blog) http://www.flickr.com/photos/gabrieleroma

Re: [css-d] IE8b2 min-height preventing margin collapse

2008-11-21 Thread Gabriele Romanato
Glad to see that you are keeping up the good work. I'm working on my new tests on CSS + XML too. bye http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://mimicry.css-zibaldone.com/ (Blog) http://www.flickr.com/photos/g

Re: [css-d] New here!

2008-11-18 Thread Gabriele Romanato
Welcome! Take a look at my links on my signature. Other resources at: www.brunildo.org/test/ www.gunlaug.no www.satzansatz.de/css.html www.positioniseverything.net/ www.communitymx.com HTH. bye ^.^ http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldo

[css-d] The best book on CSS of ever: Ingo Chao's "Fortgeschrittene CSS Techniken"

2008-11-09 Thread Gabriele Romanato
I've read about 11 books on CSS, but the first book of Ingo Chao really strucked me. This book speaks from the real world point of view, not from an abstract idea of CSS as an ideal tool for separating content from presentation. In this book, Ingo shows various techniques that are hard to find ev

[css-d] Fade to black or the standards battle is lost (US election day)

2008-11-03 Thread Gabriele Romanato
I've just finished to validate the markup and the CSS of the sites of Obama and McCain. The results are horrible: thousands errors! While I'm listening to "Fade to black" (Metallica), I'm just wondering why the standard are neglected in such a way. do you have an answer that could save my trust

[css-d] [off-topic] about me

2008-10-04 Thread Gabriele Romanato
I'd like to say that I am not a CSS guru nor a CSS expert. I'm only a sensitive person who hates but still uses the web (aaw, such contradictions are stunning!). I hate it because it's completely alienating. I can stand it only a few minutes in the morning, when I check my mail and delete piles of

[css-d] a great CSS experiment: how to build it

2008-09-18 Thread Gabriele Romanato
Dear all, today I've made a great CSS experiment and I'd like to share it with you. At 11:00 AM I've taken a bus to the local station. I've waited until 11:46 PM. Then I've crossed the railway lines just before the train was arriving. The police didn't agree that this was an experiment, so I was ta

[css-d] my tests on the SVN of the CSS Working Group

2008-09-11 Thread Gabriele Romanato
http://test.csswg.org/svn/CSS2.1-test-suite/incoming/gabriele/ you can see directly the various changes to my latest tests. keep in mind that actually 70% of my old test won't be filed here. only the latest and good ones. xxx ^.^ -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/tes

[css-d] Articles on CSS published!

2008-09-07 Thread Gabriele Romanato
Finally, I've done it: www.css-zibaldone.com/articles/ It took me less than 5 months, but it's done. bye, G. -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://mimicry.css-zibaldone.com/ (Blog) _

[css-d] Copy and Paste: about the Chrome browser

2008-09-04 Thread Gabriele Romanato
Dear all, during my long experience in CSS testing, I've learned a great lesson about web browsers. There are two types of browsers: original browsers and clonings. Original browsers have their own rendering engine which is unique and different from any other browser (Firefox, IE, Safari, Opera), w

[css-d] articles on CSS: what features needed?

2008-09-01 Thread Gabriele Romanato
Hi all! My BD (http://en.wikipedia.org/wiki/Bipolar_disorder) seems to be normal at the time of writing, so I'm going on with my articles on CSS, that will be published next fall. I'd like to know what kind of features you'd like to see in my articles. Please write down a wish list and let me know.

[css-d] site fixed

2008-08-15 Thread Gabriele Romanato
I feel good: http://mimicry.css-zibaldone.com/ fixed the problem of no scrollbars in Firefox Mac. yeah, thanks Philippe! Total make-up: what do you think about? xxx ^.^ -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) __

[css-d] Fwd: acid test on the 'inline-block' value

2008-08-13 Thread Gabriele Romanato
-- Messaggio inoltrato -- Da: Gabriele Romanato <[EMAIL PROTECTED]> Date: 13 agosto 2008 15.13 Oggetto: acid test on the 'inline-block' value A: css test <[EMAIL PROTECTED]> http://www.css-zibaldone.com/test/display/ibacid.html HTH xxx ^.^ -- http:/

[css-d] resources on css for cssd

2008-08-11 Thread Gabriele Romanato
Dear all, I'm in my manic phase of my BD, so here are some useful stuff: www.css-zibaldone.com/listing/ is a repository. surf and let's party! bye xxx ^.^ -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) _

[css-d] Fwd: acid test on the display property

2008-08-07 Thread Gabriele Romanato
-- Forwarded message -- From: Gabriele Romanato <[EMAIL PROTECTED]> Date: 2008/8/7 Subject: acid test on the display property To: css test <[EMAIL PROTECTED]> http://www.css-zibaldone.com/test/display/acid.html HTH xxx ^.^ -- http://www.css-zibaldone.com/ ht

[css-d] Fwd: tests on floats

2008-07-25 Thread Gabriele Romanato
-- Forwarded message -- From: Gabriele Romanato <[EMAIL PROTECTED]> Date: 2008/7/25 Subject: tests on floats To: css test <[EMAIL PROTECTED]> http://www.css-zibaldone.com/test/floats/ http://www.css-zibaldone.com/test/floats/floats.zip HTH ^.^ -- http://www.css-z

[css-d] firefox 3 mac: bug with the msthemecompatible metatag

2008-07-17 Thread Gabriele Romanato
point FF3 mac to http://mimicry.css-zibaldone.com/ and surf the site. you shouldn't see no scrollbar, due to the MSThemeCompatible metatag. credits: Bruno Fassino, my genius! xxx ^.^ -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) ___

[css-d] Fwd: tests on parsing

2008-07-05 Thread Gabriele Romanato
-- Messaggio inoltrato -- Da: Gabriele Romanato <[EMAIL PROTECTED]> Date: 6 luglio 2008 8.29 Oggetto: tests on parsing A: css test <[EMAIL PROTECTED]> http://www.css-zibaldone.com/test/parsing/ http://www.css-zibaldone.com/test/parsing/parsing.zip provided in t

[css-d] easy clearing: a new way?

2008-06-23 Thread Gabriele Romanato
try to change content: "."; with content: "\A"; does it work? IE8?? let me know. xxx ^.^ -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://mimicry.css-zibaldone.com/ __ css-discuss [EMAIL P

[css-d] [personal] CSS as placebo?

2008-06-17 Thread Gabriele Romanato
I'm currenlty working offline on my articles, that will be published next fall or something. I'm managing to write at least 10 articles. Maybe some of you is wondering why I've stopped publishing new tests on CSS. The reason is pretty simple to understand. I don't feel any joy in doing this, at lea

[css-d] Writing CSS articles in English: site structure issues

2008-05-31 Thread Gabriele Romanato
Yesterday I've finished to write my first CSS article in English. This is the first of a series of articles that I'm going to _deliver_ in the next fall or something. I've a problem with my site structure. As some of you know, a page named /articoli.html already exists. My site is static, so I've t

Re: [css-d] relative positioning

2008-05-28 Thread Gabriele Romanato
A thing that people should keep in mind is that position:relative is related to the stack order, not to the hasLayout property. Simply put, an element does _not_ disappear, but is actually covered by the parent/ancestor background. this happens also in other contexts. for example: 1. floats with n

[css-d] IE8 and easy clearing

2008-03-19 Thread Gabriele Romanato
hi all. did someone make some tests about? I'd like to see a wiki page on incutio. G. -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://mimicry.css-zibaldone.com/ __ css-discuss [EMAIL PROTECT

[css-d] Fwd: Tests on generated content

2008-03-13 Thread Gabriele Romanato
-- Forwarded message -- From: Gabriele Romanato <[EMAIL PROTECTED]> Date: 13-mar-2008 9.41 Subject: Tests on generated content To: css test <[EMAIL PROTECTED]> http://www.css-zibaldone.com/test/generate/ notes: http://www.css-zibaldone.com/test/generate/about.tx

[css-d] Tests on CSS tables

2008-02-09 Thread Gabriele Romanato
Hi all! http://www.css-zibaldone.com/test/tables bye G. -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://mimicry.css-zibaldone.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/

[css-d] Apologies (or why xhtml served as application/xhtml+xml is better)

2008-01-12 Thread Gabriele Romanato
Dear all, I want to apologize for the incorrectness of my tests. Although they could seem reasonably compliant, they are all trash if we compare them to xhtml pages served as application/xhtml+xml. I started to write new tests (you can find the old trash at http://www.css-zibaldone.com/test/ ) writ

[css-d] CSS Resources

2007-12-27 Thread Gabriele Romanato
http://www.css-zibaldone.com/risorse/ skip the italian writings. there are about 2957 useful links on 'bookmarks'. bye :) ernie -- http://www.css-zibaldone.com/ http://mimicry.css-zibaldone.com/ __ css-discuss [EMAIL PROTECTED]

[css-d] CSS Geometry

2007-12-26 Thread Gabriele Romanato
http://www.css-zibaldone.com/test/geometry/ happy new year && greetings :-) -- http://www.css-zibaldone.com/ http://mimicry.css-zibaldone.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d Li

[css-d] Fwd: How to contain floats without structural markup

2007-12-21 Thread Gabriele Romanato
-- Forwarded message -- From: Gabriele Romanato <[EMAIL PROTECTED]> Date: 21-dic-2007 19.16 Subject: Re: [css-d] How to contain floats without structural markup To: David Hucklesby <[EMAIL PROTECTED]> I think that when people spend some hours on studying a parser

Re: [css-d] CSS Hacks

2007-12-20 Thread Gabriele Romanato
Hi. Hacks involve CSS parsing. there are tow kind of hacks: valid hacks (which validate) and invalid hacks (which don't validate). 1. * html element Match IE6, 5. 2. *+html element Match IE7 3. element {property /**/: value} avoid IE6 to see the rule. These are valid hacks. Note that a css scan

[css-d] More CSS tests

2007-12-08 Thread Gabriele Romanato
Dear all, here we are: http://www.css-zibaldone.com/test/more/ hope it's useful. bye, Gabriele -- http://www.css-zibaldone.com/ http://mimicry.css-zibaldone.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mail

[css-d] New tests up to coming

2007-12-05 Thread Gabriele Romanato
Dear all, thanks for the support given to my tests. Now I'm rewriting the material in order to make it compliant to the w3c css21 test suite. there will be new tests: 1. pseudo-acid tests 2. alert with css 3. star rating with css 4. image maps (Italy) 5. bar code with CSS .. more Actually I won'

[css-d] CSS Tests

2007-11-19 Thread Gabriele Romanato
Dear all, after a long period of depression, I'm about to publish a book on CSS. during the development, I've collected a long series of tests on CSS. here they are: http://www.css-zibaldone.com/test feel free to use all the code you find within. thanks you all. Gabriele -- http://www.css-zib

[css-d] IE6/7 bug: nested curly braces

2007-11-17 Thread Gabriele Romanato
p {{color: red}} Invalid declration applied only by the "strict parser" of IE. bye ;-) -- http://www.css-zibaldone.com/ http://mimicry.css-zibaldone.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listi

[css-d] Internet Explorer parsing bug: invalid at-rule not ignored: more info

2007-11-01 Thread Gabriele Romanato
s? Thanks. Gabriele Romanato -- http://www.css-zibaldone.com/ http://mimicry.css-zibaldone.com/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Lis

[css-d] Internet Explorer parsing bug: invalid at-rule not ignored

2007-10-31 Thread Gabriele Romanato
@media all { @media screen { p {color: blue;} } } Only IE (5, 6, 7) will apply the rule, which is invalid according to specs. I don't know if this has been yet reported. bye, Gabriele Romanato -- http://www.css-zibaldone.com/ http://mimicry.css-zibaldon

[css-d] opera 9 dropcap test

2007-02-03 Thread Gabriele Romanato
http://gabrieleromanato.altervista.org/css-test/opera/dropcap-test/index.html I hope it's useful. Please forgive me for 2 reasons: 1. my English 2. the depth of the analysis. bye G. -- http://gabrieleromanato.altervista.org/ http://www.css-zibaldone.com/ ___

[css-d] Internet Explorer 6 default style sheet

2007-01-22 Thread Gabriele Romanato
http://gabrieleromanato.altervista.org/css-test/internet-explorer-6-default-style-sheet/index.html I have an hypothetical mind. :-) help me to make it better. thanks in advance. ps. is that hybris? G. -- http://gabrieleromanato.altervista.org/ http://www.css-zibaldone.com/ I'd rather be dead

[css-d] more on IE conjectures

2007-01-22 Thread Gabriele Romanato
It's strange but I was told to read an article that I've translated a couple of months ago. :-) However, my conjectures concern the default style sheet (hypothetical) of IE, and I'm not really interested in haslayout prop. in other words, the article is about the properties that IE uses on certain

[css-d] conjectures on IE

2007-01-22 Thread Gabriele Romanato
http://gabrieleromanato.altervista.org/the-css-switch-project/january-2007/index.html I'd like to have your opinion about. it's very important for me. thanx in advance. bye -- http://gabrieleromanato.altervista.org/ http://www.css-zibaldone.com/ I'd rather be dead than guru ___

[css-d] directory list with css

2006-11-27 Thread Gabriele Romanato
http://gabrieleromanato.altervista.org/map/index.html using google hacks i've found a lot of html 3.2 pages such as this. but hey, this is made with css! enjoy. Gabriele -- http://www.css-zibaldone.com/the-css-switch-project/ __

[css-d] default style sheets for html elements: a sketch of comparison between FF 1.5 and CSS specs

2006-10-24 Thread Gabriele Romanato
http://www.css-zibaldone.com/the-css-switch-project/december-2006/default-style-sheet-for-html-elements/ If someone has made some test, I'll be glad to cite his/her results. bye Gabriele Romanato -- http://www.css-zibaldone.com/the-css-switch-pr

[css-d] blog layout: example of compatibility with IE5 Win

2006-10-23 Thread Gabriele Romanato
#x27;vertical-align' is used to balance 'height: 1%' Suggestions are really appreciated. many thanks for your attention. I hope someone find it useful. bye Gabriele Romanato -- http://www.css-zibaldone.com/the-css-switch-project/ __

Re: [css-d] CSS shapes

2006-10-15 Thread Gabriele Romanato
2006/10/15, Gunlaug Sørtun <[EMAIL PROTECTED]>: > > Gabriele Romanato wrote: > > >>> http://www.css-zibaldone.com/the-css-switch-project > /november-2006/shapes/ > > > Experiments are not useful strictu sensu. that's the basic difference. I > > c

Re: [css-d] CSS shapes

2006-10-15 Thread Gabriele Romanato
2006/10/15, Erik van Dyck <[EMAIL PROTECTED]>: > > Hi Gabriele, > > > > I fully endorse your view. Usefulness can be value in many cases, in art > and games and in many other situations it isn't. It's not needed either. > Happily Leonardo and Michelangelo and Dante had a larger view on life than >

Re: [css-d] CSS shapes

2006-10-15 Thread Gabriele Romanato
2006/10/15, Gene Falck <[EMAIL PROTECTED]>: > > Hi David, Christian, and Gabriele, > > Gabriele wrote: > > > >> > http://www.css-zibaldone.com/the-css-switch-project/november-2006/shapes/ > > >> > > >> a little tribute to Tantek and Mark Schenk. enjoy! > > >> > > >> ps. I've not specified the exact

[css-d] CSS shapes

2006-10-14 Thread Gabriele Romanato
http://www.css-zibaldone.com/the-css-switch-project/november-2006/shapes/ a little tribute to Tantek and Mark Schenk. enjoy! ps. I've not specified the exact versions of the various browsers. all apologies. the latest versions, of course. otherwise, as specified. Gabriele Romanato --

[css-d] IE5 windows test

2006-10-07 Thread Gabriele Romanato
http://www.css-zibaldone.com/the-css-switch-project/october-2006/internet-explorer-5-0-windows-test/ I've made several tests, one of them about forms. If there's something wrong, please let me know. bye all! Gabriele Romanato -- http://www.css-zibaldone.com/the-css-swit

[css-d] css and semantics

2006-09-25 Thread Gabriele Romanato
your answer. everything started out from a hint by Eric Meyer who pointed out at the particular nature of tables. bye Gabriele Romanato -- http://www.css-zibaldone.com/the-css-switch-project/ __ css-discuss [EMAIL PROTECTED] htt

<    1   2   3