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 Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
perezf Posted May 29, 2006 Share Posted May 29, 2006 I see that it works ur welcome :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.