Search results

  1. Q

    html help

    Ok this is what I have that allows the background to resize to the viewing resolution <div> <body bgcolor="#000000" text="#FFFFFF"> <img src="tropicalbeach.jpg" class="world" bgproperties="fixed" text="white"> </div> <style type="text/css"> .world { width: 100%; height: 100%...
  2. Q

    html help

    Hello and thanks in advance for any and all help. Ok what I want to do if its possible is to have my web page, including background to size according to the viewers resolution fixed in place while also being able to scroll down the page of text etc. I have been able to size the background but...
  3. Q

    Help with Java Script

    Cool, thanks. I'll give it a try.
  4. Q

    Help with Java Script

    I checked those 2 links im9ure but they were just creating a countdown timer like the one I have. Yes Lock Down, I want it to update to the next year and begin the countdown. Just as if I had updated the year my self. <SCRIPT LANGUAGE = "JavaScript"> var now = new Date(); // set this value...
  5. Q

    Help with Java Script

    No one has any idea how to help me with this?
  6. Q

    Help with Java Script

    I have the following java script for dispalying how long our gaming clan has been around. What it does is count downs the days until a sertain date, which is our Anniversary. What I would like to do is modify this code to update the year ("August 18, 2010") and restart the count and update the...
Back
Top