Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript New 100% width slideshow

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29537
    andyjoe81
    Participant

    I found a slideshow javascript (http://www.dynamicdrive.com/dynamicinde … deshow.htm) that is simple and looks good, and seems to show more promise that other galleries I’ve seen to be able to do something that no gallery out there seems to be able to do out of the box. my new wordpress theme I’m working on (olivetreemusicstudio.com/wp) has a left and right sidebar locked to the far left and far right of the screen, and the center area fills up the space in the middle, no matter how big or small the window. What I need is for a slideshow to auto adjust its width to 100% within the div. I’ve gotten SO CLOSE! It works absolutely perfectly if you visit my website, go into firebug, and turn off the width of the div "fadeshow1" under the following path:
    •home page page-id-9 page-template page-template-default
    >header-bg
    >main-content
    >page-wrap
    >main-content-text-page
    >post
    >main-content-text-what-we-do
    >fadeshow1

    But I cant seem to figure out how to adjust this in my code! The height and width is assumed to be pixels and I need it to be either percentage or disabled all together.

    The other problem I’m running into is that the code wants to be in my header, and so for every other page of my site that uses the same header (all of them), I get an error message that there is a div missing in my body.

    Thanks in advance to the awesomeness that is you, oh person that spent the time reading this, knew the answer, and posted it back to me!

    ~Andy

    #79279
    Makeshift
    Member

    If you give us a link to your page, you’ll probably get a better response.

    #79316
    andyjoe81
    Participant
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.