Theresa Mesa wrote:
> http://mdh-test.com/PV_web/index.shtml
>
> Question 1: I'd like to have more space between the  
> navigation and header in IE7. How do I serve up a different spacing to  
> IE7?
>
>
>
> Theresa Mesa
>
>   



Code it something like this and IE/7 will go along for the ride and not 
need any special treatment (maybe :-) ):

div#content {
border: 1px solid red/*4 position only*/;
margin: /*0*/30px 100px 0 170px/*amend*/;
/*padding-top: 15px/*delete rule*/;
 float: left;
width: 400px;
}

#content p {margin: 15px 0;}<-------:: add rule set to style sheet ::

h1 {
border: 1px solid red/*4 position only*/;
display: block;
width: 400px;
/*height: 100%;/*delete rule*/
 /*margin-left: -3px;/*delete rule*/
margin: 0 0 0 -3px; <-------:: add rulet ::
overflow: visible;
text-indent: -9999px;
}

~d




______________________________________________________________________
css-discuss [[email protected]]
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