beberon
06-05-2011, 10:13 PM
Hello everyone!
What I'm trying is to center vertically an image in DIV Tag which has height:100% and width:100%. I did it with a table, but I want also the image to be resizable when resizing the window. I use this code, but that's not a resizable image in the center of the window:
<div id="pu" style="position:absolute; top:0px; left:0px; height:100%; width:100%"><img src="" id="bu" height="80%" vspace="30" hspace="30"><div/>
Any help is appreciated, thank you for your time :)
Stoycho
What I'm trying is to center vertically an image in DIV Tag which has height:100% and width:100%. I did it with a table, but I want also the image to be resizable when resizing the window. I use this code, but that's not a resizable image in the center of the window:
<div id="pu" style="position:absolute; top:0px; left:0px; height:100%; width:100%"><img src="" id="bu" height="80%" vspace="30" hspace="30"><div/>
Any help is appreciated, thank you for your time :)
Stoycho