Programming Tools
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsProgrammingProgramming Tools

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
  #1  
Old September 6th, 2002, 02:03 AM
tim tim is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2002
Posts: 62 tim User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 12 m 9 sec
Reputation Power: 7
Send a message via ICQ to tim
Table problem

I am wondering how do you run through every single tables in a form and set their 'style' properties to "" / or something else

I know of the common

for (var i = 0; i < form.elements.length; i++) {
if (form.elements[i].tagName == "TABLE")
form.elements[i].style = "BORDER-RIGHT:1px dotted #BFBFBF; BORDER-TOP:1px dotted #BFBFBF; BORDER-LEFT:1p
x dotted #BFBFBF; BORDER-BOTTOM:1px dotted #BFBFBF;"
}

.......another statement would be to set form.elements[i].style = ""


....but is this appropriate? Can you set a style value if initially a table does not have any style declared for it. More importantly, is it correct to refer tagName to 'TABLE' (I know you can do that for TD and TR)
__________________
Beginner

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsProgrammingProgramming Tools > Table problem


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway