Hi Michael,
Knowing the width of your background image, apply the width to the
styling for the container div.
div#container { width:xxx px} // xxx is the width of the background
image.
Hope this helps,
-Henson
On May 21, 6:21 pm, Michael <[email protected]> wrote:
> On Thu, 21 May 2009 18:15:07 Craig Cochrane wrote:
>
> > Hi Guys
>
> > I thought you might find this tool useful- to check how i.e. renders pages
> > I use IETester (free)http://www.my-debugbar.com/wiki/IETester/HomePage
>
> > Craig
>
> I have worked out what is happenning is that FF cuts of the background image
> as soon as it's container div finishes, whereas IE fills the gap between the
> container div finishing and the end of the BG image with white.
>
> This is because at 800x600 (my laptop res) the BG image is wider then the
> container div.
>
> On my desktop (1024x768) the container div and the BG image are the same.
>
> In short is there a way to make BG image = width of container div?
>
> Michael
--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---