... showing all entries tagged css
Below you will find all posts tagged css ↓
h4x3d.com does not host any illegal content. Links/Files referred to are for educational purposes only.
CSS naked day (09-April)
April 9th, 2008 by jezTags: 2008, css, css naked day, Wordpress
http://naked.dustindiaz.com/ set it up three years ago. However I cannot live without CSS and decided not to participate this time.
If you enjoyed this post, make sure you subscribe to my RSS feed!
Show code on wordpress css
August 22nd, 2007 by jezHi, one of the people commenting here asked for a way of displaying code in one of my themes.
For ages I have been using the following code and it worked flawless in connection with the code markup plugin for wordpress:
.primary pre#hack {
white-space: pre-wrap; /* css-3 */
white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
white-space: -pre-wrap; /* Opera 4-6 */
white-space: [...]
Want no border around input hidden field with css?
August 15th, 2007 by jezToday I worked on a template for another client and run into some strange bug. Well not really a bug, but more of an annoyance that took ten minutes to fix. In the lower part of a site near the commenting box two rectangle border showed up. Obviously this was caused by the input field [...]



