Dostalem oto ten kod:
<style>
@media only screen and (device-width: 768px) {
table.ipb_table .expander,
table.ipb_table .ipsModMenu { visibility: visible; opacity: 0.2; }
.post_block .post_controls { opacity: 1 !important; }
}
.radio{
float:left;
width:391px;
height:120px;
background: url("http://games-project.pl/images/radio.png");
display:block;
left:-360px;
padding:0;
position:fixed;
top:200px;
z-index:10000;
} </style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/prototype/1.7.0.0/prototype.js"></script>
<script type="text/javascript">
var j = jQuery.noConflict();
var isVisible = false;
j(function (){
j(".radio").click(function(){
isVisible = !isVisible;
if (isVisible)
j(".radio").stop(true, false).animate({left:"0"},"medium");
else
j(".radio").stop(true, false).animate({left:"-360"},"medium");
})
});
</script>
<div class="radio">
<iframe src='http://freeshoutcast.pl/nowa/staty2012.php?fota=&player=1&auto=no&port=11322' width='360' height='120' scrolling='no' frameborder='0'></div></iframe>
Wszystko jest ok ale chcialebym do tego dodac jeszcze linki do odsluchow w innych odtwarzaczach.
Mnie to nie wychodzi bo nie wychodzi
<br><a href="http://procees.panelradiowy.pl/listen.php?ip=freeshoutcast.pl&port=11322&format=pls">Słuchaj w Winamp</a><b>||</b> <a href="http://procees.panelradiowy.pl/listen.php?ip=freeshoutcast.pl&port=11322&format=asx">Słuchaj w Windows Media Player</a> <br><a href="http://procees.panelradiowy.pl/listen.php?ip=freeshoutcast.pl&port=11322&format=ram">Słuchaj w RealPlayer</a> <b>||</b> <a href="http://procees.panelradiowy.pl/listen.php?ip=freeshoutcast.pl&port=11322&format=m3u">Playlista</a></iframe></div>
Chcialbym zeby to bylo podspodem w okienku.
PS. Szukalem poprzedniego tematu, bo nie chcialem robic drugiego ale nie moglem znależć.


Dodatki SourceMod














