justinseiter


Member since 04/26/2009

9 snippets

1483 profile views

0 Comment(s) Posted

View their favorites

Profile

Achievement

first submission:submitting first snipplet

justinseiter's Recent Snippets



« Prev 1 Next »
If you have not already been writing your border-radius statements with progressive enhancement in mind, now is most definitely the time to do it.
3 702 posted 14 years ago by justinseiter
2 544 posted 14 years ago by justinseiter
One way to fix many of the issues with IE7 is to dynamically reverse the default z-index stacking order of the elements on your page. This will ensure the elements higher in your HTML source will also have a higher z-index order on your page, solving...
3 707 posted 14 years ago by justinseiter
When you hover over the “message” div, the “controls” div inside it will appear, along with all of its content, giving you the same functionality as used by the Twitter web app. There may be an issue with accessibility because screen reade...
0 580 posted 14 years ago by justinseiter
This method maintains its integrity with all combinations of images on/off and CSS on/off. This method works by laying an empty span over the top of the parent element with the required image applied as a background to that span. There is howev...
4 990 posted 14 years ago by justinseiter
2 457 posted 14 years ago by justinseiter
This sticky footer solution is working in all major browsers, including Google Chrome! It works with floated 2-column layouts and we don't get overlap in re-sized browser windows unlike older solutions you find when you Google sticky footer. And you...
8 666 posted 14 years ago by justinseiter
« Prev 1 Next »