|
Posted by freemont on 10/11/92 11:58
On Mon, 18 Sep 2006 03:17:42 -0600, richard wrote:
> 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.
Corrected a bunch of typos in CSS:
<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>
Shooting the file up to a validator would have found all this in the first
place. ;-)
--
"Because all you of Earth are idiots!"
¯`·.¸¸.·´¯`·-> freemont© <-·´¯`·.¸¸.·´¯
Navigation:
[Reply to this message]
|