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> |
|
|
![]()
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Sep 2006 Member No: 467,695 ![]() |
Thank you very much for your work, but it doesn't work.
What a pitty! :( |
|
|
![]()
Post
#4
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 ![]() |
CODE <style type="text/css"> .contactTable { width:300px !important; height:150px !important; padding:0px !important; background-image:url("http://img174.imageshack.us/img174/2048/starscontacttableth5.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;} </style> That one works for me so try it. |
|
|
![]()
Post
#5
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Sep 2006 Member No: 467,695 ![]() |
No, sorry, that's false, too.
Maybe you didn't understand me. Look at my MySpace, I haven't a "normal" contact-table, the links should be among themselves. That's my contact-box: ![]() |
|
|
![]()
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Sep 2006 Member No: 467,695 ![]() |
... can anybody here of you understand me and my problem? :(
|
|
|
*Azarel* |
![]()
Post
#7
|
Guest ![]() |
I went to your layout and I don't see your contact table. In any case, because the orientation of the links of your contact table and the orientation of links on the default contact table are positioned differently, there's no way you can just replace the image and have the links also auto-correct to fit the orientation of your table. You could, however, insert the image into your About Me/Who I'd Like To Meet and imagemap it.
Or, you might also be able to create a new table on the right side altogether underneath interests if you tweak the additional interests table script and insert your contact table and image map there. |
|
|
![]()
Post
#8
|
|
![]() Senior Member ![]() ![]() ![]() Group: Member Posts: 47 Joined: Sep 2006 Member No: 467,695 ![]() |
Thanks to everyone of you.
I took normal text-links into my about-me, so what ... Sorry for doing trouble. ![]() Bye bye |
|
|
![]() ![]() |