![]() |
|
|
Welcome to the { mindfrost82.com } forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
|
|||||||
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
Links not showing properly in IE7 and FireFox
I have an index page with two rollover images on the bottom, one links to a
Flash version of the site and the other links to the html version. For some reason the following is happening: page displays and links work fine in Safari page displays and only first link displays and works in Firefox page displays and first link works second link works but no image in IE 7 Can someone look at the html in the link? <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <meta name="description" content="Your description goes here" /> <meta name="keywords" content="your,keywords,goes,here" /> <meta name="author" content="Your Name" /> <link rel="stylesheet" type="text/css" href="andreas08.css" title="andreas08" media="screen,projection" /> <title>andreas08 v2.0</title> <link href="../../../newhome.css" rel="stylesheet" type="text/css" /> <script type="text/javascript"> <!-- function MM_swapImgRestore() { //v3.0 var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc; } function MM_preloadImages() { //v3.0 var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++) if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}} } function MM_findObj(n, d) { //v4.01 var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) { d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n]; for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document); if(!x && d.getElementById) x=d.getElementById(n); return x; } function MM_swapImage() { //v3.0 var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3) if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];} } //--> </script> </head> <body onload="MM_preloadImages('images/entersiteflashover.jpg','images/entersitehtmlov er.jpg')"> <div id="container" > <div id="header"><img src="images/indexbanner798x37.jpg" alt="" width="798" height="37" /></div> <div id="content"> <p><img src="images/shapeimage_2.jpg" alt="" width="627" height="382" /></p> </div> <div id="footer"> <p><a href="filmedit.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('flash','','images/entersiteflashover.jpg',1)"><img src="images/entersiteflashup.jpg" width="180" height="30" border="0" id="flash" /></a></p> <div align="center"><a href="http://jehshik.com/filmedit.html" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('html','','images/entersitehtmlover.jpg',1)"><img src="images/entersitehtmlup.jpg" width="180" height="30" border="0" id="html" /></a></div> </div> </div> </body> </html> |
|
|||
|
Re: Links not showing properly in IE7 and FireFox
Can you post a link to this page, please?
-- Murray --- ICQ 71997575 Adobe Community Expert (If you *MUST* email me, don't LAUGH when you do so!) ================== http://www.projectseven.com/go - DW FAQs, Tutorials & Resources http://www.dwfaq.com - DW FAQs, Tutorials & Resources ================== "mentlity" <webforumsuser@macromedia.com> wrote in message news:g7t7mb$ke8$1@forums.macromedia.com... >I have an index page with two rollover images on the bottom, one links to a > Flash version of the site and the other links to the html version. For > some > reason the following is happening: > page displays and links work fine in Safari > page displays and only first link displays and works in Firefox > page displays and first link works second link works but no image in IE 7 > > Can someone look at the html in the link? > > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> > <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> > <head> > <meta http-equiv="content-type" content="text/html; charset=utf-8" /> > <meta name="description" content="Your description goes here" /> > <meta name="keywords" content="your,keywords,goes,here" /> > <meta name="author" content="Your Name" /> > <link rel="stylesheet" type="text/css" href="andreas08.css" > title="andreas08" > media="screen,projection" /> > <title>andreas08 v2.0</title> > <link href="../../../newhome.css" rel="stylesheet" type="text/css" /> > <script type="text/javascript"> > <!-- > function MM_swapImgRestore() { //v3.0 > var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) > x.src=x.oSrc; > } > function MM_preloadImages() { //v3.0 > var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array(); > var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; > i<a.length; > i++) > if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; > d.MM_p[j++].src=a[i];}} > } > > function MM_findObj(n, d) { //v4.01 > var p,i,x; if(!d) d=document; > if((p=n.indexOf("?"))>0&&parent.frames.length) { > d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);} > if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) > x=d.forms[i][n]; > for(i=0;!x&&d.layers&&i<d.layers.length;i++) > x=MM_findObj(n,d.layers[i].document); > if(!x && d.getElementById) x=d.getElementById(n); return x; > } > > function MM_swapImage() { //v3.0 > var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; > for(i=0;i<(a.length-2);i+=3) > if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) > x.oSrc=x.src; x.src=a[i+2];} > } > //--> > </script> > </head> > > <body > onload="MM_preloadImages('images/entersiteflashover.jpg','images/entersitehtmlov > er.jpg')"> > <div id="container" > > <div id="header"><img src="images/indexbanner798x37.jpg" alt="" > width="798" > height="37" /></div> > > <div id="content"> > <p><img src="images/shapeimage_2.jpg" alt="" width="627" height="382" > /></p> > </div> > <div id="footer"> > <p><a href="filmedit.html" onmouseout="MM_swapImgRestore()" > onmouseover="MM_swapImage('flash','','images/entersiteflashover.jpg',1)"><img > src="images/entersiteflashup.jpg" width="180" height="30" border="0" > id="flash" > /></a></p> > <div align="center"><a href="http://jehshik.com/filmedit.html" > onmouseout="MM_swapImgRestore()" > onmouseover="MM_swapImage('html','','images/entersitehtmlover.jpg',1)"><img > src="images/entersitehtmlup.jpg" width="180" height="30" border="0" > id="html" > /></a></div> > </div> > > </div> > </body> > </html> > |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|