Discussion: Div to short in IE7
Afficher un message
Vieux 07/03/2008, 13h47   #3
Beauregard T. Shagnasty
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Div to short in IE7

Christian Welzel wrote:

> I have a problem in my page http://cumverbis.michael-sadlo.de/willkommen.html
> As you can see, there is a dark area behind the footer. IE6, FF,
> Opera show it properly from left to right over the whole width (my
> laptop has 1920xXX). Only IE7 cuts the area at 4/5 from the left.
>
> Does anybody knows, why this happens? And how to fix that issue?
>
> Btw: how can i get this area down to the bottom of the page?


You have numerous errors in your CSS, which is, to put it mildly, rather
complicated.
<http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A%2F%2F cumverbis.michael-sadlo.de%2Fwillkommen.html>

New pages should use a Strict doctype, not Transitional, as you are not
transitioning from a legacy page. And should use HTML, as various
versions of Internet Explorer can't handle XHTML.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">

http://www.fingerlakesbmw.org/test/html.php
http://www.fingerlakesbmw.org/test/xhtml.php

Read this as well:
http://k75s.home.att.net/fontsize.html

--
-bts
-Friends don't let friends drive Vista
  Réponse avec citation
 
Page generated in 0,05649 seconds with 9 queries