Yes, that's what I figure. It is only in chrome, not ie. Thing is the same thing happened on a clients iphone which threw me off the scent. I'll check on the GF's iphone later today to verify.
On Thu, Apr 1, 2010 at 8:22 AM, Medic <[email protected]> wrote: > > Hmmm, it doesn't look this way on my machine. I think GoogleVoice is doing > it to ya, as opposed to your css. Chances are gvoice is going to override > ANY css you put in there. > > > On Thu, Apr 1, 2010 at 10:02 AM, Matthew Smith <[email protected] > >wrote: > > > > > The !important did not work. > > > > Here's a shot: > > > > http://msdatasystems.com/shot.jpg > > > > On Thu, Apr 1, 2010 at 5:56 AM, Sandra Clark <[email protected]> > > wrote: > > > > > > > > I can't see it on the website, but I'll take your word. > > > > > > Try adding !important after the color. That will bring up the > specificity > > > of > > > your css. Most likely whatever is changing your numbers to a link, has > a > > > higher specificity than your stylesheet and is taking precedence. > > > > > > .logo :link{ > > > color: ##dddddd !important; > > > } > > > > > > > > > On Thu, Apr 1, 2010 at 7:33 AM, Matthew Smith <[email protected]> > > > wrote: > > > > > > > > > > > Ok, I figured out why my phone numbers were showing as links. It has > > > > something to do with google voice. > > > > > > > > I don't mind it, but the links are showing as blue which throws the > > color > > > > off. > > > > > > > > I have added the following to the css but they still show blue. > hover > > > > seems > > > > to be the proper color though. Can't figure it out. > > > > > > > > www.msdatasystems.com > > > > > > > > <style type="text/css"> > > > > .logo { > > > > color: ##dddddd; > > > > font-weight: bold; > > > > font-size: 25px; > > > > font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif; > > > > line-height: normal; > > > > margin-top: 200px; > > > > margin-bottom: 100px; > > > > line-height:200%; > > > > } > > > > > > > > .logo :link{ > > > > color: ##dddddd; > > > > font-weight: bold; > > > > font-size: 25px; > > > > font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif; > > > > line-height: normal; > > > > margin-top: 200px; > > > > margin-bottom: 100px; > > > > line-height:200%; > > > > } > > > > .logo :visited{ > > > > color: ##dddddd; > > > > font-weight: bold; > > > > font-size: 25px; > > > > font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif; > > > > line-height: normal; > > > > margin-top: 200px; > > > > margin-bottom: 100px; > > > > line-height:200%; > > > > } > > > > .logo :hover{ > > > > color: ##dddddd; > > > > font-weight: bold; > > > > font-size: 25px; > > > > font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif; > > > > line-height: normal; > > > > margin-top: 200px; > > > > margin-bottom: 100px; > > > > line-height:200%; > > > > } > > > > .logo :active{ > > > > color: ##dddddd; > > > > font-weight: bold; > > > > font-size: 25px; > > > > font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif; > > > > line-height: normal; > > > > margin-top: 200px; > > > > margin-bottom: 100px; > > > > line-height:200%; > > > > } > > > > > > > > > > > > > > > > > > > > > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:314789 Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm
