Note that there are some explanatory texts on larger screens.

plurals
  1. POFix the columns height in css
    primarykey
    data
    text
    <p>I have the following CSS source:</p> <pre><code>/**Track Properties***/ #area { font-size: 14px; } conteiner { height:100%; } .track { position: relative; padding: 0px; margin: 0 auto; width: 980px; } .trackdetails { position: relative; top: -450px; float: left; width: 250px; line-height: 25px; border-right: 2px solid #9e9e9e; padding-right: 25px; padding-bottom: 15px; font-size: 14px; margin: 0; left:100px; } .trackdetails #title { color: #3852A4; font-size: large; text-decoration: underline; font-family: Tahoma, Geneva, sans-serif; margin-bottom: 20px; } .trackdetails #content { z-index: 1111; } #trackdescription { width: 550px; text-align: justify; min-height: 400px; } /**END**/ </code></pre> <p>And this HTML/ASPX source:</p> <pre><code> &lt;div class="track"&gt; &lt;h1&gt;&lt;%=TrackName %&gt;&lt;/h1&gt; &lt;div class="details"&gt; &lt;span id="author"&gt;מאת: &lt;%=FullName %&gt;,&lt;/span&gt; &lt;span id="date"&gt;פורסם בתאריך: &lt;%=PostDate%&gt;&lt;/span&gt; &lt;div&gt; &lt;span id="area"&gt;&lt;b&gt;איזור: &lt;/b&gt;&lt;%=TrackLocation %&gt;&lt;/span&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id="trackdescription"&gt; &lt;%=TrackDescription %&gt;&lt;p&gt;&lt;/p&gt; &lt;/div&gt; &lt;div class="trackdetails"&gt; &lt;div id="content"&gt; &lt;div id="title"&gt;פרטים נוספים&lt;/div&gt; &lt;p&gt; &lt;b&gt;רמת קושי:&lt;/b&gt; &lt;%=DifficultLevel %&gt; &lt;/p&gt; &lt;p&gt; &lt;b&gt;מעגלי?&lt;/b&gt; &lt;%=IsCircular %&gt; &lt;/p&gt; &lt;p&gt; &lt;b&gt;מתאים למתחילים?&lt;/b&gt; &lt;%=ForBeginners %&gt; &lt;/p&gt; &lt;p&gt; &lt;b&gt;משך המסלול:&lt;/b&gt; &lt;%=TrackDuration %&gt; &lt;/p&gt; &lt;p&gt; &lt;b&gt;אורך המסלול:&lt;/b&gt; &lt;%=TrackLength %&gt; &lt;/p&gt; &lt;p&gt; &lt;b&gt;טיפוס מצטבר:&lt;/b&gt; &lt;%=OverallHeight %&gt; &lt;/p&gt; &lt;p&gt; &lt;b&gt;עונה מומלצת:&lt;/b&gt; &lt;%=Season %&gt; &lt;/p&gt; &lt;p&gt; &lt;b&gt;נקודת התחלה:&lt;/b&gt; &lt;%=StartPoint %&gt; &lt;/p&gt; &lt;p&gt; &lt;b&gt;מקום חניה:&lt;/b&gt; &lt;%=ParkingPlace %&gt; &lt;b&gt;מקום חניה:&lt;/b&gt; &lt;%=ParkingPlace %&gt; &lt;b&gt;מקום חניה:&lt;/b&gt; &lt;%=ParkingPlace %&gt; &lt;b&gt;מקום חניה:&lt;/b&gt; &lt;%=ParkingPlace %&gt; &lt;b&gt;מקום חניה:&lt;/b&gt; &lt;%=ParkingPlace %&gt; &lt;b&gt;מקום חניה:&lt;/b&gt; &lt;%=ParkingPlace %&gt; &lt;b&gt;מקום חניה:&lt;/b&gt; &lt;%=ParkingPlace %&gt; &lt;b&gt;מקום חניה:&lt;/b&gt; &lt;%=ParkingPlace %&gt; &lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; תמונות &lt;%=images %&gt;&lt;p&gt;&lt;/p&gt; מפה : &lt;%=result2%&gt;&lt;p&gt;&lt;/p&gt; </code></pre> <p>The problm is that I got this result, and some content is 'on' other content (There is a PrintScreen) My question is why and how can I fix this? Wish for help, thanks.![enter image description here][1]</p>
    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