<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>Photo Sliding Gallery css &#8211; DesignSavvy: Unleashing Creative Brilliance</title>
<atom:link href="https://www.searchenginegenie.com/web-design-blog/tag/photo-sliding-gallery-css/feed/" rel="self" type="application/rss+xml" /><link>https://www.searchenginegenie.com/web-design-blog</link>
<description>Inspiring Designs, Transformative Insights</description>
<lastBuildDate>Fri, 20 Apr 2012 09:07:59 +0000</lastBuildDate>
<language>en-US</language>
<sy:updatePeriod>
hourly	</sy:updatePeriod>
<sy:updateFrequency>
1	</sy:updateFrequency>
<generator>https://wordpress.org/?v=6.9.4</generator><image>
<url>https://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2024/05/cropped-SEG-1-32x32.png</url><title>Photo Sliding Gallery css &#8211; DesignSavvy: Unleashing Creative Brilliance</title><link>https://www.searchenginegenie.com/web-design-blog</link>
<width>32</width>
<height>32</height>
</image>
<item><title>Photo Sliding Gallery using HTML</title><link>https://www.searchenginegenie.com/web-design-blog/photo-sliding-gallery-using-html/</link>
<comments>https://www.searchenginegenie.com/web-design-blog/photo-sliding-gallery-using-html/#comments</comments>
<dc:creator><![CDATA[Mars]]></dc:creator>
<pubDate>Fri, 20 Apr 2012 08:53:03 +0000</pubDate>
<category><![CDATA[HTML]]></category>
<category><![CDATA[web design]]></category>
<category><![CDATA[web design tips]]></category>
<category><![CDATA[Photo Gallery]]></category>
<category><![CDATA[Photo Sliding Gallery]]></category>
<category><![CDATA[Photo Sliding Gallery css]]></category>
<category><![CDATA[Sliding Gallery]]></category>
<guid
isPermaLink="false">http://www.searchenginegenie.com/web-design-blog/?p=1657</guid><description><![CDATA[Final Preview: Step:1 Open a new HTML Document in dreamweaver. Step:2 Paste the following code in the HTML Document. &#60;ul id=&#34;sliding&#34;&#62; &#60;li&#62;&#60;a href=&#34;#nogo&#34;&#62; &#60;img src=&#34;pic1.jpg&#34;/&#62;&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#nogo&#34;&#62; &#60;img src=&#34;pic2.jpg&#34;/&#62;&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#nogo&#34;&#62; &#60;img src=&#34;pic3.jpg&#34;/&#62;&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#nogo&#34;&#62; &#60;img src=&#34;pic4.jpg&#34;/&#62;&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#nogo&#34;&#62; &#60;img src=&#34;pic5.jpg&#34;/&#62;&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#nogo&#34;&#62; &#60;img src=&#34;pic6.jpg&#34;/&#62;&#60;/a&#62;&#60;/li&#62; &#60;li&#62;&#60;a href=&#34;#nogo&#34;&#62; &#60;img src=&#34;pic7.jpg&#34;/&#62;&#60;/a&#62;&#60;/li&#62; &#60;/ul&#62; Step:3 Create embedded &#60;style&#62; style [&#8230;]]]></description>
<content:encoded><![CDATA[<style>#sliding{padding:0;margin:0
0 40px 0;list-style-type:none;overflow:visible;width:495px;height:240px;background:transparent url(https://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/04/back.jpg)}#sliding
li{float:left}#sliding li
a{display:block;height:240px;width:28px;float:left;text-decoration:none;border-right:1px solid #fff;cursor:default}#sliding li a
img{width:28px;height:240px;border:0}#sliding li a:hover{background:transparent;width:320px}#sliding li a:hover
img{width:320px}</p></style><ul
id="sliding"><li><a
href="#nogo"><br
/>
<img
decoding="async" src="https://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/04/pic1.jpg?x86529"/></a></li><li><a
href="#"><br
/>
<img
decoding="async" src="https://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/04/pic2.jpg?x86529"/></a></li><li><a
href="#"><br
/>
<img
decoding="async" src="https://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/04/pic3.jpg?x86529"/></a></li><li><a
href="#"><br
/>
<img
decoding="async" src="https://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/04/pic4.jpg?x86529"/></a></li><li><a
href="#"><br
/>
<img
decoding="async" src="https://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/04/pic5.jpg?x86529"/></a></li><li><a
href="#"><br
/>
<img
decoding="async" src="https://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/04/pic6.jpg?x86529"/></a></li><li><a
href="#"><br
/>
<img
decoding="async" src="https://www.searchenginegenie.com/web-design-blog/wp-content/uploads/2012/04/pic7.jpg?x86529"/></a></li></ul><p><strong>Final Preview:</strong></p><p><strong>Step:1</strong> Open a new HTML Document in dreamweaver.</p><p><strong>Step:2</strong> Paste the following  code in the HTML Document.</p><p
style="background-color:#f5f5f5; width: 500px; border: #999 solid 0.01em; padding: 10px 10px 0 10px;">&lt;ul id=&quot;sliding&quot;&gt;<br
/>
&lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;<br
/>
&lt;img src=&quot;pic1.jpg&quot;/&gt;&lt;/a&gt;&lt;/li&gt;<br
/>
&lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;<br
/>
&lt;img src=&quot;pic2.jpg&quot;/&gt;&lt;/a&gt;&lt;/li&gt;<br
/>
&lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;<br
/>
&lt;img src=&quot;pic3.jpg&quot;/&gt;&lt;/a&gt;&lt;/li&gt;<br
/>
&lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;<br
/>
&lt;img src=&quot;pic4.jpg&quot;/&gt;&lt;/a&gt;&lt;/li&gt;<br
/>
&lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;<br
/>
&lt;img src=&quot;pic5.jpg&quot;/&gt;&lt;/a&gt;&lt;/li&gt;<br
/>
&lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;<br
/>
&lt;img src=&quot;pic6.jpg&quot;/&gt;&lt;/a&gt;&lt;/li&gt;<br
/>
&lt;li&gt;&lt;a href=&quot;#nogo&quot;&gt;<br
/>
&lt;img src=&quot;pic7.jpg&quot;/&gt;&lt;/a&gt;&lt;/li&gt;<br
/>
&lt;/ul&gt;</p><p><strong>Step:3</strong> Create embedded &lt;style&gt; style below &lt;head&gt; tag. Add the following CSS Code:</p><p
style="background-color:#f5f5f5; width: 500px; border: #999 solid 0.01em; padding: 10px 10px 0 10px;">&lt;style&gt;<br
/>
#sliding {<br
/>
padding:0; <br
/>
margin:20px 0 0 20px; <br
/>
list-style-type:none; <br
/>
overflow:hidden; <br
/>
width:495px; <br
/>
height:240px; <br
/>
background:#fff url(back.jpg);<br
/>
}<br
/>
#sliding li {<br
/>
float:left;<br
/>
}<br
/>
#sliding li a {<br
/>
display:block; <br
/>
height:240px;<br
/>
width:28px; <br
/>
float:left; <br
/>
text-decoration:none; <br
/>
border-right:1px solid #fff; <br
/>
cursor:default;<br
/>
}<br
/>
#sliding li a img {<br
/>
width:28px; <br
/>
height:240px; <br
/>
border:0;<br
/>
}<br
/>
#sliding li a:hover {<br
/>
background:#eee; <br
/>
width:320px;<br
/>
}<br
/>
#sliding li a:hover img {<br
/>
width:320px;<br
/>
}<br
/>
&lt;/style&gt;</p><p><strong>Step:4</strong> Place required images inside your HTML file folder.</p><p>Now run the Program.</p>
]]></content:encoded>
<wfw:commentRss>https://www.searchenginegenie.com/web-design-blog/photo-sliding-gallery-using-html/feed/</wfw:commentRss>
<slash:comments>1</slash:comments>
</item>
</channel>
</rss>
<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/

Page Caching using Disk: Enhanced 
Minified using Disk

Served from: www.searchenginegenie.com @ 2026-04-21 09:48:51 by W3 Total Cache
-->