hi,
i have a horzonial adjustable logo/header
that works under ie and wondering how to make it work in FF?
please view with ie:
http://whidbeyislandmoped.com/cart/index.php?main_page
thanks
hi,
i have a horzonial adjustable logo/header
that works under ie and wondering how to make it work in FF?
please view with ie:
http://whidbeyislandmoped.com/cart/index.php?main_page
thanks
well it doesn't work like the test
this is the test code it works nice
[CODE<html>
<head>
<title>expanding banner</title>
<style type="text/css">
html, body{margin:0;padding:0;width:100%}
#banner{
background: url(scooter long part a reverse.jpg) no-repeat top right;
height:184px;
}
</style>
</head>
<body>
<div id="banner">
<img alt="" src="header_bg1.jpg" class="bannerleft">
</div>
</body>
</html>[/CODE]