Note that there are some explanatory texts on larger screens.

plurals
  1. POGetting CSS Div issue with ie9
    primarykey
    data
    text
    <p>Actually i have designed the template for one of my games site. In the when i play the game iam getting some problem in IE9 but no issues with other browsers. For clear understanding the issue please see <a href="http://www.toon10.com/gameplay/KungFu_Panda_Racing_Challenge" rel="nofollow noreferrer">this</a></p> <p><img src="https://i.stack.imgur.com/BDg3N.png" alt="enter image description here"> play page Code:</p> <pre><code>&lt;div style="float:left"&gt; &lt;div class="gameContentsurround"&gt; &lt;div class="gameContentbg"&gt; &lt;div class="gameDiv"&gt; &lt;div align='center'&gt; &lt;!--game content here--&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="gameboxbelowheight"&gt;&lt;/div&gt; &lt;/div&gt; &lt;div style='height:5px'&gt;&lt;/div&gt; &lt;div style="clear:both"&gt;&lt;/div&gt; &lt;div class="gameDesc"&gt; &lt;!--game description here--&gt; &lt;/div&gt; &lt;div class="moregamesbg"&gt; &lt;div class="moregameswhitebg"&gt; &lt;!--more games section here--&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div style="float:right; width:390px"&gt; &lt;!--right column where actual issue comes here in IE9--&gt; &lt;/div&gt; </code></pre> <p>right_column code:</p> <pre><code>&lt;div class="playAdsWhiteBg"&gt; &lt;div class='playAdsDiv'&gt; &lt;center&gt; google ads &lt;/center&gt; &lt;/div&gt; &lt;/div&gt; &lt;div style="clear:both"&gt;&lt;/div&gt; &lt;div style='height:2px'&gt;&lt;/div&gt; &lt;!-- Ads END --&gt; &lt;!-- Ads --&gt; &lt;!--&lt;div&gt;&lt;?php echo SPONSORS_TITLE;?&gt;&lt;/div&gt; --&gt; &lt;div class="playAdsWhiteBg"&gt; &lt;div class='playAdsDiv'&gt; &lt;center&gt; google ads &lt;/center&gt; &lt;/div&gt; &lt;/div&gt; &lt;div style="clear:both"&gt;&lt;/div&gt; &lt;div style='height:2px'&gt;&lt;/div&gt; &lt;!-- Ads END --&gt; &lt;!-- Comments Section --&gt; &lt;div class="playAdsWhiteBg"&gt; &lt;div class='playAdsDiv'&gt; &lt;div style="overflow:scroll"&gt; fb comments &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div style="clear:both"&gt;&lt;/div&gt; &lt;div style='height:2px'&gt;&lt;/div&gt; &lt;!-- Rating Section --&gt; &lt;div class="ratethisgameWhiteBg"&gt; &lt;div class='ratethisgameDiv'&gt; rating system &lt;/div&gt; &lt;/div&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