I want to be able to resize this table background image with javascript i also do not want it to repeat when it gets bigger
<table name="bgImgBlue" id="bgImgBlue" width="100%" width="100%"width="100%"style="position:absolute;top:0px;left:0px;
z-index:99;" cellpadding="0" cellspacing="0" width="100%" background="images/i_frame_bgnav.gif" HEIGHT="184">
Bakckground no repeat
Take reference to image out of the property, and into the CSS (also make CSS external is better practise):
The no repeat function will stop it repeating. Alternative values for this are ‘
repeat-x‘ and ‘repeat-y‘.Better HTML
Try and avoid tables, use div’s instead. These are easier to resize, and tables are pretty old school now. Netherless, to resize your table’s height: