Is it possible to make this image as a link?
#banner {
width:500px;
height: 60px;
margin: 0 auto;
background: #fff url(/images/brandlogo.gif) top left no-repeat;
text-align: right;
padding:0 0 0 280px;
}
couple of other issues, if a page has lots of container div's should I use the IE content width fix for each container? I would suspect that using the fix would be the right way to go?
is there any sites that will simulate all the browsers such as IE 5?
#banner {
width:500px;
height: 60px;
margin: 0 auto;
background: #fff url(/images/brandlogo.gif) top left no-repeat;
text-align: right;
padding:0 0 0 280px;
}
couple of other issues, if a page has lots of container div's should I use the IE content width fix for each container? I would suspect that using the fix would be the right way to go?
is there any sites that will simulate all the browsers such as IE 5?