Hi guys!
I have an html component in one of my pages in my website (namely, page1 ) and in that html, I linked it to my other page (namely, page2 ) so I may be able to see or view page2 through html inside page1 . The problem is that the html can be scrolled in x and y axis (can be scrolled up and down, and also left to right), but I wanted to disappear the scroll bar for the x axis only (the scroll bar which could scroll left and right). And also, I want to view the center part only of page2 which means to say there is a specific coordinates in x and y axis.
Note: When I used the below code, both the scroll bar at the bottom and right side of the html component will be gone. I would like to have scroll bar at the right side and no scroll bar at the bottom of the html component.
$w("#html1").scrolling = "no";
Do any of you know how to do this? I hope you understand what I meant.
Thank very much for your time to help me with this one!