-
Irregular clickable image layout
Hey guys, I'm currently making myself a simple portfolio homepage that right now looks like this: http://www.nejvdesign.se/nc/ I'm pretty satisfied with it but I would like my images in different sizes according to the second frame in this picture: I'm not the best at coding so I'm doing most of my stuff in dw. The problem occurs because dw handles my thumbnails as if they were on some kind of textline. I'd like to know how to place them freely without any constraints and still maintaining the imageswap and the lightbox-link. The problem is visible in: http://www.nejvdesign.se/nc/arch/ and in http://www.nejvdesign.se/nc/photo/ In the last one i'm looking to control the sizes of the images so that they all align at the right side instead of the current jagged edge. Hopefully this is solveable without changing languages.
-
making a link out of a background image part
Hey! I'm looking to link a certain part of an image which usually is a super easy thing. Except for the fact that this now is the background image, I basically want to map a couple of pixels of the background image to work as a regular link! I'm a total beginner and i only know basic HTML, so if we can stick to that i'd appreciate it! thanks!
-
Picture in center, switched by tumbnails beneath
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> <script type="text/javascript" language="javascript"> function showPic (whichpic) { if (document.getElementById) { document.getElementById('placeholder')» .src = whichpic.href; if (whichpic.title) { document.getElementById('desc')» .childNodes[0].nodeValue = whichpic.title; } else { document.getElementById('desc')» .childNodes[0].nodeValue = whichpic.childNodes[0].nodeValue; } return false; } else { return true; } } </script> </head> <body> <p>daaaamp</p> <p> </p> <p id="desc">Choose an image to begin</p> <img id="placeholder" src="images/4.jpg" alt="" /> <ul> <li><a onclick="return showPic(this)" href="images/1.jpg" title="ettett">ettan</a></li> <li><a onclick="return showPic(this)" href="images/2.jpg" title="tvåtvå">tvåan</a></li> <li><a onclick="return showPic(this)" href="images/3.jpg" title="tretre">trean</a></li> </ul> </body> </html> isn't this correct?
-
Picture in center, switched by tumbnails beneath
i can't make it work, am i supposed to load some kind of java-class? can i just put the javatext into a html-document or do i need to do something else? i've never used java for webdesigning.. did some regu programming in it a couple of years ago please help? god i feel stupid regards
-
Picture in center, switched by tumbnails beneath
that is frickin' perfect, thanks a bunch
-
Picture in center, switched by tumbnails beneath
Thank, yes, please do
-
Picture in center, switched by tumbnails beneath
Hi, I'm a beginner for when it comes to web design and I basically only know how to write basic HTML. What I would like some help with is simple page-construction containing an image in the middle, and clickable thumbnails beneath it. I would like the picture in the center to to the full-size version of the thumbnail that I click, without the whole page refreshing itself! In what language do I write this, and where do I look for some kind of help? Regards Nejv