Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. Web Development – Six Questions inside!

Web Development – Six Questions inside!

Scheduled Pinned Locked Moved Web Development
c++javaphpdatabasequestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rbwest86
    wrote on last edited by
    #1

    Hello everyone, I want everyone to take a look at this website. http://www.xxodd.nl/index.php I have a bunch of questions. I want to know how they made that navigation pane at the top. How was it constructed? Let me list out my questions to clarify things: 1.) How was the navigation pane constructed 2.) How does the navigation pane stay translucent? 3.) How do they make the center “body table” translucent? 4.) When you click on a product, and go to the gallery on the product, notice that the images are dimmed. When you put your curser over the image it brightens up, how is this achieved? 5.) When you click on an image, it opens up in I believe “Java”. The image opens up into a specified size, looks like the size of the image. And the image opens up into a “Sub menu” on the page, dimming everything in the background. How is this done? 6.) The image on the background, it looks 3D. How is the glass effect and mirror effect applied to this image? I am extremely new to web development. I dabble in C++. Can some1 please explain my questions to me? Thank you in advance! V/R Rob "Ps, this was posted on another forum but I primarily read here. So Posted again for convenience"

    M 1 Reply Last reply
    0
    • R rbwest86

      Hello everyone, I want everyone to take a look at this website. http://www.xxodd.nl/index.php I have a bunch of questions. I want to know how they made that navigation pane at the top. How was it constructed? Let me list out my questions to clarify things: 1.) How was the navigation pane constructed 2.) How does the navigation pane stay translucent? 3.) How do they make the center “body table” translucent? 4.) When you click on a product, and go to the gallery on the product, notice that the images are dimmed. When you put your curser over the image it brightens up, how is this achieved? 5.) When you click on an image, it opens up in I believe “Java”. The image opens up into a specified size, looks like the size of the image. And the image opens up into a “Sub menu” on the page, dimming everything in the background. How is this done? 6.) The image on the background, it looks 3D. How is the glass effect and mirror effect applied to this image? I am extremely new to web development. I dabble in C++. Can some1 please explain my questions to me? Thank you in advance! V/R Rob "Ps, this was posted on another forum but I primarily read here. So Posted again for convenience"

      M Offline
      M Offline
      Marc Firth
      wrote on last edited by
      #2

      1)using css and javascript - you can see this by doing a "view -> page source" in your browser. 2)I imagine it uses a semi transparent gif or png image as a background / See here 3)PNGs and gifs with transparency 4)I can't see this but you can do rollover images with css or javascript 5)That is javascript and css - try looking up "jquery" 6)Either use a mirror filter in a graphics program or duplicate the image, flip it, and fade it, and blur it. I suggest you look up html, css, javascript and jquery.

      Neonlight

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups