Endless stripes to the left and right
Tests
stripes via left/right border and negative margin
border/margin-value: 960px
stripes via left/right border and negative margin
border/margin-value: 1000px causes error in IE < 6 (7 not yet tested), border-max-width of 960px?
stripes via left/right padding and negative margin, can be used for background image in stripe
padding/margin-value: 2000px
Notes
- horizontal scrollbar avoided because of overflow:hidden in containing element; »global« horizontal scrollbar for narrow viewport becaus of min-width for containing element
-
IE < 7 doesn't apply min-width -> overflow:hidden must be hidden from IE < 7
But: negative margins don't cause scrollbar in IE < 7
- Tested Win:
- IE5.01 Standalone
- IE5.5 Standalone
- IE6 nativ
- FF2.0.0.1
- Opera 9.2
- Created:
- June, 21 2007