JGardner wrote:
> Hello,
>
> I am looking for information regarding how opera and safari handle negative
> margins. I am working on a site - http://www.lauramcguire.com/ which I used
> a negative margin to place the navigation at the top right of the web page.
> It works fine in I.E. and Firefox but does not show up in safari and opera.
> Any assistance is greatly appreciated.
>
> Thanks,
> Jennifer
>
>
>
Not working as you intend in Mac FF, Mac Safari, Mac Opera/10b, Mac
SeaMonkey, Camino, or IE/8 on this end.
These changes seem to bring it up on the above browsers on a local file:
#container { border: 1px dashed red; position : relative;
width:90%;
margin:7px auto 0 auto;
background-color: #FFF;
color: #000;
}
#nav {
border : 1px dashed fuchsia;
/*float:right;position:relative;margin-top:-35px;*/
position : absolute;
top : 0;
right: 0; }
#nav a {
/*margin :0 0 0 14px;*/
margin : 0 7px;
padding: 0 7px;}
~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/