• Hey i have to change
    element.style {
    display: none;
    float: left;
    margin-right: -100%;
    width: 100%;
    }
    to this:
    element.style {
    display: none;
    float: left;
    margin-right: 100%;
    width: 100%;
    }
    But i’m not quite sure where the element.style is? (not in Style.css or flexslider.css)

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Where is element.style?’ is closed to new replies.