Click to See Complete Forum and Search --> : Firefox background-image issue


rmjacobs
12-05-2005, 08:34 AM
Hello people,

I started to make a website but tripped over a few CSS issues along the way.
The issues are quite obvuous: background images in IE5+ versus Firefox.

http://raymondjacobs.com/summaest

I started my compatibility research today since I never knew that the two types off CSS interpretations were so off. Can anyone of you see what is going wrong here?

Thanks in advance..

Fang
12-05-2005, 10:28 AM
None of the classes that begin with a number will work correctly: http://www.w3.org/TR/CSS21/syndata.html#q6
Change; .1stcol, .2ndcol, etc to .firstcol, .secondcol, etc.

thewebman
12-05-2005, 11:03 AM
I must say that I'm very impressed with the work that you've done for your clients.