07-03-2009, 06:50 PM
|
#2 (permalink)
|
|
The Addict
Join Date: May 2009
Posts: 307
Thanks: 5
|
1) Use JS to grab each object (Either by document.getElementsByTagName, ID or class)
2) If you can't assign classes/ID's to the objects your in for a tough time.
3) Use CSS (but only if you can assign classes/ID's
4) Manually style each element Inline (I don't think you can..)
I would suggest using CSS and hope for the best. Frankly because I think that it just creates elements without assigning a class, ID or name to them.
|
|
|
|