[css-d] blank page in firefox

2006-10-25 Thread Amie Nel
Hi I am busy with my first website. I am using css. The site displays when I use Opera and IE but displays blank in firefox. (tested on ff 1.5.X) The development is done using ms vs2005. example: www.klickmine.com Regards Amie Nel

Re: [css-d] blank page in firefox

2006-10-25 Thread Donna Jones
I am busy with my first website. I am using css. The site displays when I use Opera and IE but displays blank in firefox. (tested on ff 1.5.X) its a good thing you tested it, eh. :) doesn't display in mozilla either. i haven't looked but would think it probably doesn't display in Safari,

Re: [css-d] blank page in firefox

2006-10-25 Thread Erwan Deverre
Hi Amie, for some reason I can't quite fathom, your index page performs a browser check upon loading, and redirects Firefox to ff.html (see the BODY tag in your html file main.js), which is, er, indeed blank. You just have to remove the onload for this page to quit its naughty, naughty

Re: [css-d] blank page in firefox

2006-10-25 Thread Edward Spodick
I grabbed the source files and played with them. If you get rid of that negative z-index for #mainframe, or change it to zero or a positive number, your problem should go away. Alternatively, you could declare position and z-index etc. for the body tag. See