有没有比 Photoshop/Fireworks 中的批处理更简单的方法来显示/创建翻转图像?
有没有比 Photoshop/Fireworks 中的批处理更简单的方法来显示/创建翻转图像?
理想情况下,这可以通过 CSS 或 Javascript 来完成,当鼠标悬停在图像上时,以某种方式在图像上创建半透明的白色层。目前,我只使用 Photoshop 处理亮度 +10% 的图像,然后在 Dreamweaver 中使用查找/替换来完成其余操作。
如果不必为每张图片创建单独的翻转图像,那就太好了。谢谢!
Is there an easier way to display/create rollover images than batching in Photoshop/Fireworks?
Ideally this would be done through CSS or Javascript
, somehow creating a semi-transparent white layer over an image when moused over. Currently I just have Photoshop process images with +10% brightness, and do the rest in Dreamweaver with find/replace.
It'd be nice not to have to create separate rollover images for each picture. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用CSS,您可以使用如下内容:
更多信息此处
Using css, you can use something like this:
More info here
对于图像,您并不总是需要为翻转创建新图像,您可以编辑 CSS 以降低元素的不透明度:
另外,我认为您会从研究 CSS Sprites 中受益:
With images you don't always have to create a new image for rollovers, you can edit the CSS to decrease the opacity of the element:
Also I think you'd benefit from looking into CSS Sprites: