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.

Nejv

Members
  • Joined

  • Last visited

  1. 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.
  2. 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!
  3. <!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?
  4. 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
  5. that is frickin' perfect, thanks a bunch
  6. Thank, yes, please do
  7. 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

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.