wel i have also a problem with it to
My website is perfect lined out in FireFox as you can see here
Well in IE there is a slight difference
here are 2 screens of the problems
Screen 1
Screen 2
The first one you can see the main page here are 2 problems visible
1: As you can the green beam above the text an below the text are not closing up with the frame as it should be
2: The Menu on the top left is also not closing up well there is some space between each button
On this second screen you can see my thirth and final problem
The problem here is that scrollbar at the bottom of the frame is useless, so it should be removed but how?
Here is the code of that page
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background-color: #6F6D6E;
}
body,td,th {
font-family: Arial;
font-size: 12px;
color: #CCCCCC;
}
A {
COLOR: #CCCCCC; TEXT-DECORATION: none
}
A:hover {
COLOR: #669900
}
</STYLE>
<body>
<p align="center"> </p>
<p align="center">S T R I P S</p>
<p align="center"> </p>
<p align="center"><a href="baby.html">De Baby des Duister </a></p>
<p align="center"><a href="baby.html"><img src="images/werkjes/De Baby des Duister (Cover).JPG" width="429" height="594" border="0" /></a></p>
<p align="center">December 2004 - Maart 2005<br />
(2 pagina's) </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center"> </p>
<p align="center" class="style2"><span class="style6"><a href="#top">Top</a> <a href="java script:history.back()">Terug</a> </span></p>
</html>
Some generel info about the site, i used iframes (on demand of the owner)
So now the question is how do i solve these problems
Sorry for the bad english
Edited by Raged, 25 August 2006 - 04:33 AM.
