- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我感到困惑和困惑。在下面的代码中,我有一个悬停图像,它在底部从红色变为蓝色。事情是。添加此代码后,它还会在页面顶部附近的 img 类中复制。我怎样才能分开两个img?为什么较低的图像会影响较高的图像?欢迎任何答案
<
!doctype html>
<html lang="en">
<head>
<title>Web Development Sevenoaks Kent - Web Design Sevenoaks Kent</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="description" content="Web Development and Design in Sevenoaks Kent - DP Web Development based in Sevenoaks Kent ">
<meta name="keywords" content="Web Development, Bespoke Website Design, Sevenoaks, Kent, Website Maintenance, Website ">
<link rel="canonical" href="http://www.dpwebdevelopment.co.uk" />
<meta charset="utf-8">
<link rel="stylesheet" href="dpwebdevelopment4.css">
<link rel="icon" type="image/ico" href="http://www.dpwebdevelopment.co.uk/favicon.ico"/>
</head>
<body>
<?php require_once('nav.php'); ?>
<div id="bgleft"></div>
<div id="bgright"></div>
<img class="displayed" alt='DP Web Development Sevenoaks Kent Logo' src='webdevelopmentimages/DPLogo1.jpg' >
<div id="portrait">
<img src='webdevelopmentimages/Doug-Pitchers.jpg' alt='Doug Pitchers owner of DP Web Development'>
</div>
<main>
<div id="quote1">
<h1>Your website is not <i>just</i> a website...<br></h1></div>
<div id="quote2">
<h1>it's the best damn salesperson you'll ever have.</h1>
</div>
<div id="moveup">
<P class="blocktext">Whether you're a cocky upstart, a confident entrepreneur or a knarled old pro<b> one thing's for sure:</b>
</div>
<div id="quote3">
A professional outfit needs a professional web developer.
</div>
<p class="blocktext"><b>and you know you need a web developer that:</b></p>
<div id="list">
<ul>
<li>totally "gets” you</li>
<li>is jargon free! describes things in plain English</li>
<li>gets back to you promptly</li>
<li>hits deadlines. Every time.</li>
<li>makes the project fun!</li>
</ul>
</div>
<p class="blocktext"><b>You deserve a website thet will help you:</b></p>
<div id="list">
<ul>
<li>Look good</li>
<li>Showcase the results of your (extremely) hard work</li>
<li>Impress clients - even when you're asleep</li>
<li>Be seen as <b>the expert</b> in your field</li>
<li>Be seen as cutting edge in your niche</li>
</ul>
</div>
<p class="blocktext"><b>and you won't have to lift a finger to get it</b></p>
<div id="list">
<ul>
<li>You don't need to worry about the coding - <b>It's sorted</b></li>
<li>You don't need to worry about the domain - <b>It's sorted</b></li>
<li>You don't need to worry about the hosting - <b>It's sorted</b></li>
<li>You don't need to worry about the launch - <b>It's sorted</b></li>
<li>You don't need to worry about the process - <b>It's sorted</b></li>
</ul>
</div>
<br>
<div id="quote3">
This means you can RELAX: a new, gleaming and slick website is on it's way!
</div>
<div id="offer">
<p><b>But that's not all,</b> FOR FREE you get:</p>
</div>
<div id="list">
<ul>
<li><b>Google Analytics:</b> You will be able to see who, where, how much and how long poeple stay on your site. you'' be able to see what they are doing on your site and you can compare reasutls with other times of the year. And loads more besides. Pretty much everyting you would want to know about visits to your website.</li>
<li><b>Five new email addresses:</b> Because you@hotmail doesn't cut it anymore. And you get </b>five</b>. For different people in the business. Different areas of the business. Or just to look damn good.</li>
<li><b>All hosting costs, domain name purchases:</b>There are never any nasty surprises. Ever. The price quoted is the price you pay. It will never rise. Oh and I don't quote prices "+ VAT". Why do people do that? All prices are final.</li>
<li><b>I will promote your website</b> on Facebook, Twitter and my own website for one month. Totally free publity! Need I say more?</li>
</ul>
</div>
<script src="_js/jquery-1.10.2.min.js"></script>
<div id="button1">
<script>
var a = [];
a[0] = "webdevelopmentimages/BUTTON2.gif";
a[1] = "webdevelopmentimages/BUTTON6.gif";
$(document).ready(function() {
var source = $.preload(a);
$('img').attr('src',source[0].src); //just an acknowledgement (pre-loading done)
$('img').hover(function() {
$('img').attr('src',source[1].src);
},function() {
$('img').attr('src',source[0].src);
});
});
//Image Preloading....
var cache = [];
$.preload = function(arr) {
for(var i = 0; i<arr.length; i++) {
var img = new Image();
img.src = arr[i];
cache.push(img);
}
return cache;
};
</script>
<img />
</div>
<div id="emailbackground">
<div id="email">
<p>Enter your email below and feel empowered:<br>
Get help to make sense of the (digital) world
and look way more knowledgeable<br>
you'll never have to bluff your way again.</br>
<div id="emailbig">
+ get great entrepreneurial advice for <b>free!</b></p>
<div class="login">
<form method="post" action="http://ymlp.com/subscribe.php?id=gbjmeqmgmgj" target="signup_popup" onsubmit="window.open( 'http://ymlp.com/subscribe.php?id=gbjmeqmgmgj','signup_popup','scrollbars=yes,width=600,height=450'); return true;">
E-mail address:
<input name="YMP0" size="20" type="text">
Name:
<input name="YMP8" size="20" type="text">
<div class="login">
<input value="Submit" type="submit">
</div>
</form>
</div>
</div>
<br>
</main>
</body>`
</html>
最佳答案
从根本上说,您需要对选择器进行限制。代码
$("img")
...查找 DOM 中的所有 img
元素。这段代码:
$('img').attr('src',source[1].src);
...在 DOM 中的所有 img
元素上设置src
。您需要缩小范围。
我不清楚你想处理哪个特定图像,但如果它还没有一些只有它才有的 id
或 class
值,你会想加一个。然后要么使用
$("#the-id")
或
$("img.the-class")
...引用它并设置它的src
。
关于jquery - img 类影响每个图像并替换其他图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23500752/
这是一个非常笼统的问题,我希望我能答对。 我正在研究 SSL/TLS 重新协商并已阅读了一些内容。这是我从阅读中了解到的内容: 从 SSL/TLS 重新协商的角度来看,客户端分为两个主要组,打补丁的和
第一个屏幕是艺术的细节。当我向上滚动时,标题将是 alpha。我点击另一个“艺术”到另一个细节 UI,然后按回到 Previous UI。之前的UI标题是黑色的,怎么变透明了。 布局:
想知道 mv 对基表的影响。它会减慢基表的速度吗?它什么时候开始写入 mv,就像同时写入基表和 mv 一样? 如果我有 local_quorum 的 CL 且 RF=3,客户端是否必须等到写入 mv
似乎在任何地方都找不到太多关于此问题的帮助,所以我想我会在这里尝试。 我正在尝试制作一个简单的 for 循环,当我将鼠标悬停在 html 卡上时,它会隐藏卡中的一些文本。该卡有一个简单的名字和姓氏,我
我有一个程序每帧运行 tick() 方法。我希望一个对象根据设定的重力常数下落,因此我创建了一个 Ball 对象,该对象会将其位置更新为前一帧的位置减去 y 速度。每个刻度 y 速度都会减少重力常数。
我的 KeyHandler 在这里: private void KeyHandler(java.awt.event.KeyEvent evt) {
我有一个方法,其中使用了很多其他类,包括链接列表、队列和堆栈。在我的方法中,我有一个 for 循环,我想在其中弹出堆栈(方便地命名为 s)并将队列(方便地命名为 q)出队到 s1 和 q1。由于某种原
我有一个 JTree 节点数组和另一个自定义对象的相应数组。 我想要什么:当选择 JTree 的节点时,相应对象(其数组中索引与节点数组中所选节点索引相同的对象)的字段填充 JLabels。 我被困在
我知道浏览器完成了处理客户端脚本(Javascript、JQuery 等)的所有工作,但想知道在性能方面是否还有其他重要因素(网络速度、客户端计算机速度、服务器环境) 如果它完全依赖于浏览器(类型和版
我有一个 Android 服务在后台运行,它将使用以下代码: while(true) { ServerSocket server = new ServerSocket(1234); Socke
对JQM有以下疑惑: 1.如果我们在单独的 html 文件中使用重复的 id,对 jquery mobile 有什么影响。 假设我们在单独的 html 文件中有重复的 id,但如果我们不使用该 id
我正在尝试更新两个(inventory、sold)MySQL 表的表库存。 假设我们正在处理的 sku 是 BT888-16 UPDATE inventory JOIN sold ON invento
我使用这种方法来更改我的表格单元格值, 它在 jtable 上改变但在文本文件上没有改变! public class user_AllBooks extends AbstractTableModel
我想在向表中插入数据时创建一个 MYSQL 存储过程,数据也会被插入到其他服务器表中。 我知道这在 ORACLE 数据库中是可能的,但我不知道它是否适用于 MYSQL。 有什么办法吗? 最佳答案 是的
我在 css 方面非常糟糕,只能靠 SO 答案来解决 - 但是我找不到针对这个特定问题的任何解释。 我有一个表单,其中包含一个 textarea 和一个 button(input/submit),仅此
我在一个元素上有动画,但它的移动也会影响 sibling 。如何在不影响兄弟元素的情况下仅在元素上使用动画? 问题示例: function animateSearch() { $('.glyph
我试图在我的 ViewController 中的 UIView 的所有四个边上建立一个阴影 — 在我通过 Xcode 向 UIView 添加约束之前,它工作得很好。我怎样才能使 UIView 的阴影显
自从我使用 JavaScript 以来已经有一段时间了 - 在获得证书之后我开始学习 Perl 并从那时起就一直使用它。我只是想重新开始使用 JS,我已经写了这个,我想说的是,这是一个简单的小脚本,可
我正在处理一个 HTML 元素,我添加了一个复选框,选中后会高亮显示所有文本输入字段。唯一的问题是一些输入字段在表格内,出于某种原因我无法用我的代码影响它们。任何帮助将不胜感激。 相关代码: HTML
我为 String 类创建了一个小扩展,以便方便地从中删除字符。这是它的样子: mutating func drop(characters chars: [String]) { for c i
我是一名优秀的程序员,十分优秀!