Flash items won't display on Ipad

ashcoft

New Member
I have a problem regarding the ipad. Here is the website that I am working on http://www.gmbelt.com/index.html, the problem is that the navigation bar down the side and the navigation buttons (at the top) and the banner in the middle are made in flash and the ipad doesn't support flash.Is there anyway that I can recreate these items in html or css?any help would be appreciated, thanks.Here is the code I'm using.PS I know it's not a good idea to create a website using tables but it's been done and I'm not changing the layout as there are loads of pages and it would take to long.\[code\]<html><head><meta name="GENERATOR" content="Microsoft FrontPage 5.0"><meta name="ProgId" content="FrontPage.Editor.Document"><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"><title>Home</title><link rel="stylesheet" type="text/css" href="http://stackoverflow.com/questions/13801654/CSS/stylesheet.css" /><link rel="stylesheet" type="text/css" href="http://stackoverflow.com/questions/13801654/CSS/stylesheet_css_buttons.css" /><link rel="stylesheet" type="text/css" href="http://stackoverflow.com/questions/13801654/CSS/stylesheet_zen_lightbox.css" /></head><body bgcolor="#1B3917"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="100%"><tr><td width="100%"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" height="507"><tr><td rowspan="2" height="175">&nbsp;</td><td width="1027" colspan="2" height="136"><p align="center"><img border="0" src="http://stackoverflow.com/questions/13801654/images/header.jpg" width="989" height="140"></td><td rowspan="2" height="175">&nbsp;</td></tr><tr><td width="1027" colspan="2" height="39"><table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%"><tr><td width="75"><SCRIPT src="http://stackoverflow.com/questions/13801654/displayFlashbutton_home.js"></SCRIPT></td><td width="75"><SCRIPT src="http://stackoverflow.com/questions/13801654/displayFlashbutton_contact.js"></SCRIPT></td><td width="75"><SCRIPT src="http://stackoverflow.com/questions/13801654/displayFlashbutton_about.js"></SCRIPT></td><td width="75%"><SCRIPT src="http://stackoverflow.com/questions/13801654/displayFlashbutton_downloads.js"></SCRIPT></td></tr></table></td></tr><tr><td height="166" rowspan="2">&nbsp;</td><td width="150" height="166" rowspan="2">&nbsp;<SCRIPT src="http://stackoverflow.com/questions/13801654/displayFlashmenu.js"> </SCRIPT></td><td width="877" height="90" valign="top"><p align="center">&nbsp;<SCRIPT src="http://stackoverflow.com/questions/13801654/displayFlashbanner.js"></SCRIPT></td><td height="166" rowspan="2">&nbsp;</td></tr><tr><td><table border="1" bordercolor="#FFFFFF" height="100%" width="100%"><tr><td align="center" width="100%" height="83" style="border:0">Please note, the home page is undergoing maintenance.<br><strong>However the menu and product items are fully working.</strong><br />We apologise for any inconvienice.<br />If you have any inquiries please contact Graham on 01455 271171 or <a href="mailto:[email protected]">[email protected]</a></td></tr><tr><td height="150px" width="100%" style="border:0">&nbsp;</td></tr><tr><td height="150px" width="100%" style="border:0">&nbsp;</td></tr><tr><td height="150px" width="100%" style="border:0">&nbsp;</td></tr></table></td></tr><tr><td height="166">&nbsp;</td><td width="150" height="166">&nbsp;</td><td width="877" height="166"><p align="center"><span style="color: rgb(170, 170, 170); font-family: arial, helvetica, sans-serif; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(27, 57, 22); display: inline !important; float: none; ">Copyright ? 2012<span class="Apple-converted-space">&nbsp;</span></span><a href="http://www.gmbelt.com/index.html" target="_blank" style="color: rgb(153, 153, 153); text-decoration: none; font-family: arial, helvetica, sans-serif; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; background-color: rgb(27, 57, 22); ">Glen Esk Celtic and Highland Supplies<br></a><a class="mrk" href="http://www.thepcclinicuk.com/" target="_blank" style="color: rgb(153, 153, 153); text-decoration: none; background-color: rgb(27, 57, 22); font-family: arial, helvetica, sans-serif; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: center; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; ">Layout Design by The PC Clinic UK Ltd</a></td><td height="166">&nbsp;</td></tr></table></td></tr></table></body></html>\[/code\]
 
Back
Top