English 中文(简体)
缩缩效果到另一个视图
原标题:Zoom effect to another view

我能否通过使用 PHP 做一个缩放效果, 放大我点击的部分, 并给该部分添加一个新视图? 我想要的是一个背景图片和一些可点击的区域, 当用户点击一个特定的可点击部分时, 该部分将放大到一定的高度, 然后在放大视图中显示该部分, 并添加另一个视图 。

我想要的东西类似于“http://www.naranglardor.com” rel=“no follow”>http://www.naranglardor.com (点击血迹(不,我不是撒旦教,那本书是关于某事的虚构)。

PHP可以吗?

感谢您提供线索 或任何方向 接近这一点。

最好的问候是,

加布里埃尔

最佳回答

<% 1> 不, 您无法用 PHP 实现此目标 。

"http://pt.php.net/manual/en/intro-whatis.php" rel="nofollow">PHP 是服务器边脚本语言,意思是代码在服务器上执行。

要达到这种效果, 您需要一种客户端语言, 比如 JavaScript 使用 < a href=> 更好地使用 http://jquery.com/" rel = "no follow" >jQuery 。

< 坚固> 要将您指向某种方向, 您可以检查此链接 :

"http://tympanus.net/codrops/ cortal/tutominers/" rel="nofollow" >Codrops Tourments - 极适合基于 jQuery 的动画和效果 。

http://www.learningjquery.com/" rel="nofollow" >Learning jQuery - 与 jQuery 的提示和诡计。

问题回答

暂无回答




相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签