Hi folks,
 
I’ve stumbled across this new IE bug, or at least one that is new to me. I
just wondered if anyone could point me in a good direction over it.
 
I have this CSS:
 
          #imageBanner.bakery{
                   background: #0066FF
/*url(images/graphics/bannerBakery.jpg) no-repeat*/;
          }        
          #imageBanner.beverages{
                   background: #00CC33
/*url(images/graphics/bannerBeverages.jpg) no-repeat*/;
          }
          #imageBanner.confectionary{
                   background: #CCFF00
/*url(images/graphics/bannerConfectionary.jpg) no-repeat*/;
          }
          #imageBanner.dairy{
                   background: #CC0099
/*url(images/graphics/bannerdairy.jpg) no-repeat*/;
}
 
And I have four separate pages, each with a DIV that matches the above
selectors. Now for some reason only the first of these classes’ works
(#imageBanner.bakery). If I move one of the others to the top it will start
working, but all the others remain not working. 
 
I have put together an example of this:
HYPERLINK "http://dev.netring.co.uk/iebug/"http://dev.netring.co.uk/iebug/
css file is here: HYPERLINK
"http://dev.netring.co.uk/iebug/isbug.css"http://dev.netring.co.uk/iebug/isb
ug.css 
 
Any ideas what the cause is? Seen it before? 
 
I have tried using a class type instead of the ID (class=”imageBanner
bakery” istead of id=”imageBanner”) but I want to avoid the IE bugs that get
triggered with two or more hooks being used in the class attribute.
 
Any help would be very much appreciated. 
 
Best Regards,
Phil Baines
 
Netring media and technology
website: HYPERLINK "http://www.netring.co.uk"www.netring.co.uk
telephone: 01239 711 471
 

-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.4/176 - Release Date: 20/11/2005
 



The information in this email is confidential and may be legally privileged.
It is intended solely for the addressee. Access to this email by anyone else
is unauthorised. If you are not the intended recipient, any action taken or
omitted to be taken in reliance on it, any form of reproduction,
dissemination, copying, disclosure, modification, distribution and/or
publication of this E-mail message is strictly prohibited and may be
unlawful. If you have received this E-mail message in error, please notify
us immediately. Please also destroy and delete the message from your
computer.

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to