View Single Post
11-06-2005, 01:47 AM
#2
Musoka is offline Musoka
Musoka's Avatar
Status: Member
Join date: Aug 2005
Location: US
Expertise:
Software:
 
Posts: 121
iTrader: 0 / 0%
 

Musoka is on a distinguished road

Send a message via AIM to Musoka Send a message via MSN to Musoka

  Old

Use CSS hacks.

Code:
/* IE Sees This */
#div { margin:11px; }
/* Fox Sees This */
html>body #div { margin:-5px; }
More info on CSS hacks can be found on http://sitepoint.com, in the CSS section they have a great tutorial on it.