Browsing the blog archives for May, 2009.

IE6 Double Margin

CSS

IE6 seems to double it’s margins on floated elements… Why? Who cares… Here’s how you fix it!

Just add display: inline; to the floated element!


I found it here: http://www.jaymeblackmon.com/ie6-double-margin-bug-fix

No Comments

Reset Windows Networking

Win

When all else fails and your Windows network just won’t behave, nuke it!

Open up the Console (Start -> Run: cmd [Enter]) and issue the following 2 commands.

Reset WINSOCK entries to installation defaults:

netsh winsock reset catalog

Reset TCP/IP stack to installation defaults:

netsh int ip reset [log_file_name]
No Comments