View Single Post
Old 07-03-2009, 05:50 PM   #2 (permalink)
adamdecaf
The Addict
 
Join Date: May 2009
Posts: 287
Thanks: 5
adamdecaf is on a distinguished road
Default

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.
__________________
My Site
adamdecaf is offline  
Reply With Quote