ColdFusion Question: Download ColdFusion PDF

What is the difference between absolute and relative div positioning?

Tweet Share WhatsApp

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 PDF Read All 24 ColdFusion Questions
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?