Jump to content

gary

Members
  • Posts

    7
  • Joined

  • Last visited

gary's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. gary

    How do I?

    thanks for that davej. Will try that out tomorrow, took a day off today, too much input for the old grey matter to take in. As for a complex page that is not the intention, only a list of image links and the two images oh yes and of cause a Nav Menu.
  2. gary

    How do I?

    Thanks again. I will look into your comments and take them onboard. You say it is not written to mix well with other code, if I add a normal Nav Menu to the page the fuction hoverfunc () is applied to this too giving an alert('not right or left'), is that an example of this?
  3. gary

    How do I?

    wow! dont you ever sleep? That is very much apprieciated, thank you very much. I am now trying to understand what is actualy going on there using the Link supplied by "Ingolme" below dealing with Javascript, eventhandlers and so on. Once again thank you for your patience with me and your time. Thanks for the Link "Ingolme". As you can see "davej" posted a working example which I was not expecting, just wanted to be pointed in the right direction. Now using the Link to try and work out what is happening in his example. As I said I am a complete novice, I have a little knowledge of html and css and even less about Java . The object of me doing this project was and is to increase my knowledge. Many thanks to both of you, Gary ps no doubt I will be back
  4. gary

    How do I?

    Have changed the ID's and changed to document.getElementById. Not sure I am using it right though! Tentatively passed, 2 warning(s) Can somebody please tell me if what I am after is even feasible using just html, css and a little java? I have been at this all day, am I wasting my time?
  5. gary

    How do I?

    The images are to be stored on the server. The user hovers over an image link on the left and it appears in the left image box, as shown on the screenshot I posted. The same is supposed to happen on the right hand side so that the user see two different images to compare but I cant get it to work.
  6. gary

    How do I?

    Thanks for your answer dave but I am not trying to upload a file to a server, at least i dont think I am . I just want the visitor to see the screen split down the middle with a set of links to images on both sides. The visitor can then hover over the links and the image will be displayed in a box below the image links. A total of two images are to be displayed for comparison. Which two images to be decided by the visitor. For example Image 1 on the left and Image 5 on the right. The image below shows roughly how it should look and as you can see I have advanced a little since my original post! However i am still not quite there as when I hover over one of the image links on the right hand side the image appears on the left replacing the image that was there! have added the new html and css files. On going........ one.html one1.css
  7. gary

    How do I?

    Hello everyone, I am a complete novice and have decided to do a website from scratch. I have been using W3Schools and find it very useful but I now have a problem and cannot find an answer! I want to have a page where the user can import, via a link, two images to be placed side by side for comparison. This is as far as I have got and cannot see a way forward. html and css file as attached files, hope that's right! I would like to spilt the page into left and right panes with both sides having links which the user can click to import the image which is then displayed below the links. At the moment I can import only one image and only position it relative to the page size. When I try and duplicate the links and image it does not work. I cannot even get the page spilt into two panes. Probably a simple mistake but please remember this is my first attempt and I am trying to learn from books and the net so be gentle with me Any hints and tips would be most appreciated, thank you in advance. Untitled.htm Untitled.css
×
×
  • Create New...