如何使用 JavaScript 翻转图像制作自定义社交按钮?

发布于 2024-12-14 09:30:31 字数 187 浏览 0 评论 0原文

我想为我的网站制作自定义社交按钮(带有 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

红ご颜醉 2024-12-21 09:30:31

你应该在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文