Posts Tagged css

How to create sliding feedback form using jQuery

In this tutorial we are going to learn how to create fancy looking feedback form which slides from the right/left side of your web page. I am sure there are many plugins available for CMS like Joomla, WordPress but it's always a good idea to code something of your own. Certainly, you require this co

Read Full Post

Decoding Art Clokey Google Doodle

Google Doodle always amazes each one of us which their extra ordinary creativeness. Be it the Guitar Le Paul's birthday or today's Google doodle on Art Clokey's  birthday. When I opened twitter this morning found that lot many people are discussing about the Google Doodle being made in flash. Howev

Read Full Post

How to inspect css hover , active property using firebug

I am sure that while Design and Development of a website you definitely want to see the :hover property of an element using your favorite addon in FireFox called Firebug. But I have found that many newbie developers do not know how to see this property. Default settings of firebug shows only the "De

Read Full Post

Alternative to overflow:hidden for wrapping divs

I bet, you might have struggle a lot to get this simple solution if you are here via google search. There are instances when two divs in parallel have dynamic content and it becomes difficult to keep their height equal. One of the hack is using overflow:hidden, which might not be valid in some cases

Read Full Post

Create fixed side buttons for feedback etc

Regular visitors of Digimantra might have noticed that recently we introduced "Suggest a post" button on the left side of the webpage. Some one anonymously sent a request to write a post on how to create these sort of fixed buttons on the website. This is very simple, yet look very nice tagged along

Read Full Post

Rounded corners in firefox and safari using css3

Rounded corners have always been tricky for web developers. If they do not challenge us technically, they load network as you have to download Images to create rounded corners for an element. An example of the rounded corner using an image would be Digimantra's header (for sometime atleast it will r

Read Full Post

Add javascript function using css class

In this tutorial i am gonna show you how a javascript function can be hooked to a HTML element with its predefined class or id attribute. We are going to use class attribute here because we may want to have multiple elements of the same kind where in we want the javascript functions to be hooked. We

Read Full Post

Change a CSS class dynamically using Javascript

Hi everyone, Yet another tutorial of javascript explaining very basic functionlity of it. But this can be extended further to fo the javascript magic :) Well in this you will learn how to change the class of any element dynamically on an event. I am using the onclick event which is fired when

Read Full Post

What’s difference between display: none and visibility: hidden?

just when you tread into the world of dhtml or javascript, you can require the display property of CSS more than expected. So it becomes necessary to clearly understand some of the facts behind this powerful language. Here is the difference between the visibility and display property of an element.

Read Full Post

Alternate Row colors in ruby on rails / RHTML

Hiya geeks, So you are done with all the basic stuff and now want to represent your records/information more nicely. Here you go, a simple code to represent alternate row colors for table,paragraph,list. You can modify the code as per your need.There are many other ways, but using cycle is more r

Read Full Post

Get Adobe Flash player