There is a contradiction in your CSS.  For example the CSS for #container is as 
follows:

#container {
    margin : 0 auto;
    width : 800px;
    text-align : left;
    margin-top : 38px;  
}

I suggest comment out the margin-top to show this:

/* margin-top : 38px; */

Save the file file and then view it in your IE and Mozilla to see if it has 
changed.

When you say Margin 0 auto, you are effectively saying top and bottom margins 
to be 0 and right and left margins to be auto.  but the subsequesnt line of 
margin-top over-rides top margin to 38px.

hth


--- On Mon, 6/14/10, Matthew P. Johnson <i...@ecoitsf.com> wrote:


> If you open the link if ff and ie you
> will see "Beautiful Luxurious Green
> Home on the Applegate River"
> 
> It positions correctly in ff but ie

> Why is this and how can I fix this?



      
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to