Note that there are some explanatory texts on larger screens.

plurals
  1. POWhy do my image links not work in chrome, even though they work in IE?
    primarykey
    data
    text
    <p>I have recently built and Ftp'd this site: (my personal portfolio site):</p> <p><a href="http://robert.young1.org" rel="nofollow">http://robert.young1.org</a></p> <p>Under the section 'latest work', the first two links (Fine Art Site &amp; Young Academy) work fine in Chrome. The next two links however, do not work at all in Chrome, even though they work in IE.</p> <p>Does anyone have an inkling as to why?</p> <p>My code for that section is as follows:</p> <pre><code>&lt;div class="latest_work"&gt; &lt;h2&gt;Latest Work&lt;/h2&gt; &lt;hr /&gt; &lt;div class="grid_7"&gt; &lt;h3&gt;Fine Art site&lt;/h3&gt; &lt;a href="http://robert.young1.org/fineart.php"&gt;&lt;img src="img/fine_art resized.png" width="317" height="200" class="grid_5"&gt;&lt;/a&gt; &lt;/div&gt; &lt;div class="grid_7 omega" id="right"&gt; &lt;h3&gt;Young Academy site&lt;/h3&gt; &lt;a href="http://robert.young1.org/youngacademy.php"&gt;&lt;img src="img/young_academy.png" width="317" height="200" class="grid_5"&gt;&lt;/a&gt; &lt;/div&gt; &lt;div class="grid_7"&gt; &lt;h3 class="grid_7"&gt;Pinner Walks site&lt;/h3&gt; &lt;a href="http://robert.young1.org/pinnerwalks.php"&gt;&lt;img src="img/pinner_walks resized.png" width="317" height="200" class="grid_5"&gt;&lt;/a&gt; &lt;/div&gt; &lt;div class="grid_7 omega" id="right"&gt; &lt;h3&gt;PSLK &lt;/h3&gt; &lt;a href="http://robert.young1.org/pslk.php"&gt;&lt;img src="img/pslk resized.png" width="317" height="200" class="grid_5"&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>CSS:</p> <pre><code> .latest_work { margin-top: 220px; } .latest_work h3 { margin-top: 20px; } .latest_work img { color: #999; border: 2px solid #bbb; background-color: #f0eeed; opacity: .9; } .latest_work img:hover { opacity: 1.0; color: #666; border: 2px solid #ddd; } </code></pre> <p>Thanks,</p> <p>Regards,</p> <p>Robert</p> <p>London, UK</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.
 

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