Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Image Veiwer/Slider

Featured Replies

Im trying 2 make a image Viewer but not doing that well :( have looked around and just cant find one that i can get 2 work.

 

Just hoping some one could point me in the right directions eg tutorial or os code that i can look at and make work

 


 

have made a quick image of what im planning

 

Hope some one can help PLEASE

 

post-27878-0-38818000-1378813426_thumb.gif

Edited by PumpkinHead

  • Author

Thanks for that mrbken will have a look and this site is not responsive at the moment but you never know what i will have 2 make next Thanks again

  • Author

PS iv made a CSS one but it has a bug lol it gose somthing like this

<div class="ImageFrame">
	<div class="ImageMain">
		<ul>
			<li><a name="<? echo $img["Id"];?>"><img src="sto/<? echo $img["image_name"];?>" title=""alt="" /><a></li>
		</ul>
	</div>	
	<div class="ImageThumb">
		<ul>
			<li><a href="#<? echo $img["Id"];?>"><img src="sto/<? echo $img["image_name"];?>" title=""alt="" /></a></li>
		</ul>				
	</div>
</div>

PS some code missing

 

.productImageFrame {
	float: left;
	width: 406px;
	min-height: 350px;
	border: 1px solid #8bc0c0;
	margin: 0px 0px;
}
.productImageMain{
	position: relative;
	overflow: hidden;
	width: 400px;
	height: 300px;
	border: 3px solid #FFF; 


}

.ImageMain img{
	width: auto;
	height: 300px;
	vertical-align: middle;
	text-align: center;
	

}
.ImageThumb ul{
	width: 406px;
}
.ImageThumb li {
	width: 75px;
	height: 75px;
	float: left;
	display: inline;
	margin: 3px;
	}
.ImageThumb img{
	width: 75px;
	height: 75px;
}	
 

the bug i have is when the image chages the holl page jump 2 the top

 

but hay it works and will now look at FlexSlider 2 will post l8er and tell you how i did with it

Edited by PumpkinHead

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.