Page 1 of 1

Which tag should i use?

Posted: Fri Jun 22, 2007 8:57 pm
by shivam0101
Hello,

I am listing product names and their counts (existing total numbers). If i click, a products its image and price should be shown. I want these details to appear above the listing. (similar to lightbox) which tag should i use?


I tried, dynamically created iframe, it expands the whole table. Layer tag is not giving support to load external file.


Thanks

Posted: Fri Jun 22, 2007 9:07 pm
by JellyFish
How about a div?

Re: Which tag should i use?

Posted: Fri Jun 22, 2007 9:53 pm
by superdezign
shivam0101 wrote:Hello,

I am listing product names and their counts (existing total numbers). If i click, a products its image and price should be shown. I want these details to appear above the listing. (similar to lightbox) which tag should i use?


I tried, dynamically created iframe, it expands the whole table. Layer tag is not giving support to load external file.


Thanks
Is the listing the table that's "expanding," or is that entire site?
And why load from an external file? Why not do it through the database?