hxxp://www.italianwatches.net The bg is comprised of 2 div tags that start at the beginning of the page. It's working fine in IE but doesn't display at all in Firefox. Anyone have a good solution?
He is right, it is most likely your class names. A quick test through the css validator outputs this: * Line: 5 Context : div.1c2 In CSS1, a class name could start with a digit (".55ft"), unless it was a dimension (".55in"). In CSS2, such classes are parsed as unknown dimensions (to allow for future additions of new units) : To make ".1c2" a valid class, CSS2 requires the first digit to be escaped (".\31c2") * Line: 10 Context : div.1c1 In CSS1, a class name could start with a digit (".55ft"), unless it was a dimension (".55in"). In CSS2, such classes are parsed as unknown dimensions (to allow for future additions of new units) : To make ".1c1" a valid class, CSS2 requires the first digit to be escaped (".\31c1") There are several other things you might want to look into as well. Here is the link to W3C's CSS validator. http://jigsaw.w3.org/css-validator/...&warning=2&uri=http://www.italianwatches.net/ Good Luck.
Stuw - thanks for the advice it worked LGR thanks for the further clarification - it's trivial crap like this that makes me really hate doing anything firefox compatible!
cheers - I think there are also issues with using a - in class names. Not sure which browser, or if its just a validation thing. But for my own peace of mind I do not use anything but letters in my class names. Thanks LGR for further insight
I hate it when I'm programming and a compiler gives me an error for missing a semi-colon, or a parenthese. It should just know what I want to do and do it. But, alas, all of us must correct our errors, even the trivial ones.
I am so glad that someone invented forums..and i am glad that someone else has had the problem which i just had.. so i could easily fix it without starting a thread and wait for some replies..you guys rock!!!