Note that there are some explanatory texts on larger screens.

plurals
  1. POHTML CSS HOVER issue
    primarykey
    data
    text
    <p>My issue was, the code works fine in width because i used position:relative in the body of css. but coming to height it differs from screen monitor(resolution) to another resolution. how to fix the height issue ,when i hover the link the image must hover center of the page. but it differs from resolution of screen ... </p> <pre><code>body { width:1024px; margin:auto; position:relative; scrolling:no; overflow:hidden; color:#eee; } div.logo{ width:400px; height:250px; border:10px solid #111; } div.html{padding-left:280px;} div.css{padding-left:700px;} span.html:hover {text-decoration: none; background: #ffffff; z-index: 6; } span.html span { position: absolute; left: -9999px; background: #1c1c1c; color: #0099ff; padding: 10px; width:400px; -webkit-transition: -webkit-box-shadow 0.5s ease-out;; -moz-transition: -moz-box-shadow 0.5s ease-out; -o-transition: box-shadow 0.5s ease-out; } span.html:hover span { left: 29.3%;bottom:44.6%; -moz-box-shadow: 0px 0px 15px #0099ff; -webkit-box-shadow: 0px 0px 15px #0099ff; box-shadow: 0px 0px 15px #0099ff; } &lt;/style&gt; &lt;div class="html"&gt; &lt;span class="html" title="Hipertext markup language"&gt;&lt;a href="" class="button small green rounded"&gt;HTML&lt;/a&gt; &lt;span&gt;&lt;img src="images/white_texture.jpg" height="250" width="400"/&gt;&lt;br/&gt; &lt;/span&gt; &lt;/span&gt;&lt;/div&gt; &lt;div class="css"&gt; &lt;span class="html" title="Title for the pop-up"&gt;&lt;a href="" &gt;CSS&lt;/a&gt; &lt;span&gt;&lt;img src="card.jpg"/&gt;&lt;br/&gt; &lt;/span&gt; &lt;/span&gt; &lt;/div&gt; </code></pre>
    singulars
    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.
    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