User Profile

Collapse

Profile Sidebar

Collapse
woody79
woody79
Last Activity: Aug 31 '08, 12:00 PM
Joined: Aug 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • woody79
    started a topic DOM image load problem

    DOM image load problem

    My Javascript looks like this:
    Code:
    var myObject = document.createElement("div");
    myObject.setAttribute("class", "myclass");
    myObject.appendChild(document.createTextNode("The content to go in the myObject DIV"));
    My class looks like this:
    Code:
    .myclass
    {
    	margin-left:20px;
    	margin-right:20px;
    	width:200px;
    	height:200px;
    	background:url(objectbg.png)
    ...
    See more | Go to post

  • woody79
    replied to CSS div problem - C for Catastrophe
    Solved

    Rather than three in the middle i used one large one
    See more | Go to post
    Last edited by woody79; Jan 19 '08, 04:20 AM. Reason: Solved

    Leave a comment:


  • woody79
    replied to CSS div problem - C for Catastrophe
    Happens in Internet Explorer 7(7.0.5730.13) and Firefox 2(2.0.0.11)
    XHTML 1.0 Strict
    By images do you this:
    [URL=http://www.mediafire.c om/imageview.php?q uickkey=1eh2rkr n0xy&thumb=4]...
    See more | Go to post

    Leave a comment:


  • woody79
    started a topic CSS div problem - C for Catastrophe

    CSS div problem - C for Catastrophe

    My HTML:
    [HTML]<div style="position :relative;"><di v id="mainbody">
    <div class="containe rs">
    <div class="tl"></div>
    <div class="tm">Arti cles</div>
    <div class="tr"></div>
    </div>
    <div class="containe rs">
    <div class="ml"></div>...
    See more | Go to post

  • woody79
    started a topic variable increment problem

    variable increment problem

    This is my code:
    [CODE=html]<?xml version="1.0" encoding="UTF-8"?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html;...
    See more | Go to post
    Last edited by gits; Oct 7 '07, 10:28 AM. Reason: fix code tags

  • woody79
    started a topic Floating Input Selecter

    Floating Input Selecter

    I am trying to create a script that puts a menu below a text box a little bit like the menu below the search box on google suggest but without the AJAX part. I have been looking for 2 weeks now and i couldn't find anything. help would be much appreciated.
    See more | Go to post

  • woody79
    started a topic Scripted Window

    Scripted Window

    Code:
    <script type="text/javascript">
    function open() {
    	window.open("popup.html","Pop Up","width=700,height=447,top=150,left=250"); <!--Line 8-->
    }
    </script>
    1. Stack overflow on line 8
    2. Internet Explorer gives me the status bar message of error on page
    3. Firefox just sits there looking pretty when function is activated

    Some help please :-)
    See more | Go to post

  • woody79
    replied to Javascript background
    Second idea worked, thank you....
    See more | Go to post

    Leave a comment:


  • woody79
    replied to Javascript background
    Does absolutely nothing...
    See more | Go to post

    Leave a comment:


  • woody79
    started a topic Javascript background

    Javascript background

    The element to be changed:
    [CODE=html]<div id="bar"><div class="left">&n bsp;</div><div class="right">& nbsp;</div><div class="barbot"> &nbsp;</div></div>[/CODE]
    This what changes it, but does not do anything:
    [CODE=javascript]function weddingser() {
    document.getEle mentById('bar') .innerHTML = "<div class=\"left\"> &nbsp;</div><div...
    See more | Go to post
No activity results to display
Show More
Working...