At this site >> ACQ, you'll see a resulting page (ASP coding).
There is a major wraper, "cadreprincipal",
which contains all the elements.
Then the div for the logo ("haut"), the div for the menu ("menu"), and the div for the content.
"cadreprincipal" has the main background.
Inside "cadreprincipal":
"Imagegauche" is floating left inside and contains an "img" (this image has to be modified by ASP coding)
"Contenu" is floating right. I've put a border to show you.
I simply don't understand why "contenu" , in IE, is not flush top right...
And... in Firefox, it doesn't work at all... the "contenu" is transparent, flushes the background of "cadreprincipal"...
Any idea?
Here is the CSS:
body,td{
font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
font-size: .9em;
line-height: 150%;
margin: 0;
padding: 0;
}
One problem is //Insertion des documents in your html! <!-- html documentation -->
There also appears to be a problem with background-image: url(img/bandedroite.jpg); in div#contenu
It does not exist, no default background color is defined so IE (default transparent) so reverts to it's container, background #C0C0C0 (img/ray.jpg also not found) Moz. only applies the background of the html
Originally posted by Fang
One problem is //Insertion des documents in your html! <!-- html documentation -->
That was it! It was not in the APS code brackets. Thanks.
There also appears to be a problem with background-image: url(img/bandedroite.jpg); in div#contenu
It does not exist, no default background color is defined so IE (default transparent) so reverts to it's container, background #C0C0C0 (img/ray.jpg also not found) Moz. only applies the background of the html
All those background images are present in the img folder...
And why the "min-height" seems not to function? I'm certainly missing something
Bookmarks