Note that there are some explanatory texts on larger screens.

plurals
  1. POgetting white Space in Data role footer
    primarykey
    data
    text
    <p>I am using data role footer for my design, But I'm getting white Spaces in my bottom page. I don't know what is the reason?am using noraml js only .i tried lot but the design is not getting correclty</p> <p><em>Note I'm using <code>normal js</code> not <code>jquery mobile js</code>.</em></p> <pre><code>&lt;!DOCTYPE HTML&gt; &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="Content-type" content="text/html; charset=utf-8"&gt; &lt;title&gt;PhoneGap&lt;/title&gt; &lt;script src="../Scripts/jquery-1.4.1-vsdoc.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script src="../Scripts/jquery-1.4.1.js" type="text/javascript"&gt;&lt;/script&gt; &lt;script type="text/javascript" charset="utf-8" src="../js/cordova-1.7.0.js"&gt;&lt;/script&gt; &lt;link rel="stylesheet" href="../js/master.css" type="text/css" media="screen" title="no title" charset="utf-8"&gt; &lt;style type="text/css"&gt; label.custom-select { position: relative; } .no-pointer-events .custom-select:after { content: none; } .dropdown { border-top-left-radius: 5px; border-top-right-radius: 5px; background-color: #03498A; border: 1px solid; color: #FFFFFF; width:260px;font-size:20pt;font:bold; } #setting { margin-left:10%; margin_right:5%; } #checknotify { margin-left:50%; } #checkphone { margin-left:38%; } #checklocation { margin-left:51%; } #allcauses { margin-left:2%; } #link { margin-left:20%; } #managelabel { margin-left:6%; } &lt;/style&gt; &lt;/head&gt; &lt;body &gt; &lt;div&gt; &lt;div&gt;&lt;input type="image" style="width:100%" src="../images/header-settings.png" /&gt; &lt;/div&gt; &lt;div align="center" style="margin-top:2%"&gt;&lt;input type="image" src="loginbtn.png" style="width:90%" onClick="login()"/&gt; &lt;input type="image" src="../images/ccountbtn.png" style="width:90%"/&gt; &lt;div style="margin-top:5%"&gt; &lt;label id="managelabel" style="width:70%;font-size:12pt"&gt; Settings&lt;/label&gt; &lt;a id="link" href="javascript:help()"&gt;Help ?&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id="loadingScreen" align="center"&gt;&lt;/div&gt; &lt;div align="center" style="margin-top:5%"&gt; &lt;label class="custom-select"&gt;&lt;select name="mydropdown"&gt; &lt;option id="0" value="Select a Cause"&gt;Cause&lt;/option&gt; &lt;/select&gt;&lt;/label&gt; &lt;/div&gt; &lt;div style="margin-top:3%;padding:5%"&gt; &lt;table&gt; &lt;tr width="100%"&gt; &lt;td width="90%"&gt;&lt;label&gt;On&lt;/label&gt;&lt;/td&gt; &lt;td&gt;&lt;div id="Div1" class="checkBox"&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt; &lt;label for="Div1"&gt;&lt;/label&gt; &lt;td&gt;&lt;input value='' type='checkbox' style="display:none" id='chkNotify'/&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr width="100%"&gt; &lt;td &gt;&lt;label&gt; Allowed&lt;/label&gt;&lt;/td&gt; &lt;td&gt;&lt;div id="Div2" class="checkBox1"&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt; &lt;label for="Div2"&gt;&lt;/label&gt; &lt;td&gt;&lt;input value='' type='checkbox' style="display:none" id='chkPhone'/&gt;&lt;/td&gt; &lt;/tr&gt; &lt;tr width="100%"&gt; &lt;td &gt;&lt;label&gt;Location&lt;/label&gt;&lt;/td&gt; &lt;td&gt;&lt;div id="Div3" class="checkBox2"&gt;&amp;nbsp;&lt;/div&gt;&lt;/td&gt; &lt;label for="Div3"&gt;&lt;/label&gt; &lt;td&gt;&lt;input value='' type='checkbox' style="display:none" id='chkLocati'/&gt;&lt;/td&gt; &lt;/tr&gt; &lt;/table&gt; &lt;/div&gt; &lt;br/&gt; &lt;/div&gt; &lt;input type="text" style="width: 80%;height: 35px;font-size:15pt;border:4px solid orange" placeholder="Email Address (User ID)" /&gt; &lt;/div&gt; &lt;div data-role="footer" &gt; &lt;table width=100%&gt; &lt;input type="image" src="../images/Home.PNG" style="width:23%" onClick="home()"/&gt; &lt;input type="image" src="../images/messages-menu.jpg" style="width:23%" onClick="inbox()"/&gt; &lt;input type="image" src="../images/settings-menu.jpg" style="width:23%" onClick="settings()"/&gt; &lt;input type="image" src="../images/close-menu.png" style="width:23%" onClick="callServiceFunction()"/&gt; &lt;/table&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre> <p>My design</p> <p>How to solve the issues?</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload