Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Slider Kodas php panelėje

Parašė boom· 2011 Geg. 4 23:05:21
#6

Na va kaip ir veikia tik dabar css nereguoja iš style.css

echo"
<script type='text/javascript' src='http://********/s3Slider.js'></script>
<script type='text/javascript'>
$(document).ready(function() {
$('#slider1').s3Slider({
timeOut: 4000
});
});
</script>

<div id='slider1Image'>
<ul id='slider1Content'>

<li class='slider1'>
<a href=''><img src='http://********/example_images/wide/1.jpg' alt='1' /></a>
<span class='left'><strong>Title text 1</strong><br />Content text...</span></li>



<li class='slider1Image'>
<a href=''><img src='http://********/example_images/wide/2.jpg' alt='2' /></a>
<span class='left'><strong>Title text 2</strong><br />Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...</span></li>



<li class='slider1Image'>
<img src='http://********/example_images/wide/3.jpg' alt='3' />
<span class='left'><strong>Title text 2</strong><br />Content text...</span></li>



<li class='slider1Image'>
<img src='http://********/example_images/wide/4.jpg' alt='4' />
<span class='left'><strong>Title text 2</strong><br />Content text...</span></li>



<li class='slider1Image'>
<img src='http://********/example_images/wide/5.jpg' alt='5' />
<span class='left'><strong>Title text 2</strong><br />Content text...</span></li>



<div class='clear slider1Image'></div>
</ul>
</div>";
Kam įdomu štai veikia:

echo"

<style type='text/css' media='screen'>
#slider1 {
width: 720px; /* important to be same as image width */
height: 300px; /* important to be same as image height */
position: relative; /* important */
overflow: hidden; /* important */
}

#slider1Content {
width: 720px; /* important to be same as image width or wider */
position: absolute;
top: 0;
margin-left: 0;
}
.slider1Image {
float: left;
position: relative;
display: none;
}
.slider1Image span {
position: absolute;
font: 10px/15px Arial, Helvetica, sans-serif;
padding: 10px 13px;
width: 694px;
background-color: #000;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
color: #fff;
display: none;
}
.clear {
clear: both;
}
.slider1Image span strong {
font-size: 14px;
}
.left {
top: 0;
left: 0;
width: 110px !important;
height: 280px;
}
.right {
right: 0;
bottom: 0;
width: 90px !important;
height: 290px;
}
ul { list-style-type: none;}
</style>

<script type='text/javascript' src='http://*******/s3Slider.js'></script>
<script type='text/javascript'>
$(document).ready(function() {
$('#slider1').s3Slider({
timeOut: 4000
});
});
</script>



<div id='slider1'>
<ul id='slider1Content'>



<li class='slider1Image'>
<a href=''><img src='http://*******/example_images/wide/1.jpg' alt='1' /></a>
<span class='left'><strong>Title text 1</strong><br />Content text...</span></li>



<li class='slider1Image'>
<a href=''><img src='http://*******/example_images/wide/2.jpg' alt='2' /></a>
<span class='left'><strong>Title text 2</strong><br />Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...Content text...</span></li>



<li class='slider1Image'>
<img src='http://*******/example_images/wide/3.jpg' alt='3' />
<span class='left'><strong>Title text 2</strong><br />Content text...</span></li>



<li class='slider1Image'>
<img src='http://*******/example_images/wide/4.jpg' alt='4' />
<span class='left'><strong>Title text 2</strong><br />Content text...</span></li>



<li class='slider1Image'>
<img src='http://*******/example_images/wide/5.jpg' alt='5' />
<span class='left'><strong>Title text 2</strong><br />Content text...</span></li>



<div class='clear slider1Image'></div>
</ul>
</div>";

Redagavo boom· 2011 Geg. 5 00:05:51