I have some elements on the html page.
All elements do not start vertically with same relative pixel(say all start from vertically centre line of the window..).
how do i set all these element start vertically with the same relative pixel??
i am trying with 'left' css property. but it doesn't work.
left: 50%!important;
In short with this http://jsfiddle.net/EPREq/ i want both the 'Koka' word should start from the same vertical line. Please don't use HTML table to do this. Using table in my page will have many problems.