Category Archive for: "Tips and Tricks"

  1. CSS

    Align text to bottom of div using CSS Example

    Here is a neat trick to align the text or the content of a div to the bottom portion of the div using CSS.

  2. CSS

    Remove dotted outline using CSS in Firefox on Buttons, Links

    Here are short super tricks to remove dotted outline using CSS in Firefox on Buttons & Links.

  3. CSS

    Include CSS in CSS

    Include CSS in CSS with just 1 line of code. Read on to find out more about this nifty little trick.

  4. CSS

    Vertically align text with image using CSS

    When working with web design, some times it might be desirable to maintain an even proportion, be it layout or be it placement of elements in the page. In such a context, it would be helpful to vertically align text. So here’s a neat trick to vertically align text with image using CSS.

  5. jQuery

    jQuery Center Div Example

    Love jQuery? Need a quick way to center div in window? In this article I am going to show you how to center div using jQuery.

  6. CSS

    Center Div Horizontally Using CSS Example

    In this article, I am going to show you a very simple way to center div using css.

  7. CSS

    Center li in ul using CSS Example

    When working with unordered lists (ul) using HTML & CSS, you might have seen that the ul li stack vertically. But you may want them to stack horizontally and better yet, align them all horizontally so that all the li center in ul. So do you know how to center list item in the unordered […]

  8. jQuery

    jQuery Checkbox Checked or not: 1 line solution

    In this article, I am going to present you with 1 line solution to find if Checkbox is Checked or not using jQuery.

  9. JavaScript

    Remove Iframe html using Javascript

    Let”s say that you are showing an iframe in a page. If you notice, you will see that the contents of the page will also be shown in the iframe by default. Using this simple 1 line trick, you can remove iframe html using javascript.