Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What is the purpose of "position: relative" in zen-grid-container? #1

Closed
JohnAlbin opened this issue Jan 12, 2012 · 2 comments
Closed
Labels
Milestone

Comments

@JohnAlbin
Copy link
Owner

The position: relative that is in zen-grid-container() is just CSS I copied over from the original Zen Columns layout technique I've been using for 6+ years (a technique I developed). I think it was needed for some cross-browser compatibility, but I didn't document it, so I'm uncertain what its purpose is and if it's still needed.

@JohnAlbin
Copy link
Owner Author

I've tried researching this, but the code comes before I ever used a version control. The very first commit of the Zen theme that contains this layout method already has this line of CSS in it. It's not documented there either.

I'm going to punt on this. I suspect it is some obscure IE6 layout bug. There were lots of those! But I don't want to set up tests to try to figure it out.

Rather than just remove it, I'm going to move it to the IE6/7-only styles and add a note.

@gmclelland
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants