Page is a not externally linkable
- Code, Content, and Presentation
-- Site Graphics and Multimedia Design
---- How to disable vertical image resizing in explorer?


D_Blackwell - 2:25 am on Jun 27, 2008 (gmt 0)


Really need to see that HTML & CSS code that replicates the problem, otherwise just guessing at understanding the question, but I would figure this to be a CSS solution.

<html>
<head>
<style>
#x-axis {
background: #000 url(aaa.jpg) repeat-x; height: 75px;
}
</style>
</head>
<body>
<div id="x-axis">

</div>
</body>
</html>


Thread source:: http://www.webmasterworld.com/graphics_multimedia/3683419.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com