The default WordPress search URL doesn’t look good. Using the below php function change the search URL. The snippet uses wp_redirect function.

(Continue reading…)

CSS Full Screen Background

On Nov 20, 2011
under CSS

CSS3 makes it possible. Using the new CSS3 function background-size: cover you can set stunning background images. It’s fully scalable.

(Continue reading…)

Remove P tags from Images

On Nov 18, 2011
under WordPress

WordPress wraps paragraph tag on images. The p tag creates additional space and affects scaling. You can remove p tag using a small php function.

(Continue reading…)

CSS Gradient Text (WebKit Only)

On Nov 16, 2011
under CSS

This CSS code works only in WebKit, but it’s really useful as the gradient applied text remains clickable and selectable.

(Continue reading…)

CSS Arrows: Back and Next

On Nov 14, 2011
under CSS

Now make stylish arrows with Pure CSS. You can adjust the size of arrows by varying the font size. I tested the code in all latest browsers and it worked fine.

(Continue reading…)

Ivy leaf is a popular CSS text design element. You can place ivy leaf after content, within content, or anywhere as you wish. Pseudo-classes are used here.

(Continue reading…)

CSS Image Flip

On Nov 8, 2011
under CSS

So simple to flip an image using CSS. I use CSS image flip while using repetitive images such as arrows. It’s basically fun trying these kind of effects in CSS.

(Continue reading…)
Page 3 of 3612345102030...Last »