Click here to Skip to main content
15,898,035 members

Comments by Madhukar Pallam (Top 2 by date)

Madhukar Pallam 5-Dec-11 13:59pm View    
Here my code:

<html>
<style type="text/css">
div.header{position: absolute; top: 0px; left:0px; width: 100%}
</style>
<body>
<div class="header">
<img src="Header2.png" style="height:10%; width:100%"/>
</div>
</body>
</html>
Madhukar Pallam 5-Dec-11 9:56am View    
Thank you Mark Nishalke for your repaly, here my requirement

When browser re-sized the scroll bar should come. but the image width should be same as the screen resolution.... and can you post sample code... i am using JSP.

Thank you..