> 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/
