[css-d] Vendor prefixes and validation

2010-12-20 Thread Gabriele Romanato
In response to the criticisms moved against my CSS template #1, here's my point of view on that matter: http://onwebdev.blogspot.com/2010/12/css-vendor-prefixes-and-validation.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English)

[css-d] A greeting card with CSS: happy season's holidays

2010-12-20 Thread Gabriele Romanato
Happy season's holidays to all css-d: http://onwebdev.blogspot.com/2010/12/greeting-card-with-css.html 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-d] Scaling and resizing images

2010-12-17 Thread Gabriele Romanato
Another introductory tutorial for CSS beginners: http://onwebdev.blogspot.com/2010/12/css-scaling-and-resizing-images.html Advanced CSS coders should comment pitifully. :-) HTH http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/

[css-d] CSS Templates 1: Outside The Box

2010-12-16 Thread Gabriele Romanato
During my work I spend a lot of time searching for CSS templates, and I'm always struck by the fact that __all__ the templates I find are non-semantical and with enormous fixed widths... I know that if you want to post something on Theme Forest you have to stick to pixels and divitis but,

[css-d] Articles on CSS: contributors needed

2010-12-13 Thread Gabriele Romanato
As PIE with their guest articles, I definitely decided to get some fresh ideas from you, the members of the most important mailing list on CSS. I need some contributors for guest posts on the CSS category on my Onwebdev. But there's a problem: at the moment the only thing I can offer is

[css-d] ::first-word pseudo-element: a jQuery solution

2010-12-12 Thread Gabriele Romanato
Since I cannot sleep this early morning, I found a jQuery solution to the problem mentioned in the previous messages: http://onwebdev.blogspot.com/2010/12/jquery-chunkify-plugin.html ok, it's not CSS but it seems to work... or not? I dunno! :-) let me know bye http://www.css-zibaldone.com

[css-d] Web development without Internet Explorer

2010-12-11 Thread Gabriele Romanato
Hi. I'm just seeking volunteers for a radical change in how we think coding in general. I respect the backward-compatibilty point of view but, nonetheless, I can't say it's Gospel. hope this would be useful for a stimulating discussion:

[css-d] ::first-word pseudo-element (and other pseudo-ideas)

2010-12-11 Thread Gabriele Romanato
I'm following an interesting discussion on www-style about new ideas for new pseudo-elements in CSS3. Latest entries concern the ::first- word pseudo-element. I quote the most relevant ones:

[css-d] Positioning navigation menu items

2010-12-09 Thread Gabriele Romanato
This is a problem that occurs when we have two separate blocks and we want the second block appear within the first without changing our markup. here are my 2 cents on this: http://onwebdev.blogspot.com/2010/12/css-positioning-navigation-menu-items.html HTH :-) http://www.css-zibaldone.com

[css-d] Image captions with generated content

2010-12-08 Thread Gabriele Romanato
Hi! this works only in Opera: http://onwebdev.blogspot.com/2010/12/css-image-captions-with-generated.html :-( 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-d] Floated images: clearing and containing

2010-12-07 Thread Gabriele Romanato
, or, in nuce, with a server-side language, but in this case you have to know in advance what paragraph will contain the floated image. HTH Gabriele Romanato ps. if you run a deep search through the jQuery category of my blog, you fill find some posts that explain the JS technique in details

[css-d] Styling blog comments

2010-12-06 Thread Gabriele Romanato
Hi all! My 2 cents on the subject: http://onwebdev.blogspot.com/2010/12/css-styling-blog-comments.html 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-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-d] Printing URLs with generated content

2010-11-25 Thread Gabriele Romanato
way... HTH :-) Gabriele Romanato 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

[css-d] CSS prototypes

2010-11-22 Thread Gabriele Romanato
Hi. Maybe I'm reinventing the wheel but I noticed that many development teams still follow the HTML and CSS plus graphics approach. I found out that this approach is a mess. I've been there myself: http://onwebdev.blogspot.com/2010/11/css-prototypes.html HTH :-) http://www.css-zibaldone.com

[css-d] Default styles for XML elements

2010-11-15 Thread Gabriele Romanato
:-) Gabriele Romanato 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

Re: [css-d] XHTML or not?

2010-11-10 Thread Gabriele Romanato
used to HTML5. I'm not saying that you should use all its elements, but only to take the habit of writing HTML5 documents. You'll find out that HTML5 is really like HTML4, but with a lot of improvements. bye :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test

Re: [css-d] A question on CSS compression and minifcation

2010-11-07 Thread Gabriele Romanato
Thanks Chetan! :-) 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

[css-d] A question on CSS compression and minifcation

2010-11-06 Thread Gabriele Romanato
compression via PHP, but I don't know if this will succeed on a shared host. Hope you have some answer, as always. bye Gabriele Romanato :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com

Re: [css-d] div id=nav VS. nav

2010-10-18 Thread Gabriele Romanato
support them but Firefox 4 does. So the point is: use divs for now, and later, when these new elements will be widely supported, change div=nav to nav. HTH. Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles

[css-d] Writing efficient user style sheets

2010-10-11 Thread Gabriele Romanato
writing. thanks! :-) Gabriele Romanato 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

[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/ (English

[css-d] CSS3 transformations: rotate

2010-10-05 Thread Gabriele Romanato
Hi. http://onwebdev.blogspot.com/2010/10/css3-transformations-rotate.html Opera seems not to support it. In IE9's feature list there's no sign of it. :-( HTH bye Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com

Re: [css-d] CSS3 multiple background images

2010-10-05 Thread Gabriele Romanato
Good advice thanks! On Oct 5, 2010, at 5:52 PM, Alan Gresley wrote: Gabriele Romanato wrote: Hi, I think this post will be useful for beginners: http://onwebdev.blogspot.com/2010/10/css3-multiple-background-images.html HTH ^^/ bye Gabriele Romanato Hello Gabriele, Why not just use border

[css-d] CSS3 multiple background images

2010-10-03 Thread Gabriele Romanato
Hi, I think this post will be useful for beginners: http://onwebdev.blogspot.com/2010/10/css3-multiple-background-images.html HTH ^^/ bye Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http

[css-d] Table-based layouts are NOT dead

2010-10-02 Thread Gabriele Romanato
Hi fellas! The battle against tag soup and broken standards still keeps going: http://onwebdev.blogspot.com/2010/10/css-table-based-layouts-are-not-dead.html Hope this is useful for a discussion. bye Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English

[css-d] Styling form elements

2010-09-21 Thread Gabriele Romanato
Hi! Hope this might be useful for beginners: http://onwebdev.blogspot.com/2010/09/css-styling-form-elements.html HTH ^^ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com

[css-d] Managing import rules

2010-09-13 Thread Gabriele Romanato
Hi all, here are my 2 cents on the subject: http://onwebdev.blogspot.com/2010/09/css-managing-import-rules.html HTH ^^ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com

[css-d] How opposite floats work

2010-09-12 Thread Gabriele Romanato
Hi. I think that's something often underinvestigated: http://onwebdev.blogspot.com/2010/09/css-how-opposite-floats-work.html HTH Bye Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http

[css-d] Some obscure details of CSS

2010-09-08 Thread Gabriele Romanato
Hi all. I hope this post will contribute to a useful discussion: http://onwebdev.blogspot.com/2010/09/some-obscure-details-of-css.html HTH. Bye Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http

[css-d] Some obscure details of CSS: China-friendly version

2010-09-08 Thread Gabriele Romanato
I've been using CSS for almost six years. During this period, sometimes I wondered about some obscure details of CSS specifications. These details are listed below. • LAYERING AND STACKING ORDER When elements are absolutely positioned, it's crucial to determine how they should be

[css-d] Normalizing CSS inline breadcrumbs menus

2010-08-25 Thread Gabriele Romanato
Hi all! A simple solution: http://onwebdev.blogspot.com/2010/08/jquery-normalizing-css-inline.html HTH ^^ Gabriele Romanato 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-d] Extending the border-collapse property to all elements

2010-08-25 Thread Gabriele Romanato
Hello. I don't know if the subject has already been discussed. Anyway, here are my 2 cents: http://onwebdev.blogspot.com/2010/08/css-extending-border-collapse-property.html HTH. Bye Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css

[css-d] Supporting legacy browsers considered harmful

2010-08-18 Thread Gabriele Romanato
Hi. Here's another topic for debate: http://onwebdev.blogspot.com/2010/08/supporting-legacy-browsers-considered.html HTH ^^ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http

[css-d] An image gallery with table values

2010-08-15 Thread Gabriele Romanato
Hi. Here's this new showcase: http://onwebdev.blogspot.com/2010/08/css-image-gallery-with-table-values.html HTH ^^/ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com

[css-d] Table caption background image

2010-08-14 Thread Gabriele Romanato
Hi. Here's my 2 cents on the subject: http://onwebdev.blogspot.com/2010/08/css-table-caption-background-image.html HTH ^^ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com

[css-d] CSS3 animations considered harmful

2010-08-10 Thread Gabriele Romanato
Hi! need some responses and criticisms about my opinions expressed right here: http://onwebdev.blogspot.com/2010/08/css3-animations-considered-harmful.html HTH ^^/ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com

Re: [css-d] drop shadows

2010-08-09 Thread Gabriele Romanato
Hi! The CSS way is using text-shadow: h1 {text-shadow: 3px 3px 3px #ccc} Another way is using 2 wrappers: h1spanText/span/h1 h1 span { position: relative; top: 3px; left: 3px; color: #ccc; } Finally, you can use image replacement and graphics: h1 { background:

[css-d] A level bar graph with CSS

2010-08-07 Thread Gabriele Romanato
Hi! enjoy this demo: http://onwebdev.blogspot.com/2010/08/level-bar-graph-with-css.html HTH HTU (Hope This is Useful) ^^ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com

[css-d] CSS internationalization: transliteration

2010-08-05 Thread Gabriele Romanato
Hi! Just some notes after an useful conversation that I had this morning: http://onwebdev.blogspot.com/2010/08/css-internationalization.html HTH :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English

Re: [css-d] print stylesheet

2010-08-02 Thread Gabriele Romanato
it but with unexpected results. So the best thing you can do is using a fallback solution, like specifying a certain amount of padding and margins to push the footer bottomside. Of course you need to perform some calculations on each page. HTH ^^ Gabriele Romanato http://www.css-zibaldone.com

[css-d] CSS3: the border-radius shorthand property

2010-07-27 Thread Gabriele Romanato
Hi! just a quick info on something that I found a little tricky, especially with all those browser extensions and prefixes: http://onwebdev.blogspot.com/2010/07/css3-border-radius-shorthand-property.html HTH ^^/ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test

[css-d] CSS turned off: a good approach to web development

2010-07-26 Thread Gabriele Romanato
Hi! Just some new reflections on this topic: http://onwebdev.blogspot.com/2010/07/css-turned-off-good-approach-to-web.html HTH. ^^ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http

Re: [css-d] Links Defaulting On Page

2010-07-26 Thread Gabriele Romanato
Hi! you should fix these errors first: line-height: 1.7em; /* correct */ you missed a ; token, so browsers will skip an entire rule. HTH bye http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English)

Re: [css-d] where would i find help for this?

2010-07-24 Thread Gabriele Romanato
Hi! you basically need two things to do this: CSS and JavaScript. CSS: floats to handle the alignment of the images JavaScript: to create the slideshow for JS, search for 'javascript slideshow' or 'jquery slideshow'. take a look at the source code of that page and check out what library

[css-d] Using CSS comments for debugging

2010-07-24 Thread Gabriele Romanato
Hi! Just a quick reflection on an useful feature of CSS comments: http://onwebdev.blogspot.com/2010/07/using-css-comments-for-debugging.html HTH ^^ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English

Re: [css-d] rss question

2010-07-24 Thread Gabriele Romanato
Hi. You have always to give the address of the RSS feed, not of your website. RSS works this way: www.site.com/rss/ btw, this message is rather OT. ^^ Gabriele http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English)

[css-d] Problems with CSS layouts: bugs and anomalies

2010-07-23 Thread Gabriele Romanato
Hi! Just some reflections to avoid confusion with CSS debugging: http://onwebdev.blogspot.com/2010/07/problems-with-css-layouts-bugs-and.html HTH. bye ^^ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles

[css-d] The auto value of the top property

2010-07-22 Thread Gabriele Romanato
Hi! Just a quick reminder on a technique that I find really useful sometimes: http://onwebdev.blogspot.com/2010/07/css-auto-value-of-top-property.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English)

Re: [css-d] id and class selectors

2010-07-21 Thread Gabriele Romanato
Kris, you should basically use cascade. For example, if you have a structure like this: div id=test ul li/li !--more-- /ul div you can do this: #test ul {} #test ul li {} if you want to apply particular styles to several lis, you can use classes. On the contrary, if you want to stylize

[css-d] CSS IDs and class selectors: details

2010-07-20 Thread Gabriele Romanato
Hi! Today's my birthday. Here's a gift for you: http://onwebdev.blogspot.com/2010/07/css-id-and-class-selectors-details.html HTH ^^/ Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http

[css-d] CSS3: The :not (negation) pseudo-class

2010-07-17 Thread Gabriele Romanato
Hi! just a quick explaination here: http://onwebdev.blogspot.com/2010/07/css3-not-negation-pseudo-class.html 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-d] Absolute positioning and CSS tables

2010-07-14 Thread Gabriele Romanato
Hi. Just some new reflections on some past tests: http://onwebdev.blogspot.com/2010/07/absolute-positioning-and-css-tables.html HTH. Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http

[css-d] CSS3: The border-opacity property (proposal)

2010-07-12 Thread Gabriele Romanato
Hi! I never take a vacation: http://onwebdev.blogspot.com/2010/07/css3-border-opacity-property.html I hope they will take this into account (seen a lot of posts on the subject, mainly about the use of RGBA values, not a property per se). :-) HTH. Hugs, Gabriele Romanato ^.^/ http

[css-d] Negative text-indent: lack of details in the specs

2010-07-09 Thread Gabriele Romanato
Hi all! Just some reflections: http://onwebdev.blogspot.com/2010/07/why-negative-css-text-indent-doesnt.html we need to make more tests on this issue. HTH bye Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles

[css-d] JQuery and hasLayout

2010-07-05 Thread Gabriele Romanato
Hi all! Please don't blame me for this.. I hope you find it useful as a testing tool or procedure: http://onwebdev.blogspot.com/2010/07/jquery-object-detection-and-haslayout.html HTH :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http

Re: [css-d] Why scrollbars in IE7?

2010-07-02 Thread Gabriele Romanato
Bonjour Ellen, I see some italic text at the bottom of your page. Maybe this test of mine might be helpful: http://www.css-zibaldone.com/listing/cssd/italic-bug/floats-positioning.html HTH :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http

[css-d] Internet Explorer, hasLayout and ordered lists

2010-07-01 Thread Gabriele Romanato
Just a quick reminder on something happened to me yesterday: http://onwebdev.blogspot.com/2010/07/internet-explorer-haslayout-and-ordered.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English)

[css-d] Extreme CSS typography

2010-06-30 Thread Gabriele Romanato
Hi! Quite exaggerating this time: http://onwebdev.blogspot.com/2010/06/extreme-css-typography.html HTH :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English

Re: [css-d] Test on box-shadow and border-radius

2010-06-26 Thread Gabriele Romanato
Post your notes on my blog! Really interesting! :-) 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-d] Test on box-shadow and border-radius

2010-06-25 Thread Gabriele Romanato
Hi all! Just finished this: http://onwebdev.blogspot.com/2010/06/test-on-css3-box-shadow-and-border.html HTH. :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com

Re: [css-d] Test on box-shadow and border-radius

2010-06-25 Thread Gabriele Romanato
Cool tooltips indeed! Stunning demo. thanks for sharing! :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English)

Re: [css-d] Test on box-shadow and border-radius

2010-06-25 Thread Gabriele Romanato
You always have a different view of technical things. I think that web development would be pretty boring without your insights :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/

[css-d] Test on CSS complex floats

2010-06-23 Thread Gabriele Romanato
Hi all! Hope that's useful: http://onwebdev.blogspot.com/2010/06/test-on-css-complex-floats.html 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-d] Tests on HTML5 video and CSS

2010-06-21 Thread Gabriele Romanato
Dear all, just finished to do these: http://onwebdev.blogspot.com/2010/06/tests-on-html5-video-and-css.html HTH. bye :-) 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-d] Generating a multiplication table with CSS

2010-06-20 Thread Gabriele Romanato
Hi! This is an advanced demo on CSS counters: http://onwebdev.blogspot.com/2010/06/generating-multiplication-table-with.html hope you find it interesting. bye :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles

Re: [css-d] Generating a multiplication table with CSS

2010-06-20 Thread Gabriele Romanato
Hi Jay! thanks for the appreciation. our team is really clunky. my father says that our team looks like a bunch of old-timers retired :-D however, better stick to CSS :-D ^.^ thanks again bye :-) Gabriele http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English)

Re: [css-d] An image gallery with a definition list and CSS

2010-06-19 Thread Gabriele Romanato
@David Laakso Too wise, too strong :-) 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

[css-d] Styling an hCard with CSS

2010-06-19 Thread Gabriele Romanato
Hi all! An hCard is a microformat specification. I've played a little bit with it: http://onwebdev.blogspot.com/2010/06/styling-hcard-with-css.html Here we don't need a 100% support to IE6, simply because this browser (but also 7 and 8), doesn't support microformats. HTH :-) Gabriele

[css-d] Centering the text of a legend with CSS

2010-06-18 Thread Gabriele Romanato
Hi all! I'm sorry for using an extra span here: http://onwebdev.blogspot.com/2010/06/centering-text-of-legend-element-with.html do you have a better solution, fixes, workarounds? please comment here or on the post. thanks! :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css

[css-d] An image gallery with a definition list and CSS

2010-06-18 Thread Gabriele Romanato
of the 9 rules governing float behavior (that saying: when there's no more space available, put the float on the next line). Actually, floats inside the dl element are _contained_ but NOT cleared. Suggestions? Improvements? Let me know! :-) Gabriele Romanato http://www.css-zibaldone.com http

Re: [css-d] CSS generated content and positioning

2010-06-16 Thread Gabriele Romanato
Thanks! Bye :-) 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

[css-d] Apache directory listing with CSS

2010-06-16 Thread Gabriele Romanato
I'd like to propose the following solution to the Apache Foundation. Do you think it's a good idea? http://onwebdev.blogspot.com/2010/06/apache-directory-listing-with-css.html HTH :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English)

[css-d] CSS generated content and positioning

2010-06-15 Thread Gabriele Romanato
-generated-content-and-positioning.html HTH :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English

Re: [css-d] Pure CSS fisheye menu with icons: a demo

2010-06-14 Thread Gabriele Romanato
Cool! Very smooth. I like it. Could you please post a comment to my post with the link of your nice demo? thanks! ps. your demo is really much more future-friendly! fantastic! :-) Gabriele http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English)

[css-d] Pure CSS fisheye menu with icons: a demo

2010-06-13 Thread Gabriele Romanato
Hi all! I'm pretty inspired this time: http://onwebdev.blogspot.com/2010/06/pure-css-fisheye-menu-with-icons.html I didn't test it in IE before publishing it, though. Well, IE has its height: 100%, but I'm not sure that a#id:hover will work... thanks for your attention! bye :-) Gabriele

[css-d] CSS forms : default styles

2010-06-11 Thread Gabriele Romanato
Hi all, some reflections that I think may be helpful to many of you: http://onwebdev.blogspot.com/2010/06/css-forms-tutorial-default-styles.html HTH :-) Gabriele http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English)

[css-d] Text input height and CSS font size/family

2010-06-10 Thread Gabriele Romanato
Hope these tests will be useful: http://onwebdev.blogspot.com/2010/06/text-input-height-and-css-font.html HTH :-) Gabriele :-) http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English)

Re: [css-d] Text input height and CSS font size/family

2010-06-10 Thread Gabriele Romanato
So your tests highlight the input box adapts to font size and family? Nope. As the title of the tests say, only their _height_. For that reason I specified a width for the input elements. Input elements are inline-block elements. the problem you mentioned: label for=testTest/label

[css-d] CSS forms: default styles

2010-06-10 Thread Gabriele Romanato
Hi! Regarding my last discussion, this is something that may interest many of you: http://onwebdev.blogspot.com/2010/06/css-forms-tutorial-default-styles.html HTH :-) Gabriele http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/

Re: [css-d] IE button issues

2010-06-09 Thread Gabriele Romanato
IE has notorious problems with pseudo-classes attached to classes. If you want to achieve this effect: function emulateActive() { var inputs = document.getElementsByTagName('input'); for(var i=0; i inputs.length; i++) { var input = inputs[i]; if(input.className ==

[css-d] CSS visited links and generated content

2010-06-05 Thread Gabriele Romanato
Hi there! just made this test/showcase: http://onwebdev.blogspot.com/2010/06/css-visited-links-with-generated.html HTH. :-) Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http

[css-d] CSS: a static standard

2010-06-05 Thread Gabriele Romanato
Hi, a personal view about one problem of CSS that I'd like to share with you for getting some feedback and (I hope) a useful discussion without preconceived ideas: http://onwebdev.blogspot.com/2010/06/css-static-standard.html bye Gabriele Romanato http://www.css-zibaldone.com http

[css-d] Feedback needed: improving the quality of my CSS posts

2010-06-04 Thread Gabriele Romanato
turning into an obsessive-compulsive blogaholic, but this is the way I am now. Btw, I've put up a list of my recent, useless demos at http://dev.css-zibaldone.com/demos/ list.php ... these need some feedback too. Be very sincere. Don't be afraid: you won't hurt me. thanks! Gabriele Romanato http

[css-d] Clearing floats with display: table: an improvement to the Easy Clearing for the new browser generation

2010-05-23 Thread Gabriele Romanato
in some psychiatric county hospital with a good Wi-Fi connection. :-D Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English

Re: [css-d] validators tied up today?

2010-05-12 Thread Gabriele Romanato
Honestly speaking guys, I don't see the point with using the W3C CSS Validator today. If you need parsing check, it's already performed by most browsers. If you need version checking, simply stick to each style definition explained in the specs. For example, simply add profile=cssn to your

[css-d] Notes on CSS generated content tests

2010-05-05 Thread Gabriele Romanato
Dear all, sorry for the delay but here they're: http://onwebdev.blogspot.com/2010/05/notes-on-css-generated-content-tests.html HTH Gabriele Romanato http://www.css-zibaldone.com http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http

Re: [css-d] ADMIN: a warning for Gmail users

2010-04-21 Thread Gabriele Romanato
Hi Eric! my account was also affected. I've already changed my password. thanks. ^^ -- http://www.css-zibaldone.com/ http://www.css-zibaldone.com/test/ (English) http://www.css-zibaldone.com/articles/ (English) http://onwebdev.blogspot.com/ (English)

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 web

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

2010-03-15 Thread Gabriele Romanato
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.com/ List policies -- http

[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: ul id=navigation lia href=spanLink/span/a/li /ul Try to apply some

[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] 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)

[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

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

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
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-zibaldone.com/ (English

<    1   2   3   >