Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DW5-Layers and Dynamic Pages Question

Status
Not open for further replies.

cvergare

Programmer
Joined
Nov 16, 2001
Messages
1
Location
US
Anyone know how to use layers with dynamic page processing? I have a table which contains JSP code to load the table rows from a DB. That table is located in a layer and there are other layers underneath. As the table rows grow, the other layers lower on the page get overwritten. Is there a solution to this?
 
Hello cvergare!

I'd recommend not to use layers at all! I never use them even designing with layers is much easier then with other tools. I prefer table design. However W3C recommends not use layers and tables for page layout design - use style sheets (CSS) instead.

Good Luck!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top