Re: [css-d] vert position question - FIXED

2010-06-14 Thread Matthew P. Johnson
Matthew P. Johnson 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? > > http://www.applegateelements.com/test.html > > > > > Matthew P. Johnson N

Re: [css-d] vert position question

2010-06-14 Thread Matthew P. Johnson
Not trying to "blow you out of the water" but I'd seriously consider starting over with a clean sheet. Make a big box and put smaller boxes in it. Put stuff in the boxes. Find a menu that is known to work cross-browser: put it in a box. Validate the markup and CSS frequently. Test it cross-brow

Re: [css-d] vert position question

2010-06-14 Thread David Laakso
Matthew P. Johnson 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? > > http://www.applegateelements.com/test.html > > > > > Matthew P. Johnson N

Re: [css-d] vert position question

2010-06-14 Thread Matthew P. Johnson
. -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

Re: [css-d] vert position question

2010-06-14 Thread Jay Tanna
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 th

[css-d] vert position question

2010-06-14 Thread Matthew P. Johnson
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? http://www.applegateelements.com/test.html line 56 margin-top : 10px; BTW I want