In IE, iFrames on Pages in Quirks Mode Also in Quirks Mode
Just wanted to make sure that this was documented. ...
Category: Wordpress
Just wanted to make sure that this was documented. ...
Category: Wordpress
Have you ever tried to style the numbers in an ordered list? ...
Category: Wordpress
This article as originally published on February 25, 2008, but is now being completely re-written to be more comprehensive and show modern techniques. Jon Hick's site Hicksdesign is where I first saw the concept of a "body border." In...
Category: Wordpress
One of the ways you can make a triangle with CSS is by using a 45-degree angle gradient on an element that goes from from colored to transparent with an hard split at the half-way point. Then you can...
Category: Wordpress
Let's say in a form you need to allow the user to select a single unique choice. ...
Category: Wordpress
Inspiration from Stephanie Rewis : Using !important in your CSS usually means you're narcissistic & selfish or lazy. Respect the devs to come... For those that don't know, an !important rule works like this: p { color: red !important;...
Category: Wordpress
If you Google around about this problem (at the time of this writing), you'll find some incomplete answers and some other snippets advocating this bad practice: <!-- NO! Bad! --> <iframe src="..." style="visibility:hidden;" onload="this.style.visibility='visible';"></iframe> The reason this is bad...
Category: Wordpress
Block level elements are naturally as wide as their parent element. So let's say you put an <h1> in your <body> (and you've used reset CSS so there is no padding on the body) that <h1> is automatically the...
Category: Wordpress
In looking over my last month's credit card charges, I saw one I didn't immediately recognize: Well, it's a URL: WP-FEE.COM , so I checked it out. It's a redirect to a WordPress.com URL of a page that explains...
Category: Wordpress