English 中文(简体)
在我的Wordpress 网页上悬停在文本上时, 我怎样才能显示图像?
原标题:How can I display an image when hovering over text on my wordpress web page

OK 怪胎们...

我有一个文件夹 里面有几百个玩家的图像

图像以播放器名称命名 :

"John Doe" "Jane Doe"

我想显示播放器图像, 每当您在播放器名称文本上徘徊时, 我想显示播放器图像 。

我该怎么处理这件事?

问题回答

查看 Tippy 插件

http://croberts.me/projects/wordpress-pletins/tippy-for-wordpress/"rel="nofollows">http://croberts.me/projects/wordpress-pletins/tippy-for-wordpress/

这正是你要找的

例如,见http://scrobbn.com/cakedogg-and-presentcat/

我发现我不得不关闭移动浏览, 因为图像不适合在 iphone 屏幕上的肖像。

Google "Viewport wordpress" 关于如何在信头.php 中评论代码

我敢肯定,如果你改变选项 你可以让它为移动工作, 但我不能打扰。

如果您是从零开始, 最好的方法就是谷歌。 请检查下面的链接, 我希望这就是你需要的...

< a href=>""http://internetbrothers.com/dhtml_mouseover.htm" rel="no follow" >LINK1

< a href=>",http://www.rivistrive.com/hirdindex4/imagetooltip.htm" rel="no follow" >LINK2

",http://www.hirddrive.com/hildindex4/thumbnail2.htm" rel="no follow" >LINK3

Wordpress 中,检查负责这些文本显示的文件,然后按照上述链接中显示的要求将这些文本转换成文本。

您可以使用某些 CSS 技能来这样做。 比如在播放器名文本中使用标记。 将 a.hover cs 添加到与对应播放器相同的文本中, 加上背景图像 。

此短文章解释如何使用插件在秒内为您的 Wordpress 站点创建图像滚动动画。 不需要代码 。

< a href=" "http://wpvisialslidboxbuildinger.com/how-to-create-a-wordpress-slid-box/"rel="nofollow"/a href="http://wpvisialslidboxbuildinger.com/how-to-create-a wispresent-slid-box/"rel="rel="no follower.com/how-to-tocreate- a-wordpress-slide-box/





相关问题
Wrap stray text in <p> tags

Wordpress issue.. how do I wrap stray text in P tags? Example: Before- <div class = "content"> <img src = "hello.jpg"/> <h1>Introduction</h1> Hello! this is ...

Using jQuery Plugins with Wordpress

Having a bit of trouble using jQuery plugins (Superfish, jQuery UI, etc) using Wordpress. Everything works fine in my plain non-Wordpress site, but Wordpress seems to conflict with JQuery. There must ...

WordPress Data Storage Efficiency

I ve been asked to review a WordPress plugin of sorts and try to find ways of making it faster. The premise of this plugin is basically to store a bunch of users and shifts and appointments and ...

Why can t I properly style a blockquote in Wordpress?

On the design I just created for my website, I have a blockquote styled with two quote images using the span technique in css: blockquote { background-image: url(images/openquote.jpg); background-...

How does the WordPress <!--nextpage--> tag actually work?

What happens? I m guessing that somehow the post or page is parsed before displaying, and then just split into two methods? I can t seem to find any documentation on how the underlying <?php ...

Wordpress Plug-ins: How-to add custom URL Handles

I m trying to write a Wordpress Plug-in but can t seem to figure out how you would modify how a URL gets handled, so for example: any requests made for: <url>/?myplugin=<pageID> will ...

热门标签