That did not do anything but I did remove the redundancy. Thank you for the 
tip. I did not realize what I was doing.

Sincerely, 

Matthew P. Johnson | Eco I.T.
320 Warwick Avenue Oakland CA 94610 | 415.254.1563 | ecoitsf.com
 Please consider the environment before printing this email.

-----Original Message-----
From: Jay Tanna [mailto:jta...@rocketmail.com] 
Sent: Monday, June 14, 2010 3:30 PM
To: css-d@lists.css-discuss.org; Matthew P. Johnson
Subject: Re: [css-d] vert position question


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?



      

No virus found in this incoming message.
Checked by AVG - www.avg.com 
Version: 9.0.829 / Virus Database: 271.1.1/2937 - Release Date: 06/13/10 
23:35:00

______________________________________________________________________
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