i am trying to duplicate the layout of this website example
you can see that the image stretches across the width of the page, however, when you right click on the image and choose 'view background image'
here the actual image itself is not the width of the page. therefore i am assuming the css...
there is a small gap underneath an image which i cannot seem to get rid of.
Gap
also i think there is some redundant css in my stylesheet which could be removed. if you can help out with that also would be great.
thanks
page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"...
Hello all
I have some radio buttons that update some drop down menus on my form.
Each radio button has a different value (1-7). The problem I am having is that even when I select radio button 5, it is updating the drop down menus as value 1.
Not quite sure why this is happening. Any help...
Hi, I have tried my best to get this working but I cannot go any further. I have working code on my website but am having difficulty incorporating a new function into the code.
There are 3 files in this project:
global.inc
OneForm.asp
OneForm.js.inc
I have a set of values in global.inc...
hello, i am just having a bit of trouble.
i have a function and there are two problems, here is the function:
function Repopulate_DD2(){
var dd2=document.getElementById('DDvehAttr');
dd2.options.length=0;
//run a loop to populate drop down
for(var i=0; i<=AS_Airport.dd2options.length-1;i++){...
Hello, I have a drop down list on my form called DDPaddrType - let's call it Drop Down 1
Drop Down 1 - DDPaddrType
<select id="DDPaddrType" class="FormField" style="display:none;width:150px;" onChange="DDPaddrTypeChanged(this)" >
<option>Please Select . . .</option>
<option>Local...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.