CSS path names for images - Joomla! Forum - community, help and support
hi,
i building new template, it's first have done joomla.
all going reasonably well. having problem pathnames graphics in css used template.
i using mac , when view home page locally using:
http://192.168.0.2/~name/sitefolder
the graphics rendered. when click on link following domain used (by apache/mac?):
http://computername-computer.local/~nam ... r/index?...
and graphics disappear.
the css created looks in template_css.css file:
.bar {
background: url(../images/bar.gif) no-repeat;
}
.logo {
background: url(../images/logo.gif) no-repeat;
}
the path names same in default templates.
i building new template, it's first have done joomla.
all going reasonably well. having problem pathnames graphics in css used template.
i using mac , when view home page locally using:
http://192.168.0.2/~name/sitefolder
the graphics rendered. when click on link following domain used (by apache/mac?):
http://computername-computer.local/~nam ... r/index?...
and graphics disappear.
the css created looks in template_css.css file:
.bar {
background: url(../images/bar.gif) no-repeat;
}
.logo {
background: url(../images/logo.gif) no-repeat;
}
the path names same in default templates.
looks caching problem.
if click on browser reload button 2 or 3 times changes take effect.
come think of it, seem remember issue safari , css.
doh!
if click on browser reload button 2 or 3 times changes take effect.
come think of it, seem remember issue safari , css.
doh!
Comments
Post a Comment