Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Can not display images by CSS
Old 06-22-2010, 09:44 AM Can not display images by CSS
Junior Talker

Posts: 1
Trades: 0
I use css to code my web layout and I also can view all images on Dreamweaver.




However, when I view my web layout on Browsers( Firefox, IE), nothing appears.






My code for HTML is:

Code:
<html>
<head>
<title>Hung</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link rel="stylesheet" type="text/css" href="/template/style.css">
</head>
<body>
<div id="container">
<div id="header"></div>
<div id="menu"></div>
<div id="whitebody">

</div>
<div id="footer"></div>
</div>
</body>
</html>
And MY CSS CODE is:


Code:
body{
color:#FFF;
margin: 0px;
padding:0px;
}

#container{
background-position:center;
}
#header{
background:url(/template/images/header.gif);
background-repeat: no-repeat;
width: 800px;
height: 80px;
}

#menu{
background-image:url(/template/images/menu.gif);
background-repeat:no-repeat;
width: 800px;
height: 55px;
}

#whitebody{
background-image:url(/template/images/backgroundbdoy.gif);
background-repeat:no-repeat;
width: 800px;
height: 441px;
}

#footer{
background-image:url(/template/images/footer.gif);
background-repeat:no-repeat;
width: 800px;
height: 24px;
}
If the paths of images are wrong, I can not view on Dreamweaver but I can.

What wrong have I done ? please let me know and possibly give me a solution as you can.

Thank you very much.

My whole file and images are here

http://www.mediafire.com/?onymdgznmmm

Last edited by thientanchuong1; 06-22-2010 at 10:49 AM..
thientanchuong1 is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 06-22-2010, 09:57 AM Re: Can not display images by CSS
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,376
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
No idea! We can't debug pictures of websites!
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 06-22-2010, 10:51 AM Re: Can not display images by CSS
shivaji's Avatar
Ultra Talker

Posts: 321
Trades: 0
Sorry, wong idea.

Maybe you don't need mymemories.com in url on your localhost.
__________________

Please login or register to view this content. Registration is FREE
- uncommon free scripts

Please login or register to view this content. Registration is FREE
- Städte, Sport, Party, Gourment, Apartments, Hotels

Last edited by shivaji; 06-22-2010 at 10:55 AM..
shivaji is offline
Reply With Quote
View Public Profile Visit shivaji's homepage!
 
Old 06-22-2010, 11:13 AM Re: Can not display images by CSS
Phunk Rabbit's Avatar
Ultra Talker

Posts: 255
Name: John Nerush
Location: Milton Keynes, UK
Trades: 0
Your paths are wrong to your images or the images dont exist.
__________________

Please login or register to view this content. Registration is FREE

Learn professional skills from professional people, from $6.50 a month.
Phunk Rabbit is offline
Reply With Quote
View Public Profile Visit Phunk Rabbit's homepage!
 
Old 06-22-2010, 01:52 PM Re: Can not display images by CSS
Super Talker

Posts: 144
Name: Nick Mallare
Location: Olathe, KS
Trades: 0
Most probably you just need to change /template/ to just template/.

Nick
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
nmallare is offline
Reply With Quote
View Public Profile Visit nmallare's homepage!
 
Old 06-22-2010, 10:03 PM Re: Can not display images by CSS
Physicsguy's Avatar
404 - Title not found

Posts: 919
Name: Scott Kaye
Location: Ontario
Trades: 0
Try adding background:transparent url(~~~~~~~) no-repeat;
__________________
Check out my
Please login or register to view this content. Registration is FREE
or my
Please login or register to view this content. Registration is FREE
!
Physicsguy is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Can not display images by CSS
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.50141 seconds with 12 queries