ColdFusion Question:
Download Questions PDF

What is the difference between absolute and relative div positioning?

Answer:

Absolute is from the absolute 0,0 position in the top left corner of the browser window. Relative is relative from the positioning of where the div is declared within the html body.

Download ColdFusion Interview Questions And Answers PDF

Previous QuestionNext Question
Can we have multiple Application.cfm file in an Application?How would you declare an inline css to format the table with a background color of yellow and give the table cell a right margin of 10 pixels?