HTML - Web Gallery Thumbnail Problem
Im creating a web gallery, and it deals with iFrames. So I have 2 iFrames in the page 1 iFrame shows the thumbnails. the second iFrame shows the full picture. So the thumbnail one I decided to go horizontally this time and not vertically like I usually do. Now the problem is I have the thumbnail iFrame a certain length. It hold visibly 5 80px thumbnails. If I add any more thumbnails is puts the extra thumbnails below the first 5. Which I don't want, I want all the thumbnails to be on one line even if I have like 20 thumbnails.
how can I do this? thx for your help Similar Tutorialshello, i've placed an image gallery to my website . i am unable to align it to the center, I'm looking for the coding to make a small (ex:100x100) picture to its NORMAL size i've found others that like when you click it it doubles it. not really what i want I want it so when you click on an image, a popup will appear with the regular size of an image. I'll even pic the sizes in manually if i have to (was suposed to be HOW to..not hot to lol my bad) Hi guys. I'm not very familiar with HTML at all, but I have just created a new blog on blogspot. I created a new "page" to make a gallery and I wanted to add my gallery as a simple HTML thumbnail thingie. I mean lots of thumbnails with a short description below the picture that allowed me to write like "Photoshoot 5/1-2012" or something like that. I made this code to make a thumbnail that when you click on it, the picture gets the original size, but would it be possible just by HTML coding to make the thumbnail go into a slideshow of pictures from that shoot without making it go to an external page? HTML Code: <a href="http://www.supercoloring.com/wp-content/thumbnail/2009_01/t-coloring-page.gif"> <img height="150" src="http://www.supercoloring.com/wp-content/thumbnail/2009_01/t-coloring-page.gif" width="150" /></a> If anyone got another idea that would work for me I'd love it. I don't know if I'm allowed to post my page but it's kenmoe . blogspot . com, I can delete it if it's not allowed, but it's a sub page next to "Blog" where I'd love a gallery that still looks nice and keeps the user on my page. Have a happy new year everyone! Hello, I am making a squad list for my football team and i have created a table containing all the information; squad number, name , position etc. In the last column i want to have it so there is a blank field or a field with a ver small thumbnail in and when the cursor hovers over this an image appears, but only whilst the cursor is over that small part. hope this make sense Is there a html code for a thumbnail that makes the target image return to the thumb when it is clicked without it being in its own html document? Hello I have a webpage but I want to make this - when people click on the thumbnail of a photo, then the larger version of the photo will be shown up like that of the facebook and visitors can comment on the photo anonymously (I don't need an account system in my webpage) But that's all, I don't need anything as complicated as facebook e.g "like" buttom or anything else How to write this code? will it be very difficult to make it? Thank you. I have a thumbnail jpg on my main page and would like to display the full size jpg on a separate page when the thumbnail is clicked. I know, a total newbie thing, but you know how to do it and I don't! A simple example would be much appreciated. I have designed my band's myspace page (http://www.myspace.com/blindthecarrier) with custom header's and title blocks. About and members are currently the only sections with title blocks, but I would like to add a new html box with my top friends in it and remove the default friends box. I viewed the source code and now have everything working except the friend thumbnail pictures. Any ideas on how to retrieve profile picture thumbnails from someones profile? Let me set up what my site looks like first, then I'll delve into the question. My site has frames, top frame, left frame, and a main frame. The left frame contains numerous thumbnail images that I want the user to click on and get a larger version of said image inside the main frame. The problem I'm having is I have to create a separate html page for each (larger)image (and it has become incredibly tedious), instead of just having a main.html with some sort of way of opening multiple (not more then one image at a time, but have an image replace the previous one when a new thumbnail is clicked) images inside of it. How can I do this? Would I use a div or what? I'm just learning so any help would be great. If I haven't explained well enough, I'll be happy to restate the question if you wish. Please help ! ) HI, Can anybody recommend a gadget for Previewing / Thumbnailing HTML templates on my hard drive. I have lots of index.html pages in different folders and I'm looking for a way to flick through them, rather than having to go in and open the files individually. heres an example,,, by clicking thumbnails or text , it shows the thumbnail into a larger picture,,,ive inserted a link below for example, please let me know what it is called and i will google the script. thank you in the example below,,,theres 3 different types of sunglasses, and it changes when you want to view a different style http://www.krudmart.com/product_info...82088429ceeb06 Hi! Didnt know if to put this in HTML or CSS. I want a title, date and thumbnail of my recent posts from the category "blog" to appear in my footer, siimilar to this side (they have it in the sidebar though) http://i56.tinypic.com/30a9nhx.jpg. Because there is PHP involved, I can't really peak into the source code I've tried this hack, btu it also genereates an excerpt which is not what I want, as it gets too long to fit in my footer, plus, there is no category thumb: Quote: <?php query_posts('showposts=4&cat=114'); while(have_posts()) : the_post(); ?> <h4>" rel="bookmark"><?php the_title(); ?></h4> Posted on <?php the_date(); ?> <div align="left" valign="top"><?php the_excerpt(); ?></div> <div align="right">" rel="bookmark">Read More</div> <?php endwhile; ?> I was wondering if it was possible to past an Image over an image WITHOUT backround img code. But my MAIN q. was if there was a win7 equivelant to galleryimage=no. Hello to everyone, Brand new here and need help with something that has not been covered here. I am trying to implement a new gallery script on my website. The script requires an <ul> of images to make it work. Example: <ul class="gallery"> <li><img src="img/architecture11.jpg" alt="architecture11" title="architecture11 Caption"></li> </ul> My question, as i have around 100 images for each album will i have to code each line manually... it would take forever! Many thanks. Maggi. I'm trying to create a web page that allows my thumbnail photos to link to an enlarged version of the same image right above the thumbnails. So lets say I have 4 thumbnails lined up, I could click on either one, and a larger version of the image would appear, centered, above. If I clicked another image, the previous enlarged image would go away, and the newly clicked image would display, enlarged, in place where the last one was. I know you can do something similar with a mouseover code with Java script. I'm looking to strictly create something for a single page with HTML. Anyone have some insight? I'm building a website and i'm new to this. I want to build a gallery section on my site. Here's how I want it to work. I want people to be able to upload there own pictures in it themselves. It's main page will be the thumbnails with small description deside it. When a thumbnail is clicked, it open a pop-up with the picture with a resolution of 600x400 with description under it the person added while uploading the picture. After when the 600x400 picture is clicked that pop-up window will closed and another one with its orginal resolution will open. Clicking again will cause is to close. I also want to add a search engine in there with search options such as category, newly added, latest added, user... If anyone know ann extention for dreamweaver for it or something with frontpage please let me know. any help at all will be appreciated and thanked. Hi, Does anyone know how you make a gallery to this one http://www.suecorr.com/page2.htm, where the image pops up when you click on it and darkens the background, and also gives you the option to move on to the next image. Thanks Dyfrig |