... showing all entries tagged css
Here 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)
Dated: April 9th, 2008
Tags: 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.
Show code on wordpress css
Dated: August 22nd, 2007
Hi, 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?
Dated: August 15th, 2007
Today 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 [...]

