Using JS, you could try dynamically adding a unique ID to each section when the page is loaded. From there you could target them directly. The other option could be to add the IDs, and then pull the content from within those cells and add them into some generated markup that would be easier to style and would't require crazy markup allocation/injection scripts. You'd def need something like FireBug to see what was going on, but it's not impossible.
- Brandtley On Mon, Oct 31, 2011 at 10:20 AM, Maipiusenza <[email protected]>wrote: > Thanks Mib and Brandtley. > > Unfortunately I have no access at all at the code, the server side > script who creates it, or anything else. > I jst have the chance to add some tag in the page and I inserted a > <style... > </stile> (even if it is not in the head of the page end so > it is not correct, it works). > > I can try with some javascript, but without changing the page code, > how can I use it?There are several nested table; each has a class, but > no id, I really don't know how to move to change it. > > To understand the situation, I would like to change the ebay shop > appearance: http://stores.ebay.it/MAIPIUSENZA-PIU-CHE-MAI?_rdc=1 > > Someone change it a lot just with css: > http://stores.ebay.it/AleGabry-abbigliamento > That's quite easy, but I would like to make a fluid layout with the > pictures that move up on a wider page, actually I can have just 3, 6, > 9 images per line. > > Thanks, > Nadia > > -- > -- > You received this because you are subscribed to the "Design the Web with > CSS" at Google groups. > To post: [email protected] > To unsubscribe: [email protected] > -- -- You received this because you are subscribed to the "Design the Web with CSS" at Google groups. To post: [email protected] To unsubscribe: [email protected]
