Click to See Complete Forum and Search --> : [RESOLVED] still firefox/netscape


Tedra
10-31-2006, 07:59 AM
i just started with css, loading into my pages from outside file, now i got a similar problem

it works for ie, how i want it, but firefox shows it different. i used really simple layout stuff, anything i would have needed to consider?

main page: http://tedra-and-koras-arts.net/Koras/database/database.htm


this time i tried it in netscape (css now 0 errors) but still writing is not on the right sight and looks terrible, have not really any ideas why it is so small. could the writing have anything to do with that:

To work as intended, your CSS style sheet needs a correct document parse tree. This means you should use valid HTML.
Warnings
URI : http://www.tedra-and-koras-arts.net/main-style.css

Line : 110 (Level : 1) This property applies to block-level elements. : .menu

Tedra
10-31-2006, 01:15 PM
alright, solved the problem with the text, but now one with the div-height:

http://www.tedra-and-koras-arts.net/koras/database/voelker/klingons.htm

looks normal in IE, but very bad in N or FF, could anyone five me a tipp how to tell the div, to expand in height???

mfg

Kravvitz
10-31-2006, 02:45 PM
Remove the align attribute from the table. IE is wrongly making the table's container fully contain it.

Please fix your XHTML errors. (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fwww.tedra-and-koras-arts.net%2Fkoras%2Fdatabase%2Fvoelker%2Fklingons.htm)

I suggest you learn how semantics apply to X/HTML. (http://www.dynamicsitesolutions.com/html/semantics/) Semantics is really a very important subject when it comes to X/HTML.

Tedra
11-03-2006, 09:06 AM
made changes into html