Posted by richard on 10/19/62 11:58
A simple case of having been out of the scene for so long I suppose.
What I can't understand is why firefox refuses to render the page correctly
as IE does and the editor (acehtml).
Just a simple layout. But firefox refuses to show the division under the
"top", that is "menu", and FF does not show the proper size of "top".
So enlighten me and help me get back on track of doing this right.
Thanks.
<?xml version="1.0" encoding="windows-1252"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!-- Created on: 9/16/2006 -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title></title>
<style type="text/css">
#container
#top
{ width="100%"; height="140px";
background: #E69712 url('worldmap4b.png') no-repeat center;
z-index:-1;
font:arial, helvetica;
font-size:24pt;
text-align:center;
}
#left
{width="200px"; height="1000px"; background-color="#aabbcc"; float="left";
}
</style>
</head>
<body>
<div id="container">
<div id="top">
1 small world
</div>
<div id="left">
Menu
</div>
Body Content
</div>
</body>
</html>
[Back to original message]
|