Jump to content

Please help. I'm at a loss...


bfb25

Recommended Posts

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

[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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.