• <small id='5CFCm'></small><noframes id='5CFCm'>

    <i id='5CFCm'><tr id='5CFCm'><dt id='5CFCm'><q id='5CFCm'><span id='5CFCm'><b id='5CFCm'><form id='5CFCm'><ins id='5CFCm'></ins><ul id='5CFCm'></ul><sub id='5CFCm'></sub></form><legend id='5CFCm'></legend><bdo id='5CFCm'><pre id='5CFCm'><center id='5CFCm'></center></pre></bdo></b><th id='5CFCm'></th></span></q></dt></tr></i><div id='5CFCm'><tfoot id='5CFCm'></tfoot><dl id='5CFCm'><fieldset id='5CFCm'></fieldset></dl></div>

        <legend id='5CFCm'><style id='5CFCm'><dir id='5CFCm'><q id='5CFCm'></q></dir></style></legend>
        <tfoot id='5CFCm'></tfoot>
        • <bdo id='5CFCm'></bdo><ul id='5CFCm'></ul>

        更改链接悬停时的背景图像

        时间:2023-11-30

              <bdo id='hH0xJ'></bdo><ul id='hH0xJ'></ul>
                <tbody id='hH0xJ'></tbody>

              <small id='hH0xJ'></small><noframes id='hH0xJ'>

                <tfoot id='hH0xJ'></tfoot>
                • <legend id='hH0xJ'><style id='hH0xJ'><dir id='hH0xJ'><q id='hH0xJ'></q></dir></style></legend>
                  <i id='hH0xJ'><tr id='hH0xJ'><dt id='hH0xJ'><q id='hH0xJ'><span id='hH0xJ'><b id='hH0xJ'><form id='hH0xJ'><ins id='hH0xJ'></ins><ul id='hH0xJ'></ul><sub id='hH0xJ'></sub></form><legend id='hH0xJ'></legend><bdo id='hH0xJ'><pre id='hH0xJ'><center id='hH0xJ'></center></pre></bdo></b><th id='hH0xJ'></th></span></q></dt></tr></i><div id='hH0xJ'><tfoot id='hH0xJ'></tfoot><dl id='hH0xJ'><fieldset id='hH0xJ'></fieldset></dl></div>
                • 本文介绍了更改链接悬停时的背景图像的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  所以我遇到了这个问题,即使我进行了彻底的网络搜索,我也找不到.

                  So I have this problem, which I couldn't find, even though I did a thorough websearch.

                  我正在制作我的作品集,背景是一个女人的照片,位于中间.在左侧,我有一个导航栏,其中包含指向其他页面的链接.

                  I am making my portfolio, and the background is a picture of a woman, located in the center. On the left I have a nav bar with link to other pages.

                  我基本上想要的是当我将鼠标悬停在其中一个链接上时要更改的背景图像.无论是通过CSS、Javascript还是JQuery,我都想知道是否可行.

                  What I basicly want, is the background image to change when I hover over one of the links. Whether it's through CSS, Javascript or JQuery, I want to know if it's possible.

                  提前谢谢你.

                  抱歉,我会尽力提供最好的.

                  Sorry, I'll try to provide the best I can.

                  <link rel="stylesheet" type="text/css" href="stylesheet.css">
                  <script src="jquery-1.10.2.min.js"></script>
                  <script src="jquery.js"></script>
                  
                  
                  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
                  </head>
                  

                  <div class="header">/jacob gerlif pilegaard/</div>
                  <div class="underheader">portfolio</div>
                  <ul>
                      <li><a href="index.html">Home</a></li>
                      <li><a href="about.html">About</a></li>
                      <li><a href="gallery.html"">Gallery</a></li>
                      <li><a href="contact.html">Contact</a></li>
                      </ul> 
                   <h1>About me...</h1>
                   <p> bla bla bla bla bla</p>
                   <div id="circles"></div>
                  

                  这是基本的html.id="baggrund" 是我想换成别的图片.

                  This is the basic html. The id="baggrund" is the image I want to change to something else.

                  #baggrund {
                  background-image: url(images/laerkeryg.jpg);
                  background-repeat: no-repeat;
                  width: 720px;
                  height: 394px;
                  position: absolute;
                  left: 805px;
                  top: 10%;}
                  

                  这是我想要替换的图片的 CSS.

                  This is the CSS for the image I want to have replaced.

                  $( document ).ready(function() {
                      $("#first").hover(function () {
                      $("baggrund").css("background-image", 'url("images/Kat5.jpg")');
                  });
                  });
                  

                  希望对您有所帮助,再次感谢.

                  Hope this helps, and thanks again.

                  推荐答案

                  这是一个通用的 jquery 答案:

                  Here's a generic jquery answer to your question:

                  $('a.class').on('mousein', function(){
                     $('#portfolio').css('background-image', 'url("other.jpg")');
                  });
                  $('a.class').on('mouseout', function(){, function(){
                    $('#portfolio').css('background-image', 'url("woman.jpg")');
                  });
                  

                  这篇关于更改链接悬停时的背景图像的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  上一篇:CSS图像悬停改变文本颜色 下一篇:如何让 div 在悬停时消失而不会在鼠标移动时闪烁?

                  相关文章

                  <i id='JHbzm'><tr id='JHbzm'><dt id='JHbzm'><q id='JHbzm'><span id='JHbzm'><b id='JHbzm'><form id='JHbzm'><ins id='JHbzm'></ins><ul id='JHbzm'></ul><sub id='JHbzm'></sub></form><legend id='JHbzm'></legend><bdo id='JHbzm'><pre id='JHbzm'><center id='JHbzm'></center></pre></bdo></b><th id='JHbzm'></th></span></q></dt></tr></i><div id='JHbzm'><tfoot id='JHbzm'></tfoot><dl id='JHbzm'><fieldset id='JHbzm'></fieldset></dl></div>

                • <legend id='JHbzm'><style id='JHbzm'><dir id='JHbzm'><q id='JHbzm'></q></dir></style></legend>
                      <tfoot id='JHbzm'></tfoot>
                    1. <small id='JHbzm'></small><noframes id='JHbzm'>

                        <bdo id='JHbzm'></bdo><ul id='JHbzm'></ul>