A couple months back I released a wordpress theme called Retro Purple. Since then, I didn’t release any Wordpress themes or any other useful resources at all, which I think is a point to improve. That’s why I thought of something in the CSS corner.
Free CSS menu’s
In the future, I will be releasing free CSS [...]
I wrote a tutorial about pre-loading images via CSS some time ago. This time we’ll use a slightly different approach. We will go deeper into the use of pre-loading images in CSS menu’s. Before you start, you should have some general HTML and CSS feeling and the source files available, which [...]
Here is the ‘Interesting Articles’ post again. As I am subscribing to a couple dozen feeds, I come across many interesting articles. Today, five (which I think) are the most interesting to you are listed below. I have read them, and I think you should do, too!
1. jQuery tutorials for designers - Webdesignerwall.com
Great article explaining [...]
This article is a beginners guide to heading tags in HTML and their search engine purpose.
This time we are going to talk about the heading tags you can use in HTML. To give you an example: h1, h2, h3, h4, h5, h6. These tags are used in HTML to define a heading or title.
The [...]
A couple years back a revolution began against the ugly websites with tables. Many people adapted the use of XHTML with the mark-up language CSS. These steps drastically improved the web, but unfortunately, the developments are too good to be true.
Why? Because we live in a web-world where browsers define the look of many CSS [...]
We all would like to rank high in Google and other search engines. Most of the bloggers out there use the weblog software wordpress, which is a great search engine friendly based piece of software. Your theme has been optimized for the search engines and your pages show up. What you want and need is [...]
In Internet Explorer 6 a 1px border with style dotted is displayed as it has style dashed. The workaround can be found in this article.
When I was developing this weblog theme, I stumbled on a Internet Explorer 6 bug.
The CSS style I’ve added to the ‘category’ list included the line border-bottom:1px dotted #ccc;. It did [...]