Re: I need a bit of help.
html / css cross browser is no easy task. IE interprets the box model differently than other browsers, which is why you have to impliment box model hacks.
Design for Firefox / opera, and then hack for ie.
Also: What exactly are you trying to accomplish?