NamePros
Welcome, Guest! Ready to make a name for yourself in the domain business? We welcome both the hobbyist and professional domainer to join the discussion as part of the NamePros community.

Click here to create your profile to start earning reputation for posting, and trader ratings for buying & selling in our free e-marketplace. Build your trader rating with each successful sale. Our system has tracked over 100,000 sales and counting!
FAQ & TOS Register Search Today's Posts Mark Forums Read

Go Back   NamePros.com > Website Development Discussion Forums > Programming
Reload this Page Background image problems with dreamweaver

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.

Advanced Search
2 members in live chat ~  


Closed Thread
 
LinkBack Thread Tools
Old 07-23-2005, 05:40 AM THREAD STARTER               #1 (permalink)
NamePros Member
 
jon21021985's Avatar
Join Date: Jan 2005
Location: United Kingdom
Posts: 75
jon21021985 is an unknown quantity at this point
 



Lightbulb Background image problems with dreamweaver


hi, I am building a webpage using dreamweaver, but images set as backgrounds in tables are not displaying in my browser. They show in dreamweaver bu not in IE6. below is the code for my site at the moment. The main table background is called main_back.jpg

-->
</style>
<script language="JavaScript" 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];}
}
//-->
????: NamePros.com http://www.namepros.com/programming/109088-background-image-problems-with-dreamweaver.html
</script>
</head>

<body onLoad="MM_preloadImages('home_button2.jpg','searc h_button2.jpg','myfaves_button2.jpg','mymess_butto n2.jpg','myacc_button2.jpg','events_button2.jpg',' help_button2.jpg')">
<table width="885" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="153" colspan="9"><img src="header.jpg" width="885" height="153"></td>
</tr>
<tr>
<td width="18" height="49" background="main_left.jpg">&nbsp;</td>
<td width="123"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image3','','home_button 2.jpg',1)"><img src="home_button1.jpg" alt="Home" name="Image3" width="123" height="49" border="0"></a></td>
<td width="123"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image4','','search_butt on2.jpg',1)"><img src="search_button1.jpg" alt="Search" name="Image4" width="123" height="49" border="0"></a></td>
????: NamePros.com http://www.namepros.com/showthread.php?t=109088
<td width="123"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image5','','myfaves_but ton2.jpg',1)"><img src="myfaves_button1.jpg" alt="My Favourites" name="Image5" width="123" height="49" border="0"></a></td>
<td width="123"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image6','','mymess_butt on2.jpg',1)"><img src="mymess_button1.jpg" alt="My Messages" name="Image6" width="123" height="49" border="0"></a></td>
<td width="123"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image7','','myacc_butto n2.jpg',1)"><img src="myacc_button1.jpg" alt="My Account" name="Image7" width="123" height="49" border="0"></a></td>
<td width="123"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image8','','events_butt on2.jpg',1)"><img src="events_button1.jpg" alt="Events" name="Image8" width="123" height="49" border="0"></a></td>
<td width="113"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Image9','','help_button 2.jpg',1)"><img src="help_button1.jpg" alt="Help" name="Image9" width="113" height="49" border="0"></a></td>
<td width="16" height="49" background="main_right.jpg">&nbsp;</td>
</tr>
<tr align="left" valign="middle" background="main_back.jpg">
<td height="992" colspan="9">&nbsp;</td>
</tr>
<tr align="left" valign="middle">
<td height="19" colspan="9">&nbsp;</td>
</tr>
</table>
</body>
</html>
jon21021985 is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
What Keywords? spy69 Search Engines 5 06-28-2005 08:05 PM
Background Image... DJ_Guvana Web Design Discussion 4 06-23-2005 06:25 PM
Background Image Help Pls proudcdn Web Design Discussion 9 06-06-2005 08:25 AM
In dreamweaver, how do you make your Css Style have an image background John_Smith198 Web Design Discussion 3 06-05-2005 05:04 AM
Problems with hover background image in IE 6 Master_Kale Programming 0 07-28-2004 02:40 PM

 
All times are GMT -7. The time now is 12:09 PM.

Domain name forum recommended by Domaining.com Powered by: vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.6.0 Ad Management plugin by RedTyger