/    Sign up×
Community /Pin to ProfileBookmark

default height

I have a site where some of the pages may not have a lot of content on them, but I want the height of “content” area to be the same for all pages, and grow for longer pages, so it doesn’t look like the site is jumping around. Here is my site below. I’ve tried using the min-height on the #centerCol, but that doesn’t seem to work in all browsers.

[URL=”http://www.goldenglovepromotions.com/test/”]http://www.goldenglovepromotions.com/test/[/URL]

Thanks

to post a comment
CSS

2 Comments(s)

Copy linkTweet thisAlerts:
@CentauriMay 03.2007 — If you use the min-height on #centerCol [CODE]#centerCol {
min-height: 350px;
.
.
.
.
.
.
}[/CODE]
follow it with [CODE]* html #centerCol {
height: 350px;
}[/CODE]


IE6 will treat the height like any other browser treats min-height.

Cheers

Graeme
Copy linkTweet thisAlerts:
@jrthor2authorMay 03.2007 — thanks
×

Success!

Help @jrthor2 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 6.16,
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: @nearjob,
tipped: article
amount: 1000 SATS,

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

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...