[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
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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, either (but, then again, I am surprised it is okay in Opera.)

You have a bunch of errors, 28, in the html.  If you fix those it will 
probably display.  One notable one is using the attribute visible - 
its a proprietary attribute.

 The development is done using ms vs2005.

what is that?  it sounds like something that comes from Microsoft?  You 
probably should get yourself a good text editor or a recent copy of 
Dreamweaver, perhaps.  (i use a text editor.)

Since you say first, you may not have the webdev toolbar which is 
pretty crucial for doing this work.  it will install on Firefox and/or 
Mozilla (i use both browsers).  http://chrispederick.com/work/webdeveloper/

some more about the other errors.  you haven't closed your meta tags 
right, lots of times.  there has to be a space between the last word and 
the closing /  also, it looks like the quotes in the meta tags are 
curly or something, at any rate, not plain text and they should be 
plain text.

another thing, there are lots of styles in-line, really shouldn't be 
doing that, especially if you are using strict xhtml.  pretty sure it 
will be deprecated but regardless its just bad form and no need for it.

there is a lot to learn but we have all been there.

best
Donna


 example: www.klickmine.com
 
 Regards
 
 Amie Nel



-- 
Donna Jones
Portland, Maine
207 772 0266
http://www.westendwebs.com/
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 behaviour.

hth
Erwan

Amie Nel wrote:

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


__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


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 http://archivist.incutio.com/viewlist/css-discuss/5061 for a summary of 
this issue.

-Spode


At 8:26 AM +0200 10/25/06, Amie Nel wrote:
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
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


-- 
Edward F Spodick, Information Technology Manager
Hong Kong University of Science  Technology Library
[EMAIL PROTECTED]  tel:852-2358-6743 fax:852-2358-1043
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/