Thread: CSS issues
View Single Post
Old 02-21-2006, 07:29 PM   #2 (permalink)
DaveyBoy
v7n Mentor
 
DaveyBoy's Avatar
 
Join Date: 10-13-03
Location: England.
Posts: 6,183
iTrader: 0 / 0%
Latest Blog:
None

DaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest orderDaveyBoy is a web professional of the highest order
in your css try adding ../ to the locations of your images as in :

Code:
#main-nav dt#contact a { width: 106px; background-image: url(/images/nav/contact.gif); }
to become

Code:
#main-nav dt#contact a { width: 106px; background-image: url(../images/nav/contact.gif); }
I think that's it, i dunno!
DaveyBoy is offline   Reply With Quote