search for: picment

Displaying 1 result from an estimated 1 matches for "picment".

Did you mean: payment
2006 Jan 06
3
Using DIV tags in HTML - a better Ruby/Rails way?
People, I can use a DIV tag for exact positioning of fields on a form: Creating a DIV tag creates a layer. The DIV tag contains a style attribute with positioning information. It might also have border and size information, if appropriate. Here is the basic DIV tag required for exact positioning: <div style=" top: 99; left: 99; position: absolute;