![]() |
|
|
#1 |
|
Guest
Posts: n/a
|
Relative Positioned lYer and table inside?
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??? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
Re: Relative Positioned lYer and table inside?
Remove the height attribute from all <div> and <table> tags, or from the
styles related to these tags. Some browsers take the height literally - the <div> will be at the specified height, but the content will over-run if it needs more space. Worse, there are browsers that will cut off (hide) any over-running content. -- Ron Symonds - Microsoft MVP (FrontPage) Reply only to group - emails will be deleted unread. http://www.rxs-enterprises.org/fp "msimonov" <msimonov@discussions.microsoft.com> wrote in message news AF31B66-F4F3-4C32-9FAA-F26550171E5A@microsoft.com:> 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??? |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|