Click to See Complete Forum and Search --> : html problem
Big_Rob
09-16-2003, 03:41 PM
Hi! I have a huge problem. If you take a look at: http://hem.passagen.se/granforsrobert/rob/test.htm you can see that the 2 frames are not in same position? The "flashframe" is a little bit higher than the other, thatīs very annoying!! Please help me fix that.
iniquity101
09-16-2003, 03:58 PM
Hello
I changed your html a bit, and this seemed to work in IE:
<html>
<head>
<title>test</title>
<base target="maine">
<div class=Section1>
<p align="center">
</p>
</div>
</head>
<body>
<body bgcolor="#FFFFFF">
<div align="center">
<center>
<table border="0" width="746" height="27" cellpadding="0"
style="border-style: solid; border-color: #000000">
<tr>
<td width="1714" height="244">
<p align="left">
<img border="0" src="21.jpg" width="390" height="324"></td>
<td width="228" style="border-style: double; border-color: #FFFFFF" height="31">
</STYLE><br>
<iframe width="535" height="324" marginwidth="2" marginheight="2" name="maine" border="1" frameborder="0"
src="http://hem.passagen.se/granforsrobert/happy.swf" scrolling=yes allowtransparency="true"> </iframe><table class="kantlinje" ><!--webbot bot="HTMLMarkup" endspan -->
</td>
</tr>
</table>
</center>
</div>
</body>
</html>
<script language="JavaScript" type="text/javascript" src="http://hem.passagen.se/TopFrame/iframe.js"></script>
Big_Rob
09-16-2003, 04:25 PM
Thanks a lot, you are my new god :)