View Single Post
04-15-2009, 09:03 AM
#43
rochow is offline rochow
rochow's Avatar
Status: Member
Join date: Oct 2006
Location: Australia
Expertise:
Software:
 
Posts: 297
iTrader: 4 / 100%
 

rochow is on a distinguished road

Send a message via MSN to rochow Send a message via Skype™ to rochow

  Old

Originally Posted by Vizon View Post
You will not find a single IE hack in my coding.
So you never have to display:inline to stop the double margin bug? Never have to give anything layout to make it wrap? Never have to set the base font size in % with the rest in em, because if you set them all in em IE will screw up?

Originally Posted by 46Bit View Post
It's quite possible to not need to use hacks for IE, you just need to be good enough at coding to work around it's flaws.
Your PNG24's are made of magic? Your dropdown menu's work without needing any hacks? You never ever
Code:
<!--[if lt IE 6]>
		<style type="text/css">
			body {
				text-align: center;
			}
		</style>
	<![endif]-->
anything?

Originally Posted by spencerp View Post
Yeah I know, hence saying "I know though, "if your code is good, then you wouldn't have to worry about "IE hacks".
Likewise, load of rubbish. You use LESS hacks, however it is IMPOSSIBLE to not use an IE hack unless all your project consists of is "hello world".

Reply With Quote