garand | 12 years ago | on: Github is Down
garand's comments
garand | 13 years ago | on: What No One Told You About Z-Index
garand | 13 years ago | on: What No One Told You About Z-Index
http://paulirish.com/2012/box-sizing-border-box-ftw/
Specifically the Performance section.
garand | 13 years ago | on: What No One Told You About Z-Index
You'll never be able to use `position:absolute` for anything outside of the context of an element's parent.
While true, I find that the instances that I need something to be absolutely positioned outside of it's context are few and far between. Also, it is quite easy to set position static on the parent elements. Every new developer will need to wrap their head around nonstandard page flow
I work with a team that is on board with this, so it hasn't been an issue yet.Also, refer to this: http://css-tricks.com/things-it-might-be-funuseful-to-try-th...
garand | 13 years ago | on: What No One Told You About Z-Index
garand | 13 years ago | on: What No One Told You About Z-Index
* {
position:relative;
}
This does two things. Allows me to set z-index values without hassle, and also allows me to set top/bottom left/right values.Refer to my GitHub repo for the code for my base structure for new projects.
garand | 13 years ago | on: GitHub now has Issue Attachments
garand | 13 years ago | on: Apple releases iTunes 11
garand | 13 years ago | on: It's fine to get an MBA but don't be an MBA
garand | 13 years ago | on: Introducing the Command Bar
garand | 13 years ago | on: Show HN: Easily Customizable Toggle Buttons - jQuery Plugin
garand | 13 years ago | on: Twitter down?
garand | 13 years ago | on: Ask HN: What is the best Laptop you have ever used for development?