确定 element.style 的位置
我正在为朋友开发一个网站,使用的是 WordPress。它位于revere glass。我已经安装了 NextGen gallery,并尝试通过代码修改幻灯片的大小,因为插件编辑器似乎无法正常工作。
当我使用 firebug 检查布局时,我看到:
img src="http://revereglass.seeimpactdesign.com/wp-content/gallery/revere/big-instructor.jpg" style="height: 300px; width: 400px; position: relative; top: 0px; left: 0px; "
该类是 .galleryview。我尝试编辑 .js 文件和 galleryview.css,但无法让滑块更改尺寸。
任何帮助将不胜感激!
I am working on a website for a friend, using wordpress. It is located at revere glass. I have installed the NextGen gallery, and am attempting to modify the size of the slideshow via the code, as the plugin editor does not seem to work properly.
When I use firebug to examine the layout, I see:
img src="http://revereglass.seeimpactdesign.com/wp-content/gallery/revere/big-instructor.jpg" style="height: 300px; width: 400px; position: relative; top: 0px; left: 0px; "
The class is .galleryview. I have attempted to edit the .js files, and galleryview.css, but I can't get the slider to change dimensions.
Any help would be greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
检查您的标记。确保没有内联样式。您还可以尝试:
Check your markup. Make sure there are no inline styles. You can also try: