tables in a relative positioned layer (Full Version)

FrontPage Talk - Great Talk About Microsoft FrontP: http://www.frontpagetalk.com/forums/
- Expression Suite Talk Forums: http://www.frontpagetalk.com/forums/default.asp?catApp=1
- - Expression Web Questions Talk and Chat: http://www.frontpagetalk.com/forums/appid_14/tt.htm



Message


MichaelSim -> tables in a relative positioned layer (6/25/2008 7:55:00 PM)

I am new to expression web from FP 2003...I created a container layer and changed it to relative postioning and set it to center on the page using the tag proerties set to auto on left and right...I put a table inside the layer with data...one person said that the data in the layer went past the bottom of the layer..in other words that the table expanded past the bottom of the layer that it was in....how can I fix this...I was going to use other relative positioned layers inside the container layer instead of a table but it was too difficult to get them positioned correctly...is there a way to tell the container layer to expand if the table needs to depending on browser, font etc???




TexasWebDevelopers -> RE: tables in a relative positioned layer (6/26/2008 3:35:36 PM)

You need to have a container layer. Make it relative. Then add an absolute layer with your table in it. The second layer is absolute to the first layer (rather than the browser edges).
Here is an overly simple example for you to get an idea how it all might work:
http://www.texaswebdevelopers.com/css_layout/




MichaelSim -> RE: tables in a relative positioned layer (6/26/2008 3:55:23 PM)

Thank you for your reply....Someone else also suggested that i do it this way....will this work also?
Remove the height attribute from all <div>




TexasWebDevelopers -> RE: tables in a relative positioned layer (6/26/2008 9:00:30 PM)

Use overflow property.
The css tutorial at w3schools will help you with your CSS questions.
http://www.w3schools.com/Css/pr_pos_overflow.asp




Page: [1]

Valid CSS!




Forum Software powered by ASP Playground Advanced Edition 2.0.5
Copyright © 2000 - 2003 ASPPlayground.NET