Changes between Initial Version and Version 1 of Ticket #21536, comment 5
- Timestamp:
- 08/10/12 08:27:33 (9 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21536, comment 5
initial v1 4 4 Yeah, tried several similar styles. One problem with them is that when inserting a floated image the body doesn't stretch and looks "broken". Another problem is browser differences: without using background-image the css needs 4 variations to cover all supported browsers (yeah, IE7 too). 5 5 6 A nice way of doing this is to create the background image with css3 instead of using a real one. Not working in IE < 10 though.6 A nice way of doing this is to create a "flat" gradient for background-image with css3 instead of using a real image. Not working in IE < 10 though.
