473,395 Members | 1,530 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

font background color

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

Sep 16 '08 #1
1 9097
In article <57******************************@giganews.com>,
"krraleigh" <kr******@sbcglobal.netwrote:
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
Sep 16 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: bdwise | last post by:
This shows the correct font in IE6 but not in Netscape 7.0, what should be fixed? #div1 { position: absolute; font-size: 12px; font-weight: 500; font-family : Verdana, Geneva, Tahoma, Arial...
6
by: Matt Adams | last post by:
I want define for a couple of words inside a longer text with different font specifications. I declared it like: ....text before.... <FONT class=aaa> these text should get other attributes...
16
by: MasonC | last post by:
In Opera 7.23 I am unable to control the font sizes in sideBar and topBar divs. No problem in MSIE 6 or Mozilla The pertinent css is: (I've tried many variations) A { FONT: 90% Arial,...
14
by: Viken Karaguesian | last post by:
Hello all, It stinks being a newbie! One thing that I'm not sure about with CSS is: where is the "proper" place to put font attibutes? This has me a little confused. Take the below style sheet...
7
by: Ed West | last post by:
Hello, I have a simple form with some input boxes. After validation if one fails, then I would like to at the top of the page say something like "The following fields in red are required" and...
7
by: Daniel Kaplan | last post by:
I have the item below at the top of my style sheet. And it seems that the font-szie is ignored. I know that my linked style sheet is being read, and used because if I remove the font-family line,...
4
by: Andreas Borutta | last post by:
Hi, what is the task with which I could not cope? There is a link with an inline-element (strong e.g.) inside. It has a higher font-size than the content of its parent. For the hover effect...
3
by: PYG | last post by:
Hi everybody I have a simple question : If i use this code : <body style="font-size:24px;color:blue;"> Text in body <table> <tr><td> Text in table
2
by: kheitmann | last post by:
OK, so I have a blog. I downloaded the "theme" from somewhere and have edited a few areas to suit my needs. There are different font themes within the page theme. Long story short, my "Text Posts"...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.