Can't edit CSS file
-
Hello guys,
I’ve got a great problem with Smooth Slider within an important site I’m creating, that’s why I’ve decided to ask your help.
I’m trying to edit the css in order to change the arrows (next-prev), but some strange things are happening because when I use Firebug to control the css (smooth-slider/css/skins/default/style.css) this is totally different than the one uploaded to the server in the same position.
How can this strange thing be possible?The class I need to edit
/*Navigation */
/* Next and Previous navigational arrows */
.smooth_slider .smooth_next {position: absolute;right: 0px;top:45%; width: 24px; height: 24px; cursor: pointer; background: transparent url(buttons/default/next.png) no-repeat 0 0;}
.smooth_slider .smooth_prev { position: absolute;left: 0px;top:45%; width: 24px; height: 24px; cursor: pointer; background: transparent url(buttons/default/prev.png) no-repeat 0 0;}does not exist in the css uploaded to the server!
Please answer if you can help me.
Thank you a lot.
Marie Albes
- The topic ‘Can't edit CSS file’ is closed to new replies.