Comentarios en: Custom borders with CSS 2.1 http://www.romancortes.com/blog/custom-borders-with-css-21/ Sun, 11 Mar 2018 09:25:27 +0000 http://wordpress.org/?v=2.3.3 Por: Anders http://www.romancortes.com/blog/custom-borders-with-css-21/#comment-2711 Anders Tue, 22 Jun 2010 09:36:29 +0000 http://www.romancortes.com/blog/custom-borders-with-css-21/#comment-2711 Good stuff! Just one small thing. The blockquote also nees a background color in order to degrade in a nice way when images are turned off, otherwise you will get white on white. Keep it up! Good stuff! Just one small thing. The blockquote also nees a background color in order to degrade in a nice way when images are turned off, otherwise you will get white on white.

Keep it up!

]]>
Por: Francisco http://www.romancortes.com/blog/custom-borders-with-css-21/#comment-2378 Francisco Thu, 25 Feb 2010 21:08:47 +0000 http://www.romancortes.com/blog/custom-borders-with-css-21/#comment-2378 Qué es lo que dice estoooo? jaja. Bueno, no entendí mucho, pero igual tu blog es buenísimo. Gracias por compartir tantos conocimientos. Saludos Qué es lo que dice estoooo? jaja. Bueno, no entendí mucho, pero igual tu blog es buenísimo. Gracias por compartir tantos conocimientos.

Saludos

]]>
Por: chris http://www.romancortes.com/blog/custom-borders-with-css-21/#comment-2221 chris Mon, 01 Feb 2010 16:27:26 +0000 http://www.romancortes.com/blog/custom-borders-with-css-21/#comment-2221 "If you use CSS sprites like I did in my example, so you need only one image for the background, then you will be limited in resizing by the height or width of the image. You can always do very long images just as I did in my example." I always choose large images in those cases. ;) It would be great if we were able to add an after pseudoelement to another after pseudoelement. And that is because if you want to create really complex border/shadows/etc you happen to use the element, after and before background, and still needing more. On those cases, I just... cheat ;) I do something like adding the next pseudo element like this .someclass>*:first-child:after and I position it as absolute, and of course if I need even one more, I do the same using last-child (hell I could do it with nth-child, but thats even more dirty) Y..hoy no hubo version en español? :P “If you use CSS sprites like I did in my example, so you need only one image for the background, then you will be limited in resizing by the height or width of the image. You can always do very long images just as I did in my example.”

I always choose large images in those cases. ;)

It would be great if we were able to add an after pseudoelement to another after pseudoelement. And that is because if you want to create really complex border/shadows/etc you happen to use the element, after and before background, and still needing more.
On those cases, I just… cheat ;)

I do something like adding the next pseudo element like this
.someclass>*:first-child:after
and I position it as absolute, and of course if I need even one more, I do the same using last-child
(hell I could do it with nth-child, but thats even more dirty)

Y..hoy no hubo version en español? :P

]]>
Por: deerua http://www.romancortes.com/blog/custom-borders-with-css-21/#comment-2218 deerua Mon, 01 Feb 2010 15:37:42 +0000 http://www.romancortes.com/blog/custom-borders-with-css-21/#comment-2218 http://www.romancortes.com/ficheros/pull-quote.html <strong>THANKS! Now corrected</strong> http://www.romancortes.com/ficheros/pull-quote.html

THANKS! Now corrected

]]>