Written in response to Remove menu/header from blog page template:
for scrollbar at iframe you have to adjust following two things in this css
#iframe_div3 iframe {
border: 0 solid;
height: 1200px;
margin-left: 1px;
margin-top: -263px;
overflow: hidden;
width: 800px;
}
change
overflow:visible;
height :1500px;
and adjust height as much as you want
#iframe_div3 iframe {
border: 0 solid;
height: 1200px;
margin-left: 1px;
margin-top: -263px;
overflow: hidden;
width: 800px;
}
change
overflow:visible;
height :1500px;
and adjust height as much as you want
Updated: 02/07/13 6:28am

