Hunterhood2001
New Member
I just changed the code, so that the iframe scrolls with your browser. It simply stays were you told it
Define this in your style.css:
#site-title div.yt2 {
top:190px;
left:40px;
position:fixed;
}
and use this code in your html
<div class="yt2"><iframe scrolling="no" frameborder="0" id="fr" src="http://www.youtube.com/subscribe_widget?p=Hunterhood2001" style="overflow: hidden; height: 105px; width: 260px; border: 0;"></iframe></div>
If you need another postion simply change the top: and left: in your style.css
Define this in your style.css:
#site-title div.yt2 {
top:190px;
left:40px;
position:fixed;
}
and use this code in your html
<div class="yt2"><iframe scrolling="no" frameborder="0" id="fr" src="http://www.youtube.com/subscribe_widget?p=Hunterhood2001" style="overflow: hidden; height: 105px; width: 260px; border: 0;"></iframe></div>
If you need another postion simply change the top: and left: in your style.css