Guest_imported
New member
- Jan 1, 1970
- 0
hi,
i have a webpage that is completely flash, however i can only get it either to be re-sizable (which is why i chose to do it in flash anyway, as it is a detailed image and i didnt want to lose the quality on different resolutions), or it is resizable but has great big borders around it
so, i have this in the code to make it resiazable - HEIGHT="100%" WIDTH="100%"
but with big borders around the image,
or i can have -
STYLE="POSITION: absolute; HEIGHT:800;WIDTH:1024;TOP:0;LEFT:0;
which makes it a fixed height and width, but with no borders,
i cant seem to combine the two to get it both resizable and with no borders !
can anyone help ?
i have a webpage that is completely flash, however i can only get it either to be re-sizable (which is why i chose to do it in flash anyway, as it is a detailed image and i didnt want to lose the quality on different resolutions), or it is resizable but has great big borders around it
so, i have this in the code to make it resiazable - HEIGHT="100%" WIDTH="100%"
but with big borders around the image,
or i can have -
STYLE="POSITION: absolute; HEIGHT:800;WIDTH:1024;TOP:0;LEFT:0;
which makes it a fixed height and width, but with no borders,
i cant seem to combine the two to get it both resizable and with no borders !
can anyone help ?