On Tue, 15 Sep 2009 08:49:03 +0100, ~BD~ wrote:
Fixed it, once I found out I could read and add , not forgetting
subtract
In the CSS.
The overall container is 960, navmenu is 958 and some thought process
involved,
#navmenu { width:958px; height:33px;
background:url(../images/menubar_bg.gif); border-left:1px solid #FFF;
border-right:1px solid #FFF; }
Change width to 960, remove the border-left -right. If you leave the
border in, it sticks out over the 960 container.
#navmenu { width:960px; height:33px;
background:url(../images/menubar_bg.gif); }
>On 08/09/2009 08:14, N. Miller wrote:
> > ~BD~ wrote:
> >
<snip>
>Although the page appears correctly in Firefox and IE8, there is a major
>slip-up when viewed with Safari. Not an error one might expect from a
>firm advocating that their products can fix everything! (after the "50%
>off" the Windows Vista Compatible part is offset to the rhs by about 2
>inches! Indeed, that whole section has moved to the right).
>
>FWIW
Me