有誰知道如何獲得Joomla(3.6.3)中的文章介紹圖像上的懸停/疊加效果。前奏圖像插入在文章介紹像場,並呈現以下HTML:Joomla簡介圖像懸停/疊加效果
<article class="uk-article" data-permalink="">
<a href="" title="">
<img src="/domain/images/intro_image.jpg" alt=""></a>
<h1 class="uk-article-title">
<a href="" title=""></a>
</h1>
<p></p>
<p></p>
</article>
CSS
.start .uk-article img:hover{
background:url(triangle2.png);
}
我試圖讓文章介紹圖像更改爲png圖片,而徘徊文章圖片...
你想要更改圖像還是隻顯示其他圖像(帶有透明背景)? – TomasB
我想在上面顯示圖像(帶有透明背景)。 – sebastianqvist