serkan sendur 821 Postaholic Banned

I had been trying to put specific elements to specific positions on my web pages but i had never found a solution until today. The solution was very easy to implement indeed.
Make the container's position relative and the content's position absolute. To make it work cross browser, avoid using td as container for relatively absolute positioning because firefox doesnt support that. By using relatively absolute positioning you can combine the power of the flow and the grid layout options.