How can i specify CSS Pixels -


i developing mobile web application our client , web designer send detailed specification screen design in specification mentioned height , width in "css pixels" logo positioned 116 css pixels top

so css pixels , how can specify in css please help

regards

denny

<div class="logo">     <img src="http://olea.org/ilustraciones/fedora-logo-icon.png"> </div> 

.logo {     margin-top:116px; } 

http://jsfiddle.net/k6nmt/1/


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -