Mijn BETA website www.devual.nl/BETA/Pages/Home/Index.php werkt goed in de Browsers: Google Chrome & Firefox.. maar als ik in Internet Explorer kijk is het een hele teringzooi.. mijn vraag is wie kan mij helpen of uitleggen wat ik waar moet toevoegen in mijn CSS.. want volgens mij ben ik voor goede resultaat in Internet Explorer wat vergeten in me CSS.

Hieronder mijn CSS:
.content-up-down
{ background-color: #000;
  float: left;
  height: 7px;
  width: 886px; }

.content-left-up
{ background-image: url(../Images/Black_content/Left_up.gif);
  float: left;
  height: 7px;
  width: 7px; }

.content-right-up
{ background-image: url(../Images/Black_content/Right_up.gif);
  float: left;
  height: 7px;
  width: 7px; }

.content-left-down
{ background-image: url(../Images/Black_content/Left_down.gif);
  float: left;
  height: 7px;
  width: 7px; }

.content-right-down
{ background-image: url(../Images/Black_content/Right_down.gif);
  float: left;
  height: 7px;
  width: 7px; }

.content-login
{ background-color: #000;
  height: 33px;
  padding-left: 15px;
  width: 885px; }

.content-left
{ background-color: #000;
  float: left;
  width: 300px; }

.content-center
{ background-color: #000;
  float: left;
  width: 300px; }

.content-right
{ background-color: #000;
  float: left;
  width: 300px; }

.content
{ background-color: #000;
  width: 900px; }
Het lag niet aan de CSS maar aan de form die onder de body tags stond, domme fout van me probleem opgelost!

- - -

@ ReZon:
Dankje, ik dacht al dat ik met zoiets erbij moest werken. Ik ga hiermee knutselen bedankt voor de tip!

Reageren