{"id":13475578,"url":"https://github.com/coliff/bootstrap-ie7","last_synced_at":"2025-04-04T11:12:51.110Z","repository":{"id":6108916,"uuid":"7336552","full_name":"coliff/bootstrap-ie7","owner":"coliff","description":"Bootstrap 3 CSS for IE7","archived":false,"fork":false,"pushed_at":"2020-07-06T09:26:54.000Z","size":127,"stargazers_count":576,"open_issues_count":0,"forks_count":205,"subscribers_count":50,"default_branch":"master","last_synced_at":"2024-05-01T22:18:08.671Z","etag":null,"topics":["bootstrap","css","htc","ie7","polyfill"],"latest_commit_sha":null,"homepage":"https://coliff.github.io/bootstrap-ie7/","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coliff.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"coliff","ko_fi":"coliff","custom":"https://paypal.me/coliff"}},"created_at":"2012-12-27T06:01:33.000Z","updated_at":"2024-04-20T16:08:55.000Z","dependencies_parsed_at":"2022-08-30T16:11:14.485Z","dependency_job_id":null,"html_url":"https://github.com/coliff/bootstrap-ie7","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coliff%2Fbootstrap-ie7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coliff%2Fbootstrap-ie7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coliff%2Fbootstrap-ie7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coliff%2Fbootstrap-ie7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coliff","download_url":"https://codeload.github.com/coliff/bootstrap-ie7/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247166168,"owners_count":20894654,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootstrap","css","htc","ie7","polyfill"],"created_at":"2024-07-31T16:01:21.635Z","updated_at":"2025-04-04T11:12:51.092Z","avatar_url":"https://github.com/coliff.png","language":null,"funding_links":["https://github.com/sponsors/coliff","https://ko-fi.com/coliff","https://paypal.me/coliff","https://www.paypal.me/coliff"],"categories":["Others","css"],"sub_categories":[],"readme":"# Bootstrap 3 for IE7\n\n[![LICENSE](https://img.shields.io/badge/license-MIT-lightgrey.svg)](https://raw.githubusercontent.com/coliff/bootstrap-ie7/master/LICENSE)\n[![Tip Me via PayPal](https://img.shields.io/badge/PayPal-tip%20me-green.svg?logo=paypal)](https://www.paypal.me/coliff)\n[![github-stars-image](https://img.shields.io/github/stars/coliff/bootstrap-ie7.svg?label=github%20stars)](https://github.com/coliff/bootstrap-ie7)\n\nBootstrap 3 dropped support for Internet Explorer 7, but you can add it back by simply adding this conditional CSS.\n\n```html\n\u003c!--[if lt IE 8]\u003e\n    \u003clink href=\"/css/bootstrap-ie7.css\" rel=\"stylesheet\"\u003e\n\u003c![endif]--\u003e\n```\n\n### Requirements\n\n* Bootstrap 3 uses the box-sizing property for layouts which is not natively supported by IE7. The polyfill 'boxsizing.htc' is required: https://github.com/Schepp/box-sizing-polyfill\n\n### What does this fix?\n\n* Glyphicons do not display\n* Layout issues (with border-box via the `boxsizing.htc` polyfill)\n* `.list-group-item` displays incorrectly with bullet points\n* [Haslayout](https://www.sitepoint.com/internet-explorer-haslayout-property/) bug\n* `.dropdown-menu .divider` not displaying\n* `.sr-only` clip syntax\n* hr margin top and margin bottom spacing fix\n\n### What does this not fix?\n\n* Percentage width rounding issue [Info](http://stackoverflow.com/questions/1309964/how-to-fix-internet-explorer-7-bug-when-using-percentage-widths-for-layout?answertab=active#tab-top)\n* As this is only a CSS stylesheet there may be problems with using Bootstrap 3's JavaScript in IE7.\n* Some elements rely on pseudo-selectors which IE7 does not support (first-child, last-child etc) \n\n### FAQS\n\n* Q. Do I need to make any changes to my HTML to add support for bootstrap3-ie7?\n\n  A. Nope! Just include the conditional IE7 stylesheet and you're ready to go!\n\n* Q. Does this include the new Glyphicons introduced in Bootstrap 3.3.2?\n\n  A. Yep!\n\n* Q. What about rounded corners, box shadows and gradients for IE7. How can I get those?\n\n  A. You could use CCS3Pie for adding support for those CSS3 properties to older IE. http://css3pie.com/.\n  If you use that you can add this to your CSS to quickly add border-radius https://gist.github.com/coliff/5618329\n\n* Q. Is the CSS available on a CDN?\n\n  A. Yes, thanks to JSDelivr: https://cdn.jsdelivr.net/gh/coliff/bootstrap-ie7/css/bootstrap-ie7.min.css, however the box sizing polyfill requires the CSS to be hosted locally so the layout will be broken if you serve the CSS from a CDN.\n\n* Q. What about Internet Explorer 6?\n\n  A. Although this CSS does not include IE6-specific fixes, it does fix the webfonts icon, so it's worthwhile using the conditional code `if lt IE 8` rather than `if IE 7`.\n\n* Q. What about Bootstrap 4?\n\n  A. I've created a couple of stylesheets for Internet Explorer 8 and 9 to add support for Bootstrap 4. Check it out at: https://github.com/coliff/bootstrap-ie8\n\n### Troubleshooting\n\n* The boxsizing.htc polyfill can be a little bit buggy. Please make sure you follow the instructions for using that carefully.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoliff%2Fbootstrap-ie7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoliff%2Fbootstrap-ie7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoliff%2Fbootstrap-ie7/lists"}