• Some time ago, I added a Step Carousel Viewer to my site. This isn’t a typical WordPress plug-in, just some javascript that did what I needed it to do.

    It works great in most browsers, but I noticed IE7 shoved some buttons about 200 pixels to the left. Other browsers handle the script quite well.

    To solve this browswer compatibility issue, I need to edit the style elements attached to a couple of images. This involves editing some HTML. But I can not find the HTML I need to edit anywhere. Nor is there any CSS styling that I can find allociated with hese buttons. Looking at the source code, it appears the images fall outside the header, footer and page templates.

    Typically, the carousel parameters are edited in the javascript. I’ve located this script, but if I change the parameters, I’ll throw off the buttons in every other browser.

    When viewing the site, the carousel is located at the bottom of the page just above the footer. The two white and blue arrows with the circles around them are the buttons in question.

    http://viewmarkcommunications.com/MBJS

The topic ‘Where/How do I edit this code?/Carousel Viewer’ is closed to new replies.