Archive for the ‘Effects’ Category

Every web developer needs to wrap some text around image. It’s a must – we dont want to have content all linear – some text, then image, then text…, afcourse we want to do it more nicely.

The old way was to to use html like this:

<img src=”IMAGE URL” align=”left” /><p>Your text goes here.</p>

And then you got an image on the left and the content on the right. Very simple.

And soooo boring and limiting. What is we want the text closer to the image? We could use some css, put an image in the background, and some text over it… but again a lot of limitations – its hard to do it with some CMS, like wordpress for example, and you can’t put content really around the image.

Really around the image?

Did we say really around the image? Like new jQuerry plugin jQSlickWrap does it, like this:

wrap-text-around-image-jquery

Continue Reading

© Copyright Webspices.net. All Rights Reserved.