element.style editing
-
While using Firebug, I want to change the height of:
<div id=”slider” class=”nivoSlider” style=”position: relative; height: 360px; background: url(“https://gcasset.com/wp-content/themes/theme1307/images/slider_img/slider-1.jpg”) no-repeat scroll 0% 0% transparent;”>But I don’t know how to locate the proper file referencing the Firebug entry:
element.style {
background: url(“https://gcasset.com/wp-content/themes/theme1307/images/slider_img/slider-2.jpg”) no-repeat scroll 0 0 transparent;
height: 360px;
position: relative;
}
#slider {
background: url(“images/ajax-loader.gif”) no-repeat scroll 50% 50% transparent;
height: 310px;
position: relative;
width: 940px;
- The topic ‘element.style editing’ is closed to new replies.