Note that there are some explanatory texts on larger screens.

plurals
  1. POCorrect Html Float in my website
    primarykey
    data
    text
    <p>I make a website it like a search engine for software.But here is a HTML or CSS problem in website.check out given url.<br> <a href="http://www.azelead.tk/search.php?search=skype" rel="nofollow">http://www.azelead.tk/search.php?search=skype</a><br> If you see the search result content in your browser then it.your browser support this if not please see what is the problem with that and how can i fix this.<br> FOR CODE: go on this website and right click and then click show source code.<br> Here is all css and html code is present.<br> <strong>UPDATE :</strong> </p> <p>Here is a css code</p> <pre><code> #navBar{ margin:20px 0px 20px 0px;} #navBar a{ display:block; width:134.7px; text-align:center; text-decoration:none; font-size:16px; color:#FFF; background-color:#06F; font-family:Arial, Helvetica, sans-serif; border:1px solid #0099FF; padding:10px 0 10px 0; float:left;} #navBar a:hover, #result a:hover{ background-color:#FFF; color:#06F;} #downDiv{ margin-top:10px; border:1px solid #00BBFF; overflow:hidden;} #searchContent{ margin-top:30px; border:2px solid #0099FF; background-color:#FFFFCC; padding:7px 7px 7px 7px; width:600px; color:#0D2E57; float:left;} </code></pre> <p>Here is html code.</p> <pre><code>&lt;body&gt; &lt;div id="navBar"&gt; &lt;b&gt;&lt;a href="index.html"&gt;Search&lt;/a&gt; &lt;a href="dailysoft.html"&gt;Daily Soft&lt;/a&gt; &lt;a href="addsite.html"&gt;Add Site&lt;/a&gt; &lt;a href="contactus.html"&gt;Contact us&lt;/a&gt; &lt;a href="TermsAndConditions.html"&gt;Terms &amp; Cond.&lt;/a&gt; &lt;a href="javascript:feedback('RFB');"&gt;FeedBack us&lt;/a&gt; &lt;a href="javascript:errorReport('RER');"&gt;Error Report&lt;/a&gt;&lt;/b&gt; &lt;/div&gt; &lt;div id="downDiv"&gt; &lt;div id="searchContent"&gt; I want this div in down side of the nav bar&lt;br /&gt; other content goes here any sample content.&lt;br /&gt; &lt;/div&gt; &lt;div&gt; This is another div which I want on the right hand side&lt;br /&gt; of the div search content. &lt;/div&gt; &lt;/body&gt; </code></pre>
    singulars
    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.
 

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