Please support our JavaScript / DHTML / AJAX advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Reply

Join Date: Jan 2008
Posts: 33
Reputation: vijukumar is an unknown quantity at this point 
Solved Threads: 0
vijukumar vijukumar is offline Offline
Light Poster

CSS and XHTML

 
0
  #1
Mar 17th, 2008
can anybody tell me how to display a simple table only using Css and Xhtml? where in xhtml onlt <div> is used please pass me the code thank you
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 483
Reputation: DangerDev has a spectacular aura about DangerDev has a spectacular aura about 
Solved Threads: 58
DangerDev's Avatar
DangerDev DangerDev is offline Offline
Posting Pro in Training

Re: CSS and XHTML

 
0
  #2
Mar 17th, 2008
you can do that using dom apis.
just use-

var new_elem = document.createElement('tag_name');
var elem=document.getElementById("id");
elem.appendChild(new_elem);

this is just a pointer !!!
Freedom in the Mind, Faith in the words.. Pride in our Souls...
Indian Developer
http://falaque.wordpress.com/
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the JavaScript / DHTML / AJAX Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC