[css-d] Latest Rounded Corners

2008-05-22 Thread Julián Landerreche
@Kepler (and all) I use the same technique (slightly different markup which doesn't make any difference) that you posted, and after reading this thread, I will try to write an article about this method to illustrate with examples, on a blog where I collaborate. Some advantages: - it's flexible -

[css-d] Firefox bug on CSS white-space property

2007-08-28 Thread Julián Landerreche
Hi all. First: sorry, I'm double posting this on two lists so anyone can confirm this (before reporting to Mozilla). The issue is simple (you will see it better by just creating a testing html with the snippet below): - there is a white-space:nowrap property (in the stylesheet) applied to the a

Re: [css-d] Elegant alternative to br style=clear:both; /?

2007-08-18 Thread Julián Landerreche
I agree. For me, it's the most elegant way. You can find more info here: http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ http://www.sitepoint.com/blogs/2005/02/26/simple-clearing-of-floats/ For me, the perfect implementation of this method is: div { /* the div that