-
AuthorPosts
-
September 22nd, 2014 at 08:59 #27311Alex
when using rtl.css the homepage starts showing a scroll bar. when scrolled to the side, main menu stops working. Appears on Safari and Chrome. Thank you
October 1st, 2014 at 07:02 #27488AlexAnyone?
November 2nd, 2014 at 19:55 #28069AlexHello again.
Cannot fix this problem on Safari.Screenshot attached. PLEASE HELP
November 5th, 2014 at 12:55 #28089AlexI tried to find the element that is offscreen with the following JS script in Firebug Console:
var nodes = document.getElementsByTagName(“*”);
for(var i=0; i < nodes.length;i++) {
var node = nodes[i];
if(node.offsetLeft < -500) {
console.log(node);
}
}IT SHOWS THE FOLLOWING:
Where can I change the “left” value of of slider images inserted in in <div clas=”nivo-box”> and <div class=”nivo-slice”>?
THANK YOU!
November 5th, 2014 at 12:58 #28090AlexSorry, there is a code again
img style=”position:absolute; width:1150px; height:auto; display:block; top:-0px; left:-576px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-0px; left:-720px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-0px; left:-864px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-0px; left:-1008px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-100px; left:-576px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-100px; left:-720px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-100px; left:-864px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-100px; left:-1008px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
img style=”position:absolute; width:1150px; height:auto; display:block; top:-200px; left:-576px;” src=”http://hapilates.co.il/wp-content/uploads/2014/09/slider4.jpg
etc…
November 5th, 2014 at 14:10 #28093AlexSOLVED !
-
AuthorPosts
The topic ‘rtl.css problem’ is closed to new replies.