- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我正在尝试增加我网页上显示的 Twitter 提要的宽度,我向它添加了一个 Div id 并尝试在 css 中增加它的大小但是它在某个点后停止变大,我还想在中添加图像我的投资组合部分包含 3 张类似计算机的随机图片,当您在 css 中将鼠标悬停在它们上方时,这些图片会变大并改变大小,我该怎么做?我也不知道如何更改网页背景的颜色,我尝试过的所有方法都不起作用。谢谢。
我为下面的代码提供了 HTML、CSS 和 JS 代码。
<!DOCTYPE html>
<html lang="en">
<head>
<title>Muhammed's Webpage</title>
<style>
#body {
margin: auto;
max-width: 85%;
font-family: 'Exo 2', Times, serif;
color: black;
padding-top: 50px;
}
.mainlogo {
font-size: 18px;
font-weight: 900;
font-family: 'Montserrat', Times, serif;
text-decoration: underline;
}
nav {
position: fixed;
top: 0;
width: 100%;
margin-left: 4%;
opacity: 0.8;
max-width: 85%;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: white;
position: fixed;
font-size: 20px;
}
li {
float: left;
border-right: 2px solid black;
}
li:first-child {
border-left: 2px solid black;
}
li a {
display: inline-block;
color: black;
text-align: justify;
padding: 36px 40px;
text-decoration: underline;
font-family: 'Montserrat', Times, serif;
text-shadow: 4px 4px 4px #aaa;
}
li a:hover {
background-color: #C2E5E5;
color: black;
}
.yt {
margin-left: 53px;
margin-top: 30px;
display: inline-block;
height: 500px;
width: 650px;
}
#twitter {
display: inline-block;
height: 300px;
width: 300px;
}
.contentbox {
font-family: 'Exo 2', sans-serif;
font-weight: 700;
font-size: 2em;
padding-left: 10px;
padding-bottom: 0;
margin-bottom: 0;
background-color: #C2E5E5;
}
.content {
background-color: #C2E5E5;
}
p {
text-indent: 3%;
margin: auto;
max-width: 95%;
}
.contentbox {
font-family: 'Montserrat', Times, serif;
font-size: 28px;
}
</style>
<script>
!function (d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https';
if (!d.getElementById(id)) {
js = d.createElement(s);
js.id = id;
js.src = p + "://platform.twitter.com/widgets.js";
fjs.parentNode.insertBefore(js, fjs);
}
}(document, "script", "twitter-wjs");
</script>
</head>
<body>
<div class="mainlogo">
<div>Muhammed's
<br>Webpage
</div>
</div>
<div id="body">
<nav>
<ul>
<li><a href="#BasicInfo"> BASIC INFORMATION </a></li>
<li><a href="#CurriculumVitae"> CURRICULUM VITAE </a></li>
<li><a href="#Portfolio"> PORTFOLIO </a></li>
<li><a href="#Report"> REPORT </a></li>
</ul>
</nav>
<div class="yt">
<iframe src="http://www.youtube.com/embed/nKIu9yen5nc">
</iframe>
</div>
<div id="twitter">
<a class="twitter-timeline" href="https://twitter.com/applenws" data-widget-id="674678491141570560">Tweets by
@applenws</a>
</div>
<div class="content" id="Basic Information">
<h3 class="contentbox"><u>Basic Information</u></h3>
<p>
<br>Name: Muhammed Hussain
<br>Age: 18
<br>Contact Number: 07711909673
<br>E-mail: Mhuss055@gold.ac.uk
<br>Occupation: Student of Goldsmiths, University of London
<br>Hobbies & Interests: Playing on my ps4 and outdoor tennis
<br>
<br>
</p>
</div>
<div class="content" id="Curriculum Vitae">
<h3 class="contentbox"><u>Curriculum Vitae</u></h3>
<p>
<br><u>Jun 2015 - Currently Employed</u> : <b>Harrods - Operations Assistant</b>
<br>Responsible for ensuring all daily administrative tasks are met within time schedule
<br>Worked with colleagues to sustain a world class service of luxury goods, through providing an excellent
service while working in a team environment and focusing on customer service
<br>Proactive use of CCA and SAP software on a regular basis, in order to deal with online orders.
<br>
<br><u>Jun 2014 - Sep 2014</u> : <b>Direct Accountancy - Accounts Assistant</b>
<br>Assisted Account Manager through creating invoices and sending to customers using SAGE software
<br>Made and arranged invoices occasionally for customers, and ensured these were sent out promptly upon
receiving the order.
<br>
<br>
<u>Skills Gained:</u>
<br>Communication - Established rapport and resolved queries within pressurised customer service
environments
<br>Teamwork - Motivated and developed colleagues to work effectively
<br>Leadership - Showed leadership qualities when delivering end of unit presentations at Sixth form
<br>
<br>
<p>
</div>
<div class="content" id="Portfolio">
<h3 class="contentbox"><u>Portfolio</u></h3>
<p>
<br>Here im going to include some images and use css to make them interactive and exciting
<br>
<br>
</p>
</div>
<div class="content" id="Report">
<h3 class="contentbox"><u>Report</u></h3>
<p>
<br>Here im going to state why i did what i did in detail
<p>
<br>
</div>
<br>
<br>
</div>
</body>
</html>
最佳答案
Twitter > Settings > Widget > Height
上.- 编辑 1 -
既然我知道你的 Twitter 提要不能由你控制,你必须控制你的 Twitter 脚本的结果,默认情况下通常是 600px 的高度。不管这是什么,你知道它最终会使用 twitter-timeline
来设计一个 iframe。 CSS类,所以你只需要像这样覆盖值:
.twitter-timeline {
height: 503px; // 503 because for some reason it needs 3 more pixels to catch up with your video, as I could see.
}
- 结束编辑 1 -
您刚刚将所有个人信息泄露给了网络上的陌生人。如果它们是真的,您可能会在几秒钟内收到垃圾邮件。我建议您仅提供必要的代码。有很多与问题无关的CSS和HTML,你可以在另一个问题中简单地提出它们或将它们分开解释。
要放置图片,您可以做很多事情,随机放置意味着 JavaScript 或预加载 PHP。我想你会从你的网站加载它们,比方说 /images/computers/
并给他们一个类,例如 photo
.然后在 CSS 上,您可以执行以下操作:
.photo {
height:200px;
}
.photo:hover {
height:400px;
}
这将使它在悬停时使用 CSS 变大。如果你喜欢让它动起来,你可能想要使用其他 CSS 属性。在网络上搜索,您会找到它们。
- 编辑 2 -
所以,看你和类(class)的照片photo
, 我看到你没有添加 %
值正确。您需要为每张图像找到一个平衡值。在你的情况下,我们正在玩图像 padding
, margin
和 width
基本上。所以有 3 张图片,你知道百分比必须达到 100% 左右:
.photo {
background-color: white;
padding: 1%;
margin-left: 5%;
margin-bottom: 2%;
-webkit-box-shadow: 0 0 0.2em 0.15em rgba(00, 00, 00, 0.35);
box-shadow: 0 0 0.2em 0.15em rgba(00, 00, 00, 0.35);
float: left;
width: 25%;
transition: all 0.25s ease-out;
}
根据我给你写的这段代码,现在公式是:
(3 * 25%) + (6 * 1%) + (3 * 5%) = 75% + 6% + 15% = 96%
6 乘以 1%,因为 padding 将添加到图片的左右两侧。
- 结束编辑 2 -
网站的背景颜色?那太基本了。这取决于您的需要,您可以将背景颜色设置为 <html>
或 <body>
.我将使用 HTML:
html {
background-color:red;
}
这样,您的网站将具有红色背景。当然,您可以使用 HEX、rgb() 或 rgba() 或颜色名称,无论您想要什么。
关于javascript - 如何增加我的推特提要的宽度,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34355696/
我的网站上有一个分享按钮。 但是我需要分享带参数的链接,而且每次的参数都不一样(我需要跟踪分享的用户等) 例如需要共享链接 http://mySite.com/page?userId=111&some
我正在尝试使用推特分享按钮分享推文,并使用推特卡片通过我的链接发布图片,我正在使用: 并使用此共享按钮: Tweet 但此代码仅在 twitter 上共享文本和链接,而不与图像共享。
我正在开展一个项目,我需要找到一些社交事件的影响范围。我想知道有多少人在丹麦的一个名为 Tinderbox 的节日上接触到评论。我所做的是获取 Twitter 上的状态,包括丹麦语中的“tinderb
我正在用 Java 创建一个桌面 Twitter 客户端,并且正在使用 JTwitter。我用这个库测试了几行代码,这看起来不错,但我陷入了困境。运行我的应用程序时,Eclipse 打印: Excep
我有一个 json 文件,我从推特上得到的。如何将以下内容解析为json? {"min_position":"456662757081759744","has_more_items":true,"it
有人知道任何好的广泛的 Twitter 分类语料库吗? 我正在寻找广泛的类别,例如: - 运动 - 科学/技术 - 食物 - 健康 - 娱乐 - 音乐 - 游戏 - 财务 - 教育 - 政治 - 电视
这是我使用 scribe 发送直接消息的代码。但它给了我无效的回应。我做错了什么? OAuthRequest req; OAuthService s; s = new ServiceBuilde
按照目前的情况,这个问题不适合我们的问答形式。我们希望答案得到事实、引用或专业知识的支持,但这个问题可能会引发辩论、争论、投票或扩展讨论。如果您觉得这个问题可以改进并可能重新打开,visit the
是否可以使用 Scribe-Java 和 twitter POST Url“https://upload.twitter.com/1/statuses/update_with_media.json”上
有人可以解释为什么 Twitter future 的行为不是异步的吗?有了这个代码 private val future: Future[String] = Future { Thread
我有一个使用 twitter bootstrap 设置样式的 rails 项目。在一页上,我有三个标签 #1、#2、#3。 我想知道如何从另一个页面链接到特定选项卡,例如选项卡 #2。我尝试使用 an
我一直在广泛寻找答案,但我似乎找不到一个有效的答案。我正在使用 Django 1.4 和 twitter boostrap 2.0.4,我正在尝试使用日期选择器(eyecon)但没有成功。当我单击输入
如何仅使用 javascript(无服务器端身份验证)将消息发布到 Twitter。 例如,我有一个包含用户名、密码、文本字段和提交按钮的表单。 我想在网站的后端使用它。 我读过这个,http://d
如何找到取消关注我的人? 任何人都可以使用 Twitter API 拥有这样的 php 脚本吗?有必要将 Twitter 消息发送给那些取消订阅我的人。 注意:我知道已经有特殊服务,但我需要您的简单服
我正在使用 Twitter Bootstrap 为我父亲创建一个网站,除了一件事之外,它已经完成:我不知道如何: - 减少轮播宽度 - 将旋转木马居中 - 使滚动箭头仍在图像上 here is the
我用它来获取我最新的推文 所以我必须获取最新的 2 条推文,因为我将计数设置为 2,有时它只返回 1,这是为什么? 最佳答案 我今天实际上遇到了同样的问题,在文档中,twitter 不会在列表中返
我在《好莱坞报道》上注意到,他们的推文中有一个“查看摘要”按钮,单击该按钮后,您可以预览其网站上的帖子,其中包含标题、摘录和预览图片。 关于如何完成此任务的文档在哪里有任何线索吗?我浏览过twitte
我想使用 Twitter API,以便我的程序可以发布一些推文。要使用它,我必须在开发中心注册应用程序并获取一些参数,例如“消费者 key ”、“消费者 secret ”等。然后我可以使用 REST
我做了一个类似 wefollow.com 的网站。我每天晚上都在使用 Abraham Williams (abrah.am) 的类(class)来更新用户数据(关注者和推文)。但在 Twitter 更
你好,我已经为 twitter 时间线编写了一个脚本,除了我不知道如何授权我的 twitter api key ,我的 led 标志只是说“错误的身份验证数据” 这是我的代码 #!/usr/bin/p
我是一名优秀的程序员,十分优秀!