doubledee Posted March 20, 2011 Share Posted March 20, 2011 Someone introduced me to this really cool Slide-show called "jShowOff: a jQuery Content Rotator" located here: http://ekallevig.com/jshowoff/ I would like to change the styling on the black strip that contains the buttons (e.g. Pause, Next, 1, 2, 3,...) but can't figure out to do that since they are not in the HTML file I'm working on?! Can someone help me figure this out? Thanks, Debbie Quote Link to comment https://forums.phpfreaks.com/topic/231212-trying-to-style-buttons-in-javascript-slide-rotator/ Share on other sites More sharing options...
tomfmason Posted March 20, 2011 Share Posted March 20, 2011 I checked it out in firebug and it would seem that the best way would be to simply change the css properties for .jshowoff-active (for active links),.jshowoff-slidelinks a (for inactive links) and .jshowoff-controls a (for the controls) Quote Link to comment https://forums.phpfreaks.com/topic/231212-trying-to-style-buttons-in-javascript-slide-rotator/#findComment-1190075 Share on other sites More sharing options...
doubledee Posted March 21, 2011 Author Share Posted March 21, 2011 I checked it out in firebug and it would seem that the best way would be to simply change the css properties for .jshowoff-active (for active links),.jshowoff-slidelinks a (for inactive links) and .jshowoff-controls a (for the controls) I figured that out by pasting the HTML - quickly!! - into NotePad before it changed again!! What has me stumped, more so, is how does the HTML or JavaScript refer to the style-sheet "jshow.css'??? I have been searching high-and-low, but can't for the life of me figure this out, which means even if I style the correct element, it take effect! Thanks, Debbie Quote Link to comment https://forums.phpfreaks.com/topic/231212-trying-to-style-buttons-in-javascript-slide-rotator/#findComment-1190105 Share on other sites More sharing options...
doubledee Posted March 21, 2011 Author Share Posted March 21, 2011 What has me stumped, more so, is how does the HTML or JavaScript refer to the style-sheet "jshow.css'??? I was being dumb with that last question... Someone had provided me with some code and since there was no reference to a stylesheet I thought that was happening in the JavaScript at runtime. Turns out I just needed to point to my own stylesheet. BTW, I was up until 3am but finally got all of the styles tracked down and have a pretty awesome looking slide show now!! Thanks, Debbie Quote Link to comment https://forums.phpfreaks.com/topic/231212-trying-to-style-buttons-in-javascript-slide-rotator/#findComment-1190303 Share on other sites More sharing options...
doubledee Posted March 21, 2011 Author Share Posted March 21, 2011 How do you mark a thread as "solved"? Quote Link to comment https://forums.phpfreaks.com/topic/231212-trying-to-style-buttons-in-javascript-slide-rotator/#findComment-1190310 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.