Hello
Could someone tell me how to change the thumbnail images (on the url below) when the thumbnail is hovered over instead of clicked on
http://www.studio10photography.co.uk/gallery.p...
Hi,
This code, as the body of an HTML document, uploads the user selected file as expected:
<iframe src="/scripts/blank.html" name="backFrame" id="backFrame"></iframe>
<form method="POS...
I'm using the below code to center - vertically and horizontally - the DIV with id "window" on a page. In IE 6 and 7, the code works perfectly fine and the div appears in the center of the scr...
Sorry for the slightly hazy title.
I'm using jQuery and AJAX to load a page containing multiple DIVs with their own individual content, from various areas of our site. 2 of the DIVs I'm loadi...
I have a set of radio buttons. Every time I add the call to a javascript function to the radio buttons, and I run the html in the browser and click on the radio buttons it sends forced the ch...
Im studying Javascript, and have written the code below.
Im not looking for a solution, i would like to know what i've done wrong and what i need to correct it, any hints on why the code is...
hi friends,
How can i change the div position according to the screen width? I mean we need same alignment for 17 inch and 15inch screen, if browser is an minimized state we need the same a...
alert(document.getElementById('content').style.width);
returns the width in "%" as expected
but if I want to reset the width :
document.getElementById('content').style.width = 100%; //or "1...
I have written the code below, and wanted to know how i could possibly write a function within a <script> tag, that can be called upon.. Im not looking to enter the Javascript code within the ...
I need a good piece of code which can display DHTML popup windows, but it also needs to be able to grey out the background in the browser. While the DHTML window is open, all the options in th...
I want to open a popup window from a link and have the parent window's url change in the background, while the popup window stays in front of the parent window. I want the popup window to keep...
Hi,
I am using the following codes for my nagivation menu. Now I would like to have sub menu under each nagivation menu. For example, if user click CSS Library then sub menu appears, such as...
How do I change this javascript to use a single instance of the opennewsletter function and pass the url I want to the single function in the onClick event?
Hi There,
I'm trying to use javascript to change the class name of an object (div) with onmouseover and onmouseout events. I tried the code below which seems to work fine in IE and Safari b...
I often use the following interchangeably:
<A href="javascipt: dothis()">option 1</A>
<A href="#" onclick="dothis()">option 2</A>
.. what is the correct way of doing this, are they comp...
What is the style to make this output
<ul>
<li >Item 1</li>
<li >Item 2</li>
<li >Item 3</li>
<li >Item 4</li>
<ul>
looks like this Item 1 | Item 2 | Item 3 | Item 4
Hi: Can any one please tell me that how to i adjust the script on that postion. There was an swf file which was running their fine but i need to change that swf with that script. Dont know how...
Looking for a good looking NOSTALGIA vertical side nivigation bar (HTML, Javascript, CSS), which can be 'plugged' to a any existing HTML page.
This bar should fit to a flower shop. Any good r...
Hi There,
I was wondering if anyone can recommend a DHTML menu preferrably horizontal with no limit to levels, colours etc. I need it to be cross browser and standards compliant.
If anyo...
Hi,
I'm in the middle of creating a draggable web based map application (sort of google style). I'm drawing many elements on the map using VML.
The problem is removing the VML when an ar...
I have a test page http://lafonrouge.co.uk/availabilitytest.html
and I am using a piece of free javascript to float an advert on a webpage.
I am finding that all scripts work with IE any...
I have a test page http://lafonrouge.co.uk/availabilitytest.html
and I am using a piece of free javascript to float an advert on a webpage.
I am finding that all scripts work with IE any...
Hello,
I am trying to develop a site right now and am at my wits end. I am creating a site that will pull information from an external site, which I will call my site Site A and the externa...
Hi Friends,
The following code will overlay a div on form post and overlaying div will be transparent. What i am looking is, i want to inactivate the overlaid div (for examples i put some h...
We are planning to develop a website that displays lots of records on the browser, has pagination at the bottom of the page, and also does some filtering or rearragement of the records being d...