Problems with Margins in IE

windows

Guest
Hello here is the site im working on:

<!-- m --><a class="postlink" href="http://meeks.com/index3.html">http://meeks.com/index3.html</a><!-- m -->

And the liquid aspects seem to work fine EXCEPT of course in IE.

Looks fine in IE for the Mac just not for the PC.

Im just trying to use a simple margin-right 150 on the main content text and its as if IE on the PC is ignoring it.

is there a Hack to go around this?

any help would be much appreciated!Use padding instead of margins.


#main-content {
padding-right: 150px;
}Jona,

thanx so much...that was soo easy! I thought I tried that, but apparently not.


THANX MUCH! I love these forumsHappy to help.
 
Back
Top