Is there a way to create a reflection underneath a div. I have found some bits of css that apply it to an image but I am not too sure it works with a div. Is this possible?If possible I would also like it to be cross browser compatible, is this possible?
I am trying to make a "Recently added" carousel on my home page. I want a simple image rotation/carousel of my recently added artworks, and below the image i would like the title and a reflection of the image.Is this possible?
I included the photoshop mock-up of what im trying to achieve:
I am trying to add a reflection to an image inside of a cycle slide show. reflection works fine until I add the slide show. The background of the reflection is white. I tried setting the background for the element to none !important but it didn't do the trick.
My functions for mouse_move / up / down all control the movement of a box. So you can click a box and move it anyway. It then snaps to an invisible grid. However there are multiple boxes on the screen so if you move it to a spot where another box already resides, then that box needs to swap places.This is what the mouse_over function tries to do. When I click the first box it stores the position of that box that was clicked. If I release the mouse button whilst hoovering over another box I want the other box to take the stored positions of the first box.However what I think is happening is the mouseover function is applying the new position to the box I'm moving, as I guess this is the first layer the mouse is over.Is there anyway I can reference the layer underneath using onmouseover.
If you look here i have a simple one page site with the banner sticking to the top and page anchors scrolling to each area. The problem is that it scrolls it to the top of the page, underneath the banner. Rather than bringing the anchor up below the banner, the back to top one works fine just cannot figure out why the others go to the top of the page. Basically i need to some how tell the js to add the banners height to the top of the browser.
I'm having trouble getting the table underneath the <h3> tag "Delivery rates" to show in the right place. Also the "Delivery Rates" is not showing either. This is starting down at line 86. I've tried adding <p>/</p> elements as my book mentions but they do not seem to work or rather I'm putting them in the wrong spots(?).
Is there a way in Javascript or Jquery to return an array of all objects underneath a certain point, ie. the mouse position. Basically, I have a series of images which link to various web pages but I have a large semi transparent image positioned over the top of the other images. I want to find the href of the background image that the mouse pointer clicks over.
I have files on the server: .txt, .xml, .config, and "no extension" - all editable with notepad.
User will write some input, it will be added to file in specific place.
I need an ability to change element value in file (in one of them - depends what user choose) (or it even can be some trigger word it-self like CHANGE_ME for not to use attributes)
Create a temporary copy of edited file and create a unique temporary link to it.
I don't know what to start from.... For now I know how to make XHR, but what to do with other extensions?
Have no idea how to save the NEW file (a copy of original file) on server , and create a UNIQUE link ,and delete the file right after it was downloaded.
I can find a specific word in xml file, but how to change it?[code]...
My problem is to create a <spantag in the div tag with the name "favoriten".
In the first step I create the span tag in the "hinzufügen" function in my JS. The function is called when someone clicked a picture on my site (onclick).
After that the span tag is create, but not exactly in my div "favoriten"... The span tag is create on the top of my site.. Code:
I am working on the html code in which i using the List Control The Requirement that among the List element in which I choose the locationsthere is option in which whenever i select the option None From The List then it should Disply the empty textbox So how the function is declared
I need to create an interactive map similar to the one on this site: [url]
It is a map of a fictional area ( a real area but there are fictional buildings and characters on it) so I don't think google maps plugins are suitable.
In other words, I need a map where by clicking the objects on the map, a popup window pops up with additional information about the 'scene' or a 'character'.
In addition, the map will be dark from the beginning and more and more sites and characters will be revealed on it every week.
I have an assignment to create a program in JS but I have not read JS much more. So, for this assignment, can anyone help me to solve this assignment? Check attachment. [URL]
I have to create a dynamic HTML page that actually contains two separate HTML forms.Can anyone tell me how can I create two forms in a single HTML page.
I am trying to create a form (a quiz to be exact) and I know how to create one in php. The only problem with this is that the location that I am planning on installing the quiz does not allow me php access, a cgi-bin or even internet access . Iam able to use html pages from a location stored on the desktop or in a network folder.
My idea is to have the first page be the actual quiz with the users selecting the answers. The following page (whether its a popup, text file, or a new page) would be where the answers are displayed and then ultimately printed to paper. Most of the scripts that I have found that would do something similar are email style scripts (I am unable to use this method)
This is what I have in php and is the type of format I am looking for in javascript. (I'm not very proficient in php as I just started and I have no clue about javascript) Code:
Just a quick question concerning log in scripts - (This is being used as a demo) What I am attempting to do is to have a log in screen and the user will put in a specific ID (password irrelevant) and when they click on "go" or "continue" the page will direct them to a specific page determined by whatever ID they had used. Searched around for scripts but was unable to find any...
I'm trying to find out what the best way to create a simple popover is without having to fork out for it.
I want to be able to do pretty much exactly what happens on this site, wait for the popover to come down after the page has loaded, I would like something similar to that.
I don't even know if this can be done without buying the software but I thought I would ask here to see if any of you guys knew how to do it.
I have asked to create a chatbox, which acts just like a messenger which I type a text in the textbox and press send to show output to the messagebox.However, in my code, I have 2 bugs which is bothering me. whenever I press spacebar, a "+" sign appear. The second is the first text disappeared whenever I type the second text.
i need creat some elements for example textfield and a combolist using dom. what i find so far was very complex examples that dont do what i need that is only creat a text field and a combolist with custum values inside.