Hi all,
First of all please excuseme if my english is not perfect.
I'm new to this list (and even to CSS layout techniques...)
I've a simple (I hope) question about some strange behaviour I encountered using netscape (6.2).
I'm testing this page both in IE6 and, as said, NN6.2, but in NN the central div (named "contenuti") seems not to respect the "float:left" property, in fact it starts at the right position, but it doesn't keep it's X axis (as IE does) so it's contents spam under the previous div (the black one). I wonder how to keep the "contenuti" div left side blocked.
Hope the question is clear...
Here's the important part of the CSS I'm developing, so you may understand better wher's the problem.
#sfondo{
/* This one contains both #navigazione and #contenuti, so that I could succeed in keeping all the "navigazione" coloumn in black*/
background-color: #000000;
float:left;
}
BTW, you are also missing a meta tag for charencoding. Add eg something like this to your <head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
Bookmarks