bfb25 Posted May 29, 2006 Share Posted May 29, 2006 Visit [a href=\"http://www.autochase.us/html/autochase.html\" target=\"_blank\"]http://www.autochase.us/html/autochase.html[/a]For some reason my background graphics on the left where it says car buyers, research sites then testimonials won't appear when viewing the site in firefox or anything less than 6.0 IE. If I view in 6.0 IE it all appears correctly. Can anyone shed some light for me? I would really appreciate it. Please view the CSS code to a view of these graphics rely on CSS. Billy Link to comment https://forums.phpfreaks.com/topic/10677-please-help-im-at-a-loss/ Share on other sites More sharing options...
perezf Posted May 29, 2006 Share Posted May 29, 2006 [code].text-leftnav-head { background: url(C:\Documents and Settings\Billy.Boerner\Desktop\autochase\pics\left_menu_head1_fon.jpg) left top; background-repeat: no-repeat; color: #313124; font-family: Tahoma; font-size: 12px; font-weight: bold; text-decoration: none;}[/code]should actually be[code].text-leftnav-head { background: url(http://www.autochase.us/art/left_menu_head1_fon.jpg) left top; background-repeat: no-repeat; color: #313124; font-family: Tahoma; font-size: 12px; font-weight: bold; text-decoration: none;}[/code]try that and see if it works Link to comment https://forums.phpfreaks.com/topic/10677-please-help-im-at-a-loss/#findComment-39851 Share on other sites More sharing options...
perezf Posted May 29, 2006 Share Posted May 29, 2006 I see that it works ur welcome :) Link to comment https://forums.phpfreaks.com/topic/10677-please-help-im-at-a-loss/#findComment-39853 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.