Hello I am having a div , that's having like 700x700 pixels now ... i want to add another div or <span> in that div how i can set the second div, to be position on 1x1 of the first div?! the only problem is i will never known if the browser it's at 640 x 480 or at 1800x1600 ...
and i am puting the first div after a center so <center> <div class=div1> <div class=second_div>I want this to be at the 1x1 of the div1!</div> </div>