Contact box not working right!, I think its the hover effects...can I just remove them? |
![]() ![]() |
Contact box not working right!, I think its the hover effects...can I just remove them? |
Feb 25 2006, 11:44 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 1 Joined: Feb 2006 Member No: 381,754 |
I am trying to update my layouts but still want to use a custom contact box instead of the one that is set up on the overall layout code. The problem is, when I try to use my contact box code, there are black/grey blocks over the links, and they get highlighted when you hover. I know it has something to do with the hover coding in the layout, so I'd just assume get rid of the hover effects on the whole thing all together. Can anyone help me?
Here's my layout code: <style type="text/css"> table table table td {vertical-align:top ! important;} span.blacktext12 { background-color:000000; background-image:url(http://images.cbimg5.com/myspace/28/6902.jpg); background-position:center center; font-size:0px; letter-spacing:-0.5px; width:400px; height:250px; display:block; } </style> <style type="text/css"> a:link img {filter:808080;} a:hover img {filter:gray;} .r{} body{background-image:url(); background-attachment:fixed; background-repeat: repeat; background-position:bottom left; background-color:000000; border-width:2px; border-color: EE799F; border-style:solid;} table, td, textarea, a, body, input{background-color:000000;border:none;border-width:0} .r{} table table table {border:2px solid; border-color: EE799F; padding:1; background-color:000000; filter:alpha(opacity=90); -moz-opacity:0.9; opacity:0.9; -khtml-opacity:0.9;} table table{border:0px} table table table table{border:0px} .r{} input {background-color:000000 !important;} td, span, div, input, a, table td div div font, body div table tbody tr td font {font-family:georgia !important;} td, span, div, input, table td div div font, body div table tbody tr td font {color: 8EE5EE !important;} .nametext, .whitetext12, .lightbluetext8, .orangetext15, .blacktext12, .redtext, .redbtext, .blacktext10, .btext {color: 50A6C2 !important;} a {color:EEA9B8 !important; text-decoration: underline !important; font-style: normal !important; font-weight: bold!important; text-transform: normal !important; } a:hover {font:10px verdana; color: EEA9B8; cursor:crosshair; text-decoration:none;border: 1px solid; color: EEA9B8; background-color:transparent; font-weight:normal; } div { </style> <style type="text/css"> table td div div font {visibility:hidden;} </style> <style type="text/css"> C{ This contact table code was generated at http://r4wr.com/ct } .contactTable { width:300px !important; height:150px !important; padding:0px !important; background-image:url(http://c.myspace.com/Groups/00008/26/86/8606862_l.gif); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;} .contactTable table, table.contactTable td { padding:0px !important; border:0px; background-color:transparent; background-image:none;} .contactTable a img {visibility:hidden; border:0px !important;} .contactTable a {display:block; height:28px; width:115px;} .contactTable .text {font-size:1px !important;} .contactTable .text, .contactTable a, .contactTable img {filter:none !important;} .contactTable .whitetext12 {display:none;}C{ Original Coding by Mrk - BBZ - www.myspace.com/contacttables } </style> <a href="http://myspace.com/contacttables" style="position:absolute; top:0px; left:0px; height:90px; width:150px; background-image:url(http://mycap.mii.instacontent.net/c.myspace/Groups/00009/64/91/9121946_m.gif); background-repeat:no-repeat; z-index:9;"></a> |
|
|
|
Feb 26 2006, 11:21 AM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 |
Can you provide a link to your myspace, please? I don't think I understand.. try taking out:
a:link img {filter:808080;} a:hover img {filter:gray;} ? |
|
|
|
![]() ![]() |