Forum Moderators: open
Thanks in advance to anyone with advice.
~Canton
Then to make Netscape behave, you need to give the table some content that fills it to that dimension (a transparent gif image can do the trick.) Otherwise, Netscape won't grab anymore screen real estate than the content requires, no matter what attributes you write.
If you do a site search here on phrases like "div height" "table height" "css height" etc you will find many posts that struggle with similar issues and links to references as well.
All this is rather messy (and needs to be re-triggered if the window is resized). So many people chose to re-think the design. Depending on the background (which you say is the major issue for you), you might prefer to come up with another way of creating the effect you want, such as a CSS no-repeat.
Depending on the background (which you say is the major issue for you), you might prefer to come up with another way of creating the effect you want, such as a CSS no-repeat.
That's what I had to do. We just changed the backgrounds around and solved the problem. Any background images that have height should be set as background images with the CSS no-repeat as mentioned above. Any background images that have width's are easily controlled.
Tedster's javascript suggestion is probably the best alternative.
If you do a site search here on phrases like "div height" "table height" "css height" etc.
Do a search in Google for those terms and you won't find much. Why? Because you can't do it, bummer!