/    Sign up×
Community /Pin to ProfileBookmark

Weird table’s rows with Firefox ! Plz Help !

Hi all.
Did anyone know how to stretch a table which is inside another-table’s-cell, to fix the cell’s height ?

I can do this easily in IE by setting some td & table ‘s height to 100%, but Firefox refused me.

You can view attached picture for more detail.

Tks 4 all suggestions.

[upl-file uuid=b64169ae-403a-4d22-8342-54c913d315c8 size=43kB]Untitled-1.gif[/upl-file]

to post a comment
HTML

1 Comments(s)

Copy linkTweet thisAlerts:
@cbVisionOct 29.2008 — When expanding things 100% height, you need to make sure all the parent elements have height as 100%.

For example:

<html>

<head>

<style>

html, body {height: 100%;}

</style>

</head>

<body>

<table style="height: 100%;">

<tr><td>cell 1</td></tr>

<tr><td>cell 2</td></tr>

<tr><td style="height: 100%;">Expanded cell</td></tr>

</table>

</body>

</html>
×

Success!

Help @gadapchetvoi spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.19,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...