Hello list, I am trying to display a graphic on top and a graphic on the side for a site. The code below works for stretching the images all the way to the side and bottom but create scrollbars which I dont want unnecessarily. Presumeably the 110% on the tables causes this but with it at only 100% the images falls short about an inch from the side.
How do graphics people usually handle this? Any advice would be greatly appreciated. Also the top slice is exactly the same size as the image pic 2 (100 pixels tall), which both comprise the top image. But for some reason the slice is bleeding through the bottom...? Thanks Mignon Here it is in a browser: Table width and height at 100% http://www.filetmignon.org/toshiba/menu4.htm Table width and height at 110% http://www.filetmignon.org/toshiba/menu5.htm Here's the code: <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body bgcolor="#FFFFFF"> <div id="Layer1" style="position:absolute; width:110%; height:100px; z-index:1; left:-4px; top: -4px"> <table border="0" bordercolor="red" height="100" width=110% background="images/top_slice.jpg"> <tr> <td border=0> <img height="97" src="images/pic2.jpg"> </td> </tr> </table> </div> <div id="Layer2" style="position:absolute; width:215px; height:100%; z-index:2; top: 91.6px; left: -3.5px"> <table border =0 height = 110% cellpadding="0"><tr><td background = images/SideBack.gif border-width=0 valign=top> <img src=images/pic1.jpg> </td></tr> </table> </div> <div id="Layer3" style="position:absolute; width:249px; height:100%; z-index:3; top: 125px; left: 205px"> TABLE WIDTH 110% ON TOP PIC TABLE HEIGHT 110% ON SIDE PIC </div> </body> </html> ____ � The WDVL Discussion List from WDVL.COM � ____ To Join wdvltalk, Send An Email To: mailto:wdvltalk-join@;lists.wdvl.com Send Your Posts To: [EMAIL PROTECTED] To change subscription settings to the wdvltalk digest version: http://wdvl.internet.com/WDVL/Forum/#sub ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED]
