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.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-13-2008, 12:51 AM
mentlity
 
Posts: n/a
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>

Reply With Quote
  #2 (permalink)  
Old 08-13-2008, 01:19 PM
Murray *ACE*
 
Posts: n/a
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>
>


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 06:32 AM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
Secured Loans | Free Ringtones | Credit Cards | Credit Card | Per Insurance



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114