-----Original Message----- From: David Laakso [mailto:[email protected]] Sent: Sunday, July 12, 2009 3:29 PM To: taestrada Cc: [email protected] Subject: Re: [css-d] Two Cross-Browser Issues
taestrada wrote: > 1) In Firefox 3.0 my background images were showing up just fine. I > upgraded to 3.5 and they disappeared. You can see them for a second when you > refresh the page, but then they are gone! (They do show up in IE 7) > Unless I have misunderstood the question, there does not seem to be a background image problem in FF/3.5 on this end. > > > 2) In Firefox, the "Clearance" image is exactly where it belongs, but > in IE 7 it is showing up in the main content area. It should be under the > "New & Fabulous" image. > > > > http://mrjculinarye894.corecommerce.com/index.html > The image is not showing up where it should in Opera/10b. Add this to your style sheet to correct Opera and IE/7. #column1 img {clear: both;} Calling the js from an external directory, ditching the awful inline styles, and validating could be a nice touch... ____________________________________________ Thanks David. Your suggestion for the image worked. I have the inline styles on some of those images because I am only using them one time, and I didn't want to clutter up my stylesheet with a style I wasn't re-using - although I guess it could be argued that I'm cluttering up my code! I did move the javascript to an external file. I don't know why I wasn't seeing the background images but I closed and reopened Firefox and now I have them. Thanks so much for your help! Alix ______________________________________________________________________ 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/
