Headlines
Send headline
An introduction to the IRC protocolWeb 2.0: It's No FadProgramming Languages: Everyone Has a Fa...Jim starts blogging!Internet to hit full capacity by 2010Mashups a hot item at Web 2.0 showMySQL reserves features for paying custo...Launch new website Buildnet.nlGoogle Maps set to include YouTube video...Google aims to penetrate the Deep Web wi...
Latest tutorials
Encapsulation in PHPAbstract classes in PHPAn introduction to MySQL databases in PHPCreating a user login and registration system.First Lesson of HTML
Latest forum replies
dontwantto in IRC Bot send QUIT messageTMM-ExE in Slider tutorial helpbuiltfoxy in Page NavigationTripla in Irc bot auto voice halp.Jim in PHP Navigation links not working!...
Latest articles
Latest news
Server crashCombined Minds supports "Save the Webdevelopers".What if Combined Minds would be updated?Become a CM crew member!Our own tutorial tracker
IE7's biggest disappointments
I'll tell you my 3 biggest disappointments in Microsofts new browser in this article.
Internet Explorer 7 is released for quite some moths now. I now personally have some experience in coding for IE7. And i thought that I should share this with you guys.
The very most annoying thing about IE7, is the bug that the bottom has a margin of around 20px when you first load a site that has content to the bottom of the page. Lets say, that when you have a div that has a 100% height, and a black background. The first time you will load that website in IE7, every time you restart your IE7, you will get a very annoying bottom margin of around 20pixels without a freaking logical meaning!
The second thing I really hate about IE7, is the font! Not because of the slick small anti aliased font, but that IE7 prints a big font with freaking pixels around it! You would expect that such font has nice edges with big letters, well think again. I highly prefer looking at a big (~30px) font in FireFox, then in IE7.
The last of my humble little list, is the hover option in IE7. I actually do not know whether this is web-standard or not, but i do know that a hover on a div could do some very neat things! My boss actually got thrilled when i showed him an interface that used the div:hover option. Changing the background color when you hover the div is just something that really takes an easy to read interface into a new level.
Please reply to this article, so we can learn more IE7 flaws. :-)
Page navigation: 1
By Jim on 12-02-2007
I just found another very annoying thing in IE7. When using a <hr> tag in a floating div, the hr tag will expand the width of the div into 100% when the div doesnt have a width set.
By Doomschild on 30-06-2007
Making CSS that is optimal in both browsers is a nightmare for everybody. I have a little trick i often use to easen up the work just a little bit:
html, body, div, table, tr, td, span, form, h1, h2, h3 (etc, whateveryou like) {
margin:0;padding:0;
}
By Jim on 10-07-2007
A bit similar, you could also use:
* {
margin: 0px; padding: 0px;
}
Page navigation: 1
You are not logged in. To reply to this article, please login. If you dont have an account yet, you can register here.

