HighDots Forums  

Style all children elements

Javascript JavaScript language (comp.lang.javascript)


Discuss Style all children elements in the Javascript forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
noon
 
Posts: n/a

Default Style all children elements - 01-16-2008 , 10:23 AM






I am using XPath to select certain cells from a table that match some
criteria. From there, I am applying styles to the entire row using
'item.parentNode.style'. What I want to do is style the text color
for the entire row. Well, of course 'item.parentNode.style.color =
'red'' on the table row doesn't work. I know with css a contextual
selector of 'table tr td {style:red;}' would work. However, I don't
know how to accomplish something similar in javascript. Is there no
other way to do it than looping over 'item.parentNode' and applying
styles to each child (table cell)? And if this is the only way, how
could I reference the children of 'item.parentNode'?

Appreciated,

Reply With Quote
  #2  
Old   
noon
 
Posts: n/a

Default Re: Style all children elements - 01-16-2008 , 10:53 AM






On Jan 16, 10:23 am, noon <Nun... (AT) gmail (DOT) com> wrote:
Quote:
I am using XPath to select certain cells from a table that match some
criteria. From there, I am applying styles to the entire row using
'item.parentNode.style'. What I want to do is style the text color
for the entire row. Well, of course 'item.parentNode.style.color =
'red'' on the table row doesn't work. I know with css a contextual
selector of 'table tr td {style:red;}' would work. However, I don't
know how to accomplish something similar in javascript. Is there no
other way to do it than looping over 'item.parentNode' and applying
styles to each child (table cell)? And if this is the only way, how
could I reference the children of 'item.parentNode'?

Appreciated,
I solved this issue. Disregard


Reply With Quote
Reply




Thread Tools
Display Modes

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



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.