0

我正在尝试创建要在 wordpress 小部件中使用的 CSS 悬停图像。我已经在 Fireworks 中创建了文件并导出了部分 CSS,但现在我完全不知道该放在哪里,以及我缺少什么。

下面是 Fireworks 生成的代码:

.e3circles{ background:url("e3circles.png") top left no-repeat; }
.icons_equity_symb{ width:287px; height:289px; background-position:-10px -10px; }
.icons_equity_symb_1{ width:287px; height:289px; background-position:-307px -10px; }
.icons_energy_symb{ width:300px; height:289px; background-position:-604px -10px; }
.icons_energy_symb_1{ width:300px; height:289px; background-position:-914px -10px; }
.icons_easy_symb{ width:313px; height:289px; background-position:-1224px -10px; }
.icons_easy_symb_1{ width:313px; height:289px; background-position:-1547px -10px; }
.icons_pop{ width:900px; height:289px; background-position:-1870px -10px; }
.icons_pop_1{ width:900px; height:289px; background-position:-2780px -10px; }

图片可见:http ://rachelorovio.com/sprites/e3circles.png

我开始使用 Studio Press 的最小主题,它有圆圈社交媒体图标:http ://demo.studiopress.com/minimum/

我的客户想保留这些圈子,但由于其他原因,我们不得不切换到主题Executive。

我已经研究了几天了,似乎我学得越多,它变得越复杂。每个脚本都不一样,所以我什至无法并排比较它们。如果你能帮忙,请告诉我!!谢谢!

4

1 回答 1

0

所以简单的方法是使用插件,你可以尝试小部件 css 类:

http://wordpress.org/extend/plugins/widget-css-classes/

否则打开你的主题,添加另一个 style2.css 例如到你的主题并在上面添加代码,打开 header.php 并链接到这个样式..然后去你的仪表板,添加一个 TEXT 小部件并调用这个圆圈的 Div会出现...

祝你好运

于 2013-04-03T22:30:19.167 回答