mw2005
12-28-2005, 07:09 PM
Hi all;
I am having problems with this displaying in Firefox version 1.07. It displays fine in IE 6. In IE6 the logo is on the left, writing on the right and beneath that there is a banner image. But this doesn’t display the same in FF as in IE. How can I make it display just like in IE as FF.
Thanks in Advance,
Any Help will be appreciated,
MW2005
.......
<style type="text/css">
#fniuh{
width: 30%;
float: left;
height: 54;
padding-left: 1%;
padding-top: 1%;}
#wifgso{
margin-right: 1%;}
#---image{
width: 97%;
background-image: url(##############);
height: 100px;
margin-top: 18px;
margin-bottom: 1px;
margin-right:2%;
margin-left:1%;}
</style>
</head>
<body>
<div id = "fniuh">
<a href="#"><img src="#############" alt="#########"></a>
</div>
<div id = "wifgso">
#####
</div>
<div id = "---image"></div>
....
I am having problems with this displaying in Firefox version 1.07. It displays fine in IE 6. In IE6 the logo is on the left, writing on the right and beneath that there is a banner image. But this doesn’t display the same in FF as in IE. How can I make it display just like in IE as FF.
Thanks in Advance,
Any Help will be appreciated,
MW2005
.......
<style type="text/css">
#fniuh{
width: 30%;
float: left;
height: 54;
padding-left: 1%;
padding-top: 1%;}
#wifgso{
margin-right: 1%;}
#---image{
width: 97%;
background-image: url(##############);
height: 100px;
margin-top: 18px;
margin-bottom: 1px;
margin-right:2%;
margin-left:1%;}
</style>
</head>
<body>
<div id = "fniuh">
<a href="#"><img src="#############" alt="#########"></a>
</div>
<div id = "wifgso">
#####
</div>
<div id = "---image"></div>
....