cross platform - Unable to apply css in moSync -


i want learn cross platform application development.i using mosync tools it.it uses html,javascript,css. native application provide own api written in javascript.i have run simple demo application.but want apply css code not reflected .i dont understand why not applying css code.i included css html given below

<link rel="stylesheet" href="style.css" media="screen" type="text/css"> 

here css code in want apply margin div

    .edittext     {         margin:50px 0px 0px 20px;     }      here html code     <div class="edittext"      id="ed1"     widgettype="editbox"      data-placeholder="title">                               </div> 

make sure css file included in project.

<div class="edittext" id="ed1" widgettype="editbox" data-placeholder="title">add text                  </div> 

Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -