Archive | CSS RSS feed for this section

How To Resize Images With CSS – Keeping Aspect Ratio As It Is: Quick & Easy

I found a quick and easy way to re-size images with CSS by keeping your image’s aspect ratio. This is very quick you can use it in less than 5 minutes, lets proceed. Lets say you want to show large images on your web page with maximum 200 pixels width, blog or forums just create [...]

Read full story Comments { 40 }

How to change string’s case with PHP functions and with CSS

For a PHP developer, working with databases, arrays, doing string manipulations, etc are common daily tasks. While working with strings, you may sometime require changing case of the sting from lower to upper and vice versa or even you may need to change each word’s case in the given string. You can achieve all these [...]

Read full story Comments { 0 }

How To Make Simplest Cross Browser Tooltip With CSS And JavaScript Events?

There are lots and lots of tooltip scripts available on net. There are lot many too which provides lots of features like: fading effect, popup effects, onmouseover effects etc. The thing which encouraged me to write this tooltip script is that actually all these effects are not worth adding on my web pages due to [...]

Read full story Comments { 8 }

How To Create Simple Cool Paging With PHP and CSS

It is quite common when you need of paging in your web application. A dynamic web is what consists of scripts and renders various pages depends upon the user requirements and where he/she wants to browse the web. Paging, categories, tags are all these type of browsing. We will talk about paging in this article [...]

Read full story Comments { 84 }

How To Make Rounded Corners In Internet Explorer Without Images? [Experimental]

Have you ever missed the CSS3 features in IE? If you are a web designer or a Web developer, your answer should obviously be “YES”.  The very basic and popular CSS3 feature is to make rounded corners of DIVs and elements. Firefox, Safari, Chrome are now having full support to CSS3 but IE is still [...]

Read full story Comments { 17 }