RSS Forums RSS
Please support our JavaScript / DHTML / AJAX advertiser: Lunarpages Web Hosting
Views: 2453 | Replies: 3
Reply
Join Date: Jul 2006
Location: Middle America
Posts: 173
Reputation: tefflox is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 1
tefflox's Avatar
tefflox tefflox is offline Offline
Junior Poster

How to insert a div using javascript?

  #1  
Apr 18th, 2007
I want to use javascript and php to make black dots appear on the screen. So far, I have the following code, which isn't working. What am I doing wrong?

function dots() {
    var dot = document.createElement("div");
    dot.style = "position: relative; background-color: #000; height: 10px; width: 10px;";
    document.body.appendChild(dot);
}
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Jan 2007
Posts: 14
Reputation: bosko is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
bosko bosko is offline Offline
Newbie Poster

Re: How to insert a div using javascript?

  #2  
Apr 23rd, 2007
Use css instead of dot.style and it will work.
Reply With Quote  
Join Date: Jul 2006
Location: Middle America
Posts: 173
Reputation: tefflox is an unknown quantity at this point 
Rep Power: 3
Solved Threads: 1
tefflox's Avatar
tefflox tefflox is offline Offline
Junior Poster

Re: How to insert a div using javascript?

  #3  
Apr 23rd, 2007
thanks, i will try that :-)
Reply With Quote  
Join Date: Jan 2007
Posts: 14
Reputation: bosko is an unknown quantity at this point 
Rep Power: 2
Solved Threads: 0
bosko bosko is offline Offline
Newbie Poster

Re: How to insert a div using javascript?

  #4  
Apr 23rd, 2007
This is even better: just do this short change and it will work in Firefox and IE
 dot.style.cssText = "position: relative; background-color: #000; height: 10px; width: 10px;";
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 9:32 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC