PDA

View Full Version : Style Sheet / Text


10691069
09-03-2006, 03:49 PM
Hi, Just wondering if anyone could help me with our site. We are in transition with our web designer and I need to complete a project quickly.

I am trying to remove the underline from hyper linked text on our site. I would like hyperlinked text to be highlighted or underlined when a person moves their mouse over the text, but only when their mouse is over the text.

I could send the files if someone could create a stylesheet or something. It should work in mac browsers and PC browsers... And I will paypal or pay someone to do it. $300-$500. TX Randy

the site is http://members.whattheythink.com/results.cfm

Graft-Creative
09-03-2006, 04:08 PM
<style type="text/css">
a {text-decoration: none;} /* NEW CODE */
a:hover { text-decoration: underline;} /* NEW CODE */
a.CTslink:link, a.CTslink:visited{color:#003399} a.CTslink:active, a.CTslink:hover{color:#001122}
h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; font-weight: bolder; color: #000000; clip: rect( ); margin-top: 10px}
p { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
.emp { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bolder; color: #000000}
.navlinks { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-weight: normal; color: #000000; text-align: center; vertical-align: bottom; padding-bottom: 1px}
.tablecells { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; text-align: left; vertical-align: top}
.tablecats { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; text-align: right; vertical-align: top }
.blacknav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #FFFFFF}
a:link { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
a:active { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
a:visited { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
h2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: 800; color: #FFFFFF; text-align: left; vertical-align: middle; font-style: normal; line-height: 16px; text-indent: 0px; letter-spacing: normal; word-spacing: normal; white-space: normal; border: none; background-color: #000000}
h4 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; color: #000000; margin-top: 10px}
h3 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; font-weight: bolder; color: #FFFFFF}
h3 { }
.leftnav { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; text-align: left; clip: rect( ); background-color: cccccc; background-position: 5px; text-indent: 3pt; line-height: 1.5em;width:100; height: 18px}
.slogan { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bolder; color: #FFFFFF}
.rightcell { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; text-align: left; clip: rect( ); background-color: cccccc; background-position: 5px; text-indent: 3pt; line-height: 1.5em;width:130; height: 18px}
li { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: normal; color: #000000}
.copyright { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: normal; color: #000000; text-align: center}
body, td, center, div { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px }
body{
background : #ffffff;
margin-left : 0px;
margin-top : 0px;
border-left-width : 0;
border-top-width : 0;
padding-left : 0;
padding-top : 0;
height : 0;
}
</style>


There you go ;)

Not really worth $300-$500 of anyones money. However, if you'd like your stylesheet cleaned up (and it needs it!) don't hesitate in contacting me via PM or email info[at]garyhartney.com

Kindest regards,

Gary

10691069
09-03-2006, 04:18 PM
Gary - I Love You!!! Thank You So Much....

neozen
09-03-2006, 04:42 PM
heh, that was fun.
and that's one messy style sheet... dont think i had ever seen font-family so many times on a single page.

_Aerospace_Eng_
09-03-2006, 04:49 PM
When you say "in transition with our web designer" do you mean you are getting a new one or your current one is away? If its the latter then I hope you hire someone else. Your page has 72 errors (http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fmembers.whattheythink.com%2Fresults.cfm) on it.