Eoin wrote:

> It's really basic, a background image that for some reason in 
> FF is pushed upwards (hard to describe but you only see the 
> bottom part of the image, as if a negative top margin is 
> cutting off the top). In IE it displays fine.
> 
> Here's the CCS:
> 
> #blackBar {
>       background-image: url(images/black_bar.gif);
>       background-repeat: no-repeat;
>       width: 784px;
>       height: 30px;
> }

I found the easiet way to bug fix this kind of thing is to take the
element and code out of the context of the page, i.e. create a new page
with just the element and code in and see if it works. If it does then
you know its something else contributing and your code is fine.

As far as I can see, your CSS looks fine. However, you could try setting
the positioning of the background image to be sure, e.g. top and left.

Kieron McIntyre
www.digbyswift.com
www.cssfilters.net


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to