[css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Christopher
I'm trying to move the h1 text main down using top margin just a little and it's not moving Same thing with the contact with email won't move down on the top margin Also If you view the page in Opera the paragraphs under about me are a little squashed especially the sheep word overlaps the W a

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Christopher
Christopher wrote: I'm trying to move the h1 text main down using top margin just a little and it's not moving Same thing with the contact with email won't move down on the top margin Also If you view the page in Opera the paragraphs under about me are a little squashed especially the sheep

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Bobby Jack
--- On Wed, 7/23/08, Christopher [EMAIL PROTECTED] wrote: I'm trying to move the h1 text main down using top margin just a little and it's not moving http://www.walkfar.ca/test/productionsite10.html Christopher, As has already been suggested, until you fully understand the box model - in

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Bill Brown
Christopher wrote: Christopher wrote: I'm trying to move the h1 text main down using top margin just a little and it's not moving Same thing with the contact with email won't move down on the top margin You are already setting a negative margin on your H1 element: .mainloc {

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Kevin Doyle
From: Christopher [EMAIL PROTECTED] I'm trying to move the h1 text main down using top margin just a little and it's not moving Same thing with the contact with email won't move down on the top margin Also If you view the page in Opera the paragraphs under about me are a little squashed

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Christopher
Bill Brown wrote: Christopher wrote: Christopher wrote: I'm trying to move the h1 text main down using top margin just a little and it's not moving Same thing with the contact with email won't move down on the top margin You are already setting a negative margin on your

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Bobby Jack
--- On Wed, 7/23/08, Kevin Doyle [EMAIL PROTECTED] wrote: When writing CSS, remember the C of CSS -- styles cascade down to the sub-tags within a section. Kevin, Whilst you are certainly correct that CSS behaves in this way, it is not due to the 'cascade', which is commonly confused with

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Kevin Doyle
Christopher wrote: I'm trying to move the h1 text main down using top margin just a little and it's not moving Same thing with the contact with email won't move down on the top margin You are already setting a negative margin on your H1 element: .mainloc { margin-top:

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Kevin Doyle
--- On Wed, 7/23/08, Kevin Doyle [EMAIL PROTECTED] wrote: When writing CSS, remember the C of CSS -- styles cascade down to the sub-tags within a section. Kevin, Whilst you are certainly correct that CSS behaves in this way, it is not due to the 'cascade', which is commonly confused with

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Christopher
Kevin Doyle wrote: Christopher wrote: I'm trying to move the h1 text main down using top margin just a little and it's not moving Same thing with the contact with email won't move down on the top margin You are already setting a negative margin on your H1 element:

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Christopher
Kevin Doyle wrote: Christopher wrote: I'm trying to move the h1 text main down using top margin just a little and it's not moving Same thing with the contact with email won't move down on the top margin You are already setting a negative margin on your H1 element:

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Kevin Doyle
Christopher wrote: I'm trying to move the h1 text main down using top margin just a little and it's not moving Same thing with the contact with email won't move down on the top margin You are already setting a negative margin on your H1 element: .mainloc {

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Christopher
Kevin Doyle wrote: Christopher wrote: I'm trying to move the h1 text main down using top margin just a little and it's not moving Same thing with the contact with email won't move down on the top margin You are already setting a negative margin on your H1 element:

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Bobby Jack
--- On Wed, 7/23/08, Christopher [EMAIL PROTECTED] wrote: When I adjust the margins on the .maintext the #location moves too, how come? --- and I did install FireBug, I just would like to solve this, I really have to get this done ASAP and I have already spent a great deal learning CSS,

Re: [css-d] H1 Tag top Margin and Browser Issue

2008-07-23 Thread Christopher
Bobby Jack wrote: --- On Wed, 7/23/08, Christopher [EMAIL PROTECTED] wrote: When I adjust the margins on the .maintext the #location moves too, how come? --- and I did install FireBug, I just would like to solve this, I really have to get this done ASAP and I have already