如何使用 JavaScript 翻转图像制作自定义社交按钮?
我想为我的网站制作自定义社交按钮(带有 Facebook 的 Like 链接、Stumbleupon 的共享链接等)。到目前为止,我已经在 Photoshop 和 Fireworks 中投入了大量的工作,但现在我无法将所需的脚本与按钮上的热点关联起来(请记住,我是 Fireworks 的新手,而且我是不确定在这种情况下我是否应该使用切片或热点)。我该怎么做?
I wanted to make custom social buttons (with Like links to Facebook, share links to Stumbleupon, etc.) for my site. So far, I've put in a fair amount of work in Photoshop and Fireworks, but now I can't associate the required script with the hotspots on the buttons (bear in mind that I'm new to Fireworks, and I'm not sure if I should be using slices or hotspots in this case). How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该在 css 中使用常规的悬停。你甚至使用精灵。在 Photoshop 和裁剪中将图片的悬停状态和常规状态放在一起,并在 CSS 中将宽度和高度放在锚标记上。并且,在悬停时,使用背景位置来定位图片。我就是这么做的。
you should just use a regular hover in css. You use sprites even. Put your pictures's hover states and regular states next to each other in Photoshop and crop and in CSS put the width and the height on your anchor tags. And, on hover, use background-position to position your picture. That's how I would do it.