Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
the Geniant blog
The company I work for, Geniant, has launched a corporate blog. Jared Christensen did the design, Garrett Dimon did the site layout wireframes/planning, and I did the XHTML/CSS and Textpattern installation…
Are we all figments of God’s imagination?
Offline
Re: the Geniant blog
“When carving an online presence, many systems take a sledgehammer approach when perhaps all that is needed is a chisel.”
Well said Nathan :)
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: the Geniant blog
Thanks. Just a little allusion to the carver TXP logo. :)
Are we all figments of God’s imagination?
Offline
Offline
Re: the Geniant blog
Indeed.
Are we all figments of God’s imagination?
Offline
Offline
#7 2007-04-12 18:59:53
- brian.zerangue
- Member
- Registered: 2005-02-15
- Posts: 62
Re: the Geniant blog
The Geniant All-Stars are at again! Bravo! Great work… great blog! Thanks so much for sharing!
Offline
Re: the Geniant blog
Looks great! You’re articles are also most informative.
It looks like you tamed the IE7 FooterStickAlt problems in IE7. I’ve struggled with this a lot in the past, getting it to work in everything but IE7 which stubbornly understands a height:100% for body as being the height of the viewport and not the page. If you happened to come across that, any tips on solving it?
TXP Builders – finely-crafted code, design and txp
Online
Re: the Geniant blog
Here’s the code involved for the footerStickAlt.
/* CSS for good browsers: */
body,
html
{
height: 100%;
}
#container
{
min-height: 100%;
position: relative;
}
#footer
{
margin: -50px auto 0;
position: relative;
}
/* CSS for IE6: */
* html #container
{
height: 100%;
}
Are we all figments of God’s imagination?
Offline
Re: the Geniant blog
Nathan,
Its looking sharp. Nice work all around to the Geniant Crew.
- I am Squared Eye and I
am launchinghave launched Pattern Tap
Offline
Re: the Geniant blog
Very, very nice.
Corporate yet elegant look and feel. One of the best designs I’ve seen in a while.
Offline
#12 2007-04-29 18:06:30
- alexandra
- Member
- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: the Geniant blog
Very nice! Added to the TXP Sites Gallery
Offline