Welcome to Tech Support Forum home to more then 136,000 problems solved. Issues have included: Spyware, Malware, Virus Issues, Windows, Microsoft, Linux, Networking, Security, Hardware, and Gaming Getting your problem solved is as easy as:
1. Registering for a free account
2. Asking your question
3. Receiving an answer

Registered members:
* Get free support
* Communicate privately with other members (PM).
* Removal of this message
* See fewer ads.
* And much more..

 



Want to know how to post a question? click here Having problems with spyware and pop-ups? First Steps
Go Back   Tech Support Forum > Design Forum > Web Design & Programming
User Name
Password
Site Map Register Donate Rules Blogs Mark Forums Read


Web Design & Programming Discussion of web design, and server-side & client-side scripting

Reply
 
LinkBack Thread Tools
Old 07-24-2008, 12:06 AM   #1 (permalink)
Registered User
 
Join Date: Oct 2005
Posts: 43
OS: XP


Dreamweaver in Firefox/IE.... Newbie Qq

Hi there,
I'm trying to put up a very simple one-page web page. I'm using Dreamweaver CS3.
Problem 1. When I preview the page in IE, it looks fine. When I preview it in Firefox it doesn't display the background image. Could you tell me why this is.
Problem 2. I don't have FTP access to my webpage, so I have to upload the files manually to my ISP. When I've done this, & visit the page, one of the images isn't displayed in either browser - it has a placeholder in IE, and the alternative text in Firefox. It looks fine in the previews from Dreamweaver. The background image to the page won't show either, in IE. although the same background image shows OK in the header & footer. In Firefox the background image. won't show at all anywhere
I'm stymied! Obviously I'm doing something wrong, but I can't figure out what.
Any help would be greatly appreciated.
Cheers Tony

Using Firefox 3.01, IE 6.0, Dreamweaver CS, Win XP SP2
kingsburytony is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Important Information
Join the #1 Tech Support Forum Today - It's Totally Free!

TechSupportForum.com is a leading support website for your computer needs. We offer free, friendly and personalized computer support. Why pay to have your computer fixed when you can do it for free.

Join TechSupportforum.com Today - Click Here

Old 07-24-2008, 03:20 AM   #2 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,883
OS: Vista, various linux distros


Re: Dreamweaver in Firefox/IE.... Newbie Qq

Hey, for us to help you you'll need to post your code. Or a link to the uploaded site.

Cheers,
Jamey
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-24-2008, 04:01 AM   #3 (permalink)
Registered User
 
Join Date: Oct 2005
Posts: 43
OS: XP


Re: Dreamweaver in Firefox/IE.... Newbie Qq

Sure. Here's the code.(Below) and here's the site http://users.actrix.co.nz/tkingsbr/D...ble/index.html

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>DVDsAvailable</title>
<link href="oneColLiqCtrHdr.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
background-image: url(images/Marble_Background1.gif);
background-color: #FFFFFF;
}
.style3 {
font-size: 12px;
background-image: url(images/Marble_Background1.gif);
}
.style5 {font-size: 10pt}
-->
</style>
</head>

<body class="oneColLiqCtrHdr">

<div id="container">
<div id="header">
<div align="center"><a href="images/DVDsAvailable.gif"><img src="images/DVDsAvailable.gif" width="598" height="56" alt="DVDS Available" /></a>
<!-- end #header --></div>
</div>
<div id="mainContent">
<h1 align="left" class="style3">Propagation New Zealand is making available for sale to PWK and those interested in Knowledge three packs of DVDs produced on the duplicating machine we purchased in 2007.</h1>
<p><strong>Pack A</strong> <span class="style5">is a propagation pack consisting of five copies of Designed for Joy, a compilation DVD specifically designed to introduce Maharaji and his message. It includes Discovering More, and has a section on the Prem Rawat Foundation. In addition the pack contains one copy of The Possibility for Peace, (Wellington Parliament event, 2007) </span></p>
<p align="center"><img src="PackA_1.gif" alt="Pack A" width="476" height="280" /></p>
<p align="left"><strong>Pack B </strong><span class="style5">is an introductory pack containing five DVDs. The Spectrum of Life (Dublin), Conversations With Prem Rawat, More Than Words/Discovering More, Oxford University, and Maharaji’s address to the United Nations (New York). This pack is $25. To save on costs the disks will be shipped in clear plastic sleeves.</span></p>
<p align="center"><img src="PackB_1.gif" alt="Pack B" width="626" height="353" /></p>
<p align="left"><strong>Pack C</strong> <span class="style5">is designed for PWK, and consists of two DVDs, The Voyage (Las Palmas, Canary Islands) and Find the Joy (Amaroo 2007) This pack is $10. Disks will be shipped in clear plastic sleeves.</span></p>
<p align="center"><img src="PackC_1.gif" alt="Pack C" width="437" height="290" /></p>
<p align="left"><strong>Postage</strong> <span class="style5">will be $3 for one pack, $6 for two or more packs.If you would like to order some of these, please fill in the attached order form, available <em><a href="DVD Orders_P3.doc">Here</a></em> , and either email to <a href="mailto:nzresourcematerials@xtra.co.nz">nzresourcematerials@xtra.co.nz </a>*or* print and post to<br />
<strong>DVD Orders, P.O. Box 79188, Royal Heights, Waitakere, Auckland 0656</strong></span></p>
<h2>&nbsp;</h2>
</div>
<div id="footer">
<!-- end #footer -->
</div>
<!-- end #container --></div>
</body>
</html>
kingsburytony is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-24-2008, 04:22 AM   #4 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,883
OS: Vista, various linux distros


Re: Dreamweaver in Firefox/IE.... Newbie Qq

Hey again,
i don't know exactly what the problem is you're experiencing.

When i open the page in FF and IE the background displays fine.

You could try wrapping quotes around your url in the CSS:
Code:
url('images/Marble_Background1.gif');
It took a while for the marble image to load, maybe the problem is that the filesize is too high?

Another thing that caught my curiosity is you reference an images folder but http://users.actrix.co.nz/tkingsbr/DVDsAvailable/images does not exist, are you sure when you upload the images you're uploading them into the right folder?

Cheers,
Jamey
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-24-2008, 04:39 PM   #5 (permalink)
Registered User
 
Join Date: Oct 2005
Posts: 43
OS: XP


Re: Dreamweaver in Firefox/IE.... Newbie Qq

Thanks Jamey, I'll try that. Since it displays OK for you, I'll assume that the problem is at my end, & it will look all right to visitors.
Thanks for your time, and the swift response.
Cheers Tony
kingsburytony is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Old 07-24-2008, 04:53 PM   #6 (permalink)
Design Team Member
 
jamiemac2005's Avatar
 
Join Date: Jul 2007
Location: Coventry, UK
Posts: 1,883
OS: Vista, various linux distros


Re: Dreamweaver in Firefox/IE.... Newbie Qq

Thats k, if you have any more problems don't hesitate to post back =]

Cheers,
Jamey
__________________

Myspace
jamiemac2005 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Reddit!
Reply With Quote
Reply


Thread Tools

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

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




All times are GMT -7. The time now is 03:25 AM.



Copyright 2001 - 2009, Tech Support Forum
Home Tips Plus | Outdoor Basecamp | Automotive Support Forum

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