Forum Moderators: not2easy
Does anybody know a happy medium?
Here's my relevant stylesheet:
<style type="text/css">
.fish { background-image:url(/vf/table_12.gif);
background-attachment:fixed;
background-repeat: no-repeat;
}
</style>
<style type="text/css">
.flop { background-image:url(/vf/table_16.gif);
background-attachment:fixed;
background-repeat: no-repeat;
}
and here's the HTML for the scroll boxes:
<div class="fish" style="overflow:auto;width:554;height:266; background-color:transparent; border: 0px;">
text text text
</div>
and
<div class="flop" style="overflow:auto;width:213;height:184; background-color:transparent; border: 0px;">
text text text
</div>
Now if "fixed" is "float" it works in firefox but not IE. As it is it works in IE but not in FireFox.
Thanks for any and all help anyone is willing or able to give, because this thing is killing my head!
D
<Sorry, no personal URLs.
See Terms of Service [webmasterworld.com]>
[edited by: tedster at 4:00 pm (utc) on May 23, 2005]