Friday, February 5, 2010

Problem statement CSS

Hi, I have been struggling with this CSS issue for like infinite time now. Suddenly a thought came... As Swami Vivekanand has said "If you know your problem then you have solved it 90%"...
So here is my problem statement:
Without using table trick or absolute position and width parameter,
How to place div element of page in parallel to each other and over top of each other?

There will be one top div element where height and width can be defined but rest should be dealt in % and positioning concept.

Reason for not using absolute position and tabular structure is that i am doing internationalization so string length varies from language to language. If i use table and position then things get screwed from one language to other.
I am not sure if table less and positioning based thing will solve that problem but thats how i wish to do it.

Any one who read this problem statement, please respond to my problem.
Its like taking infinite time for me to solve this issue.


In the understanding of whole position and css thingy.. many links helped me a lot but one link specifically i would like to mention and that is:
http://www.barelyfitz.com/screencast/html-training/css/positioning/



SJ

No comments:

Post a Comment