Tag Archives: Tool Tip

linking thumbnail image to larger image

I will be new at web development and am creating a problem, I am building a jewelry site abd want to link my thumbnails to the larger image, I don’t aim for to make the seperate page per larger image since you will have alot of these individuals. Could someone remember to tell me the simplest and easiest route to accomplish this Make sure you explain in bare language since We are new I don’t understand alot of web design terms yet. Thanks, mrl51 michaelliebmanmsn. com The simplest think is that will insert a hyperlink round the thumbnail, and link it for the image, as listed below: HTML: < your href=" bigimage. jpg" > < img src=" thumbnailimage. jpg" width=" 100px" height=" 100px" /> < /a> Like that no page should be used for each photo. And to include in justlivyalife’s reply… to help eliminate the random world box around the thumbnail connection, add the: border=" 0" for the img tag. The alt property is for a tool-tip outline. < your href=" bigimage. jpg" > < img src=" thumbnailimage. jpg" width=" 100px" height=" 100px" border=" 0" alt=" this description" > < /a> If your code will be xHTML compatible, make … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , | Leave a comment

How do i do something like this!

May anyone know where i will find a course or something on how to achieve this, any help could well be great. It doesnt ought to be exactly like this just something identical. http: //img80. imageshack. us/img80/6356/screenredsgl8. jpg this is the site to find out it in activity. www. reds. com thanks Err, do which aspect The caption Thats a few simple gradients inside a paragraph, that is…. But in of which site it’s in flash. I could embark on in why more air . use Flash (in that case, search engines can have trouble reading it), but also the belief that the layout is at tables means that if you prefer a " semanticly correct" web site, you need in order to totally restructure them in CSS floor plans… but at of which point it makes simple. nah, i got talking about the complete news thing, the way you rollover the small images after which it i brings upwards the big picture using the little news tidbit. I’m sorry i didnt make myself more crystal clear. They managed it in expensive… But you don’t have to do it in flash. You may possibly also do it with an iframe, … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , , , , , | Leave a comment

Form Design: Best Place to Put Extra Info

I am working on brand-new styles for my own employer’s site employing CSS and JQuery, and I ran into a fascinating quandary, which I was hoping I might get some advice pertaining to. I want and therefore add hints for you to any form elements that could need them, and have them only look when they’re needed (using any hover mechanism). I want to to ask, what in your opinion is the simplest way to do that (both handling your indication that there’s more info, and having this show up) On the list of books I has been reading suggests accomplishing this by adding a good info icon into the label, but my employer wants the labels to show up floating around the left side of the form elements, and I located that adding an icon there makes the labels look really uneven (because the star sits between the label along with the form). I truly do know that I’m likely to indicate errors using a popup on the ideal side of the form element (that underlines when the element concentrates or the error icon which will appear on the ideal side of the field is hovered), so I’m undecided … Continue reading

Posted in Web Design | Tagged , , , , , , , , , , , , , , , | Leave a comment