where is element.style ?
Author | Posts |
---|---|
July 24, 2014 at 8:26 am 24042 | |
Anas Basalamah | Hi i want to change something in this code but i couldn't find the code element.style { width: 1600%; transition: 0.6s; -webkit-transition: 0.6s; -webkit-transform: translate3d(-835px, 0px, 0px); transform: translate3d(-835px, 0px, 0px); thx |
July 27, 2014 at 11:25 am 24166 | |
Anas Basalamah | this code is for flex slider please help ! |
July 27, 2014 at 11:28 am 24168 | |
Mahi | can you please explain what you are trying to do here? |
July 27, 2014 at 11:39 am 24169 | |
Anas Basalamah | ok i did RTL the flex slider change it from the js file but the problem is in order to make it work properly I must delete the minus from so it should be like –> transform: translate3d(835px, 0px, 0px); because its RTL. so I did “inspect element” in my browser to find where is the location of this code but it did’t give me a location instead it says the code under element.style { element.style { i want to know the location of element.style{ |
July 27, 2014 at 11:42 am 24170 | |
Anas Basalamah | |
July 28, 2014 at 1:58 am 24216 | |
Anas Basalamah | i found the solution i just wrote ul.slides li{ -webkit-transform: translate3d(835px, 0px, 0px) !important; } thanks |