Internet Exporer 7, like all things Internet Explorer, is a developers nightmare.
Sure, if you’re working with it on a daily basis you know all the little tips and hacks to ‘patch it up’ but why the hell should we have to ‘patch it up’ if we have valid and logical code?
I am of course talking about my new theme… although i’m just making a few small changes from an existing theme, it’s taken me about 6 hours to make it IE 7 proof.
If you visit Chris Pirillo’s blog itself in IE7, you’ll notice even he hasn’t bothered to ‘perfect’ it
Have a look at the black navigation bar here…
Now check out my exact same wrapper and nav bar in IE7…
And that, my friends, is what you call perfection
The following code is how i went about it… be aware that i’ve modified the header etc.. so your positioning WILL be different if you’re using this theme, but if you take the CSS below you can simply tweak the numbers until you hit the nail on the head.
#nav {
float:left;
position:absolute;
left:-1px;
top:175px;
}
#header-inner {
width: 920px;
height: 166px;
margin: 0 auto;
text-align: left;
}
That now means i’m ready to make the move… the new theme will be going live on this blog, hopefully within the next few hours before i get to bed
About Sean MacEntee:
I'm a 23 year old Irish student, blogger & IT addict. I love building websites & then playing with them!
You can leave a response, or trackback from your own site.
View Comments to “in your face IE7”
Leave a Reply











I’m a developer and I use IE7.
To be honest I always find IE6 to be the pain. IE7 is an excellent browser
Tried it in IE6? Get it from: http://browsers.evolt.org/?ie/32bit/standalone
Yeah i know IE6 is worse, but this particular issue was purely an issue in IE7..
Roll on IE8
(it does render properly btw in IE 6 & 7 now)…
Nooooooooooooooooooooooooooooooooooooooo!!! Your current theme is lovely!
The one Chris has is so bland and 999,999 in a million. For the love of all things holy don’t put that on this blog
I’m also a web developer for a company and the websites i make have to work in IE7, IE6, IE5 (yes IE5) Firefox and Safari.
ouch… IE5
it’s probably like designing from scratch
@Kisaragi, i’ll make in depth posts next week on exactly why i’m making the move…
I agree i’ll lose my unique theme, but in terms of speed, SEO value, social integration and navigation, the new theme crushes this current one
I’ll try to keep tweaking it though as i go along…
[...] Chris, “Smemon“, and [...]
thanks for the tip. I have been racking my brain for days trying to get it to render in IE7 correctly.