Marvin Nash
03-06-2007, 08:00 PM
Hey there,
In a file called index.html I included two iframes: one for the header and one for the menu.
I set the width to 100% and upload the file.
The margin-right is on 0px because I donīt want any margin between the border of the navigator and the iframes.
Result:
http://users.cjb.net/bienalpedo/index.html
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<IFRAME src="iframetop.html" width="100%" height="138" scrolling="no"
frameborder="0" margin-left="0">
</IFRAME>
<IFRAME src="menu.html" width="100%" height="58" scrolling="no"
frameborder="0"
</IFRAME>
</body>
</html>
I hope that you can help me with this.
See you,
Marvin Nash
In a file called index.html I included two iframes: one for the header and one for the menu.
I set the width to 100% and upload the file.
The margin-right is on 0px because I donīt want any margin between the border of the navigator and the iframes.
Result:
http://users.cjb.net/bienalpedo/index.html
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
</head>
<body>
<IFRAME src="iframetop.html" width="100%" height="138" scrolling="no"
frameborder="0" margin-left="0">
</IFRAME>
<IFRAME src="menu.html" width="100%" height="58" scrolling="no"
frameborder="0"
</IFRAME>
</body>
</html>
I hope that you can help me with this.
See you,
Marvin Nash