Please help me, my selfmade contact-table doesn't work, Please look at my script and help me |
Please help me, my selfmade contact-table doesn't work, Please look at my script and help me |
![]()
Post
#1
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Sep 2006 Member No: 467,695 ![]() |
Hello there,
I've made a own cool contact-table, but the links aren't on the right position. Here's my MySpace-URL, so you can see my problem: http://www.myspace.com/rockanella ... and here's the code for the table: CODE <style type="text/css"> .contactTable {background:url('http://img174.imageshack.us/img174/2048/starscontacttableth5.gif') no-repeat center; width:290px!important; height:189px!important; padding:0px!important; } .contactTable table, table.contactTable td {padding:0px !important; border:0px none; background-color:transparent; background-image:url('none');} .contactTable a img {visibility:hidden; border:0px!important;} .contactTable a {display:block; height:9px; width:68px;} .contactTable .text {font-size:1px!important;}.contactTable .text, .contactTable a, .contactTable img {filter:none!important;}</style><div style="position:absolute;left:0px;top:0px;width:80px;height:50px;"> Maybe one of you can correct my script, so that the links are on the right position? ... and when this shouldn't work, here's my other question: Is it possible to make these with an type of Image-Map, too? So, sorry for my bad English, how you can see on MySpace, I'm coming from Germany ... haha. Hope you can understand me. :'( Thanks, rockaneLLa* |
|
|
![]() |
![]()
Post
#2
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
Try changing it to this:
CODE <style type="text/css"> .contactTable {background-image:url(http://img174.imageshack.us/img174/2048/starscontacttableth5.gif) no-repeat center; width:290px!important; height:189px!important; padding:0px!important; } .contactTable table, table.contactTable td {padding:0px !important; border:0px none; background-color:transparent; background-image:url('none');} .contactTable a img {visibility:hidden; border:0px!important;} .contactTable a {display:block; height:9px; width:68px;} .contactTable .text {font-size:1px!important;}.contactTable .text, .contactTable a, .contactTable img {filter:none!important;}</style> or CODE <style type="text/css"> .contactTable {background:url("http://img174.imageshack.us/img174/2048/starscontacttableth5.gif") no-repeat center;
width:290px!important; height:189px!important; padding:0px!important; } .contactTable table, table.contactTable td {padding:0px !important; border:0px none; background-color:transparent; background-image:url('none');} .contactTable a img {visibility:hidden; border:0px!important;} .contactTable a {display:block; height:9px; width:68px;} .contactTable .text {font-size:1px!important;}.contactTable .text, .contactTable a, .contactTable img {filter:none!important;}</style> |
|
|
![]() ![]() |