404 not found

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Dec 15, 2013 2:16 pm
Reply with quote
Report this post
Code: Select all
/* suffix borderfull */

.box.borderfull {
  border: 1px solid #cecdcd;
}

.box.borderfull .header {
  background: url('..images/style1/weather.png') no-repeat;
}


this a suffix in my news tamplate...to add background image at a gkweather module....
everything is working except the image background...

It sais to me that is an error:
"404 not found The requested document was not found on this server."

Is it becouse it's a demo website under a subdomain inside my main site web hosting area?

the site is

prisma-new.prisma951.gr

any help is welcome
User avatar
Junior Boarder

GK User
Sun Dec 15, 2013 3:03 pm
Reply with quote
Report this post
Code: Select all
.box.borderfull .header {
  background: url('../images/style1/weather.png') no-repeat;
}

You are missing one important sign here ;). Above code should work.
User avatar
Moderator

GK User
Mon Dec 16, 2013 8:27 am
Reply with quote
Report this post
Thanks
For the header it works...how about background to the hole module?
User avatar
Junior Boarder

GK User
Mon Dec 16, 2013 5:08 pm
Reply with quote
Report this post
Same problem. Check the css. You have:
Code: Select all
..images

and should have:
Code: Select all
../images
User avatar
Moderator


cron