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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Bug in TD width & height in IEX

Status
Not open for further replies.

Dominatus84

Programmer
Nov 1, 2005
2
NL
Hi, i had been thinking up a new website, i am still in the design-phase, BUT i can't seem to get 2 things working.

Here's the site:

I've tried every trick to get the height of the bottom TR to 100% no trick worked that i could find so far...

Second thing is: In Mozilla the width of the sidebars (the black ones) is perfect. But in IEX it has a lock on the left sidebar on 55 pixels, while it has to be 58 pixels.

As you can see the left sidebar doesn't match the top-image's graphical sidebar now...

Anybody has an answer to these questions?

Thanks for any help!
 
UPDATE!
Where do i edit my post? I have found out what the correct values needed to be.. Despite that i had them good, now i entered WRONG values and it works good visually.

Still haven't found a solution to the height problem of the lowest TD... (want it to be 100%)

Anyone knows how to deal with that?
 
1. You don't edit your post. You add another entry. Happens all the time.

2. Percent is not a valid unit for <td> elements. Pixels is the only valid unit for height.

3. And, in order to specify height=100% for a (non-TD) element, the element must be contained within another element that has the height set to an explicit value. Often that is not possible due to varying browser resolutions, content size, etc.

See thread215-932490.

Mike Krausnick
Dublin, California
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top