Hi,

I am having a little problem getting the pointer graphics on the "Key" and
"Prayer" links to be the same in all browsers.

IE shows a larger space between the pointer and the text but Netscape and
Mozilla show the pointer right on top of the text.

http://www.designhosting.biz/gcim/acop/index.html

Is there a way to make them even in all browsers?

css code is here:
http://www.designhosting.biz/gcim/acop/acop.css

Specifically this part:

#mainNav a#acop {
        background-color: #009F9F;
        border-left-width: 8px;
        border-left-style: solid;
        border-left-color: #006262;
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-bottom-color: #009797;
}

.mainNavSub {
        background-color: #009F9F;
        color: #FFFFFF;
        margin: 0px;
        padding: 0px;
        display: block;
}

.mainNavSub a#key:link, .mainNavSub a#key:visited, .mainNavSub a#key:hover {
        background-color: #009F9F;
        background-image: url(../assets/acop_nav_sub.gif);
        background-repeat: no-repeat;
        background-position: 28px;
        padding-left: 36px;
        border-left-color: #006262;
        border-left-width: 8px;
        border-left-style: solid;
        border-bottom-style: none;
}

.mainNavSub a#prayer:link, .mainNavSub a#prayer:visited, .mainNavSub
a#prayer:hover  {
        background-color: #009F9F;
        background-image: url(../assets/acop_nav_sub.gif);
        background-repeat: no-repeat;
        background-position: 28px;
        padding-left: 36px;
        border-left-color: #006262;
        border-left-width: 8px;
        border-left-style: solid;
        border-bottom-style: none;
}


Thank you!

Sincerely,
Melinda Odom
www.designhosting.biz
479-471-0891


-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.362 / Virus Database: 267.13.8/183 - Release Date: 11/25/2005
 
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to