I'm having trouble getting the extra space out of the top of my home page ... http://mwbecoordinators.org/cmsms/ ...
I'm using the andreas template (altered a little) ... the other pages come in fine without the extra space above the title but can't seem to figure out why the home is coming in funny.
any ideas?
home page problem (andreas template)
Re: home page problem (andreas template)
I don't see the extra space, all pages look the same to me maybe a screen shot with pointer to the problem,
maybe did you want the right hand map of state thing to be lower?
mark
maybe did you want the right hand map of state thing to be lower?
mark
Re: home page problem (andreas template)
it's not the header i'm talking about. i didn't design that so i can't change it.
it's the way the middle content comes in lower on the home page than the other pages ... see screenshot.
(note: the content title on the other pages comes up flush to the top of the middle column)
[attachment deleted by admin]
it's the way the middle content comes in lower on the home page than the other pages ... see screenshot.
(note: the content title on the other pages comes up flush to the top of the middle column)
[attachment deleted by admin]
Re: home page problem (andreas template)
AH yes i see,, thats IE for ya well try this,,
#content {
margin: 0 160px 20px 155px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0px 20px 0px 20px; this is redundant it could be '0px 20px' it goes 'top' 'right' 'bottom' 'left' if you do it the other way it takes care of both,,
text-align: left;
}
it looks like your running into the menu on the left in IE.
mark
#content {
margin: 0 160px 20px 155px;
border-left: 1px solid #f0f0f0;
border-right: 1px solid #f0f0f0;
padding: 0px 20px 0px 20px; this is redundant it could be '0px 20px' it goes 'top' 'right' 'bottom' 'left' if you do it the other way it takes care of both,,
text-align: left;
}
it looks like your running into the menu on the left in IE.
mark