Hi, I am new and starting to learn about css and html, may i check what do you all use to position your things ? absolute, relative, margin-left etc?
I use
position:absolute;
left:30px;
I also use some margin-left for the item.
and i realised the results were bad, my user with different browser are having problem viewing it as their screen resolution is different,so some are overlapping.
My second question is among all the website i develop, i realise Internet explorer 9 couldnt view my website property, is it a known issue for ie?other browser view it perfectly.
Thank you.