PDA

View Full Version : Internet Explorer and CSS issues



Gamer4u
August 30th, 2007, 08:27
I use firefox, why?

The search feature in IE - the "Find" button is disabled
Everybody thinks it's a security risk, and because I don't have a clue if it is or not, me too :P
It takes too long to load saved pages when you're offline - like templates etc, it will try to connect to Adsense. oldman2


But, most importantly... Microsoft has decided not to follow the CSS rules.
When you make a site, the chances are that it will look completly different in IE.
I found a hack which works after 15 mins of googling though useless crap. :P

It might be of use to someone here...
http://www.ibloomstudios.com/articles/the_ie7_css_hack/

iBrightDev
August 30th, 2007, 10:09
you want have css issues if you learn to code properly. :P

krakjoe
August 30th, 2007, 10:11
Should be in webdesign and html forum ...

Dan
August 30th, 2007, 11:17
Moved because Krakjoe sent me a letter bomb today about it. :D

iBrightDev
August 30th, 2007, 11:34
also, if you are going to use hacks in css, not recommended unless absolutely needed, use a more simple technique than the one you linked to



.clssName_here {
margin-left: 20px !important;
margin-left: 15px;
}


notice the !important part, but, both are setting for margin-left?
!important is specific for FF. make sure you put it inside the semi-colon.

krakjoe
August 30th, 2007, 16:49
Moved because Krakjoe sent me a letter bomb today about it. :D

lol, that's not strictly true ....