IFRAME scroller - Joomla! Forum - community, help and support
http://marshfieldcricketclub.co.uk/index.php/2014-10-06-14-47-10/player-profiles/127-mark-dixon
hi
i use iframe display player stats website on our own cricket club website, see above link. put in using following css code , i'm overall happy it, rid of superfluous scroll bar on outside of iframe. ideas?
hi
i use iframe display player stats website on our own cricket club website, see above link. put in using following css code , i'm overall happy it, rid of superfluous scroll bar on outside of iframe. ideas?
code: select all
#container{
width:100%;
height:720px;
border:0px solid #000;
overflow:hidden;
margin:auto;
overflow-y: hidden;
}
#container iframe {
width:100%;
height:1500px;
margin-left:0px;
margin-top:-280px;
border:0 solid;
}
the scroll bar coming page have embedded in iframe. perhaps code trick won't able scroll up/down view stats. anyway try , see if else can done:
good luck.
code: select all
#player_bowling_summary {
overflow: hidden;
}
good luck.
Comments
Post a Comment