Connecting Tech Pros Worldwide Help | Site Map

font background color

  #1  
Old September 16th, 2008, 09:55 AM
krraleigh
Guest
 
Posts: n/a
I am using a bk image behind my links and for some reason there is a strip
that is sitting over the top and to the side of the image the same color as
the bgcolor of the cell.

Can you take a look at this and tell me what you think might be the problem?
http://www.greaterhouseofprayer.com/about.html

my css code: // it has been validated

..navLeftParent {
padding-top: 40px;
}
..navLeft {
font-size: 1.1em;
font-weight:600;
background-image:url(../images/navBgButton.jpg);
background-repeat:no-repeat;
width: 157px;
height: 35px;
background-position:center;
background-color: #FEB80A;
}
..navLeft span{
position:relative;
left: 30px;
top: 6px;
background-color: #FEB80A;
}
..navLeft a:visited {
color: #994D4D;
text-decoration: none;
background-image:url(../images/navBgButton.jpg);
background-color: #FEB80A;
}
..navLeft a:link {
color: #994D4D;
text-decoration: none;
background-image:url(../images/navBgButton.jpg);
background-color: #FEB80A;
}
..navLeft a:hover {
color: #FFFFFF;
text-decoration: underline;
background-image:url(../images/navBgButton.jpg);
background-color: #FEB80A;
}

any insight would be greatly appreciated
thank you
Kevin

  #2  
Old September 17th, 2008, 12:15 AM
dorayme
Guest
 
Posts: n/a

re: font background color


In article <57adnT0if57Q6VLVnZ2dnUVZ_ofinZ2d@giganews.com>,
"krraleigh" <kraleigh@sbcglobal.netwrote:
Quote:
I am using a bk image behind my links and for some reason there is a strip
that is sitting over the top and to the side of the image the same color as
the bgcolor of the cell.
>
Can you take a look at this and tell me what you think might be the problem?
http://www.greaterhouseofprayer.com/about.html
I see no strip in any of my browsers. I do see this sort of thing on
text enlargement:

<http://dorayme.890m.com/alt/justPics/this_will_not_do.png>

And there is much that is badly broken, follow John Hosking's excellent
advice.

But I come for a different reason: I was pleased to see a real live case
of something that has been much discussed, the hitherto mythical case of
naming something with "left" that is on the right!

Your

..navLeft {

etc.

<g>

--
dorayme
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Background color not showing mdejac answers 2 October 6th, 2007 07:33 AM
Background-Color Attribute in Select frank.sconzo@gmail.com answers 2 January 21st, 2006 03:45 AM
background-color: #777777 not working in CSS Kevin Yu answers 27 July 21st, 2005 12:25 AM