Forums
-
- Forum
- Posts
-
- Installing BuddyPress
- 24,005
- How-to & Troubleshooting
- 129,527
- Creating & Extending
- 25,791
- Requests & Feedback
- 9,496
- Third Party Plugins
- 9,782
- Showcase
- 3,316
- Ideas
- 1,397
- Miscellaneous
- 9,170
-
@rossagrant you can see how your site is rendered in different IE versions via http://ipinfo.info/netrenderer/
[ edit ] Some future-proof tricks to use with IE
1. Add `width` to any float, e.g.
`.navwrap {
float: right;
width: 475px;
}`
2. Relative and Absolute Positioning, e.g.
`#header { position: relative; }
.navwrap {
position: absolute;
top: 5px;
left: 8px; // edit – ooops. should be –>> right:8px;
}`
[ /edit ]
See also: WordPress.org • bbPress.org • BuddyPress.org • Matt • Blog RSS