Contact box, Does not go away in firefox |
Contact box, Does not go away in firefox |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Dec 2005 Member No: 311,630 ![]() |
So i recently went back to fire fox and i noticed that the code i was using before to hide my contact box is not working any more...
any sugestions? |
|
|
![]() |
![]()
Post
#2
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 ![]() |
try adding an !important to the CSS. like..
.someclass {some-property: hidden !important; } can you post a link to your myspace, please? |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Dec 2005 Member No: 311,630 ![]() |
|
|
|
![]()
Post
#4
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 2,534 Joined: Jul 2005 Member No: 170,127 ![]() |
you have too many style tags..and some aren't in sets..
you only need 2, in the beginning and end of codes.. this is what you had in your about me, I edited it.. CODE <style type="text/css">
body{ background-color:FFFFFF; scrollbar-track-color:FFFFFF; scrollbar-face-color:FFFFFF; scrollbar-highlight-color:FFFFFF; scrollbar-base-color:FFFFFF; scrollbar-darkShadow-color:FFFFFF; scrollbar-shadow-color:FFFFFF; scrollbar-arrow-color:000000; } Table, Td{ background-color:transparent; } table table table{ width:100%; border-color:000000; border-style:Dashed; border-width:2px; } table table table table{ width:auto; } table table table table, table table table td{ border-style:none; } body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:000000; font-size:8pt; font-weight:bold; font-style:normal; font-family:Courier New, verdana, arial, sans-serif; } .orangetext15, .lightbluetext8, .whitetext12, .nametext, .btext, .redtext, .redbtext{ color:000000; font-size:10pt; font-weight:bold; font-style:normal; font-family:Courier New, verdana, arial, sans-serif; } a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:visited{ color:000000; font-size:8pt; font-weight:bold; font-style:normal; font-family:Courier New, verdana, arial, sans-serif; } a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color:000000; font-size:8pt; font-weight:bold; text-decoration:underline; font-style:normal; font-family:Courier New, verdana, arial, sans-serif; } table table table td {vertical-align:top ! important;} span.blacktext12 { visibility:visible !important; background-color:transparent; background-image:url("http://img500.imageshack.us/img500/2452/banner9tx.jpg"); background-repeat:no-repeat; background-position:center center; width:430px; height:88px; display:block !important; font-size:0px; letter-spacing:-5px;} span.blacktext12 span { display:none; } span.blacktext12 img {display:none;} .contactTable TD{display:none;visibility:hidden;} </style> <p><center> <a href="http://mail2.myspace.com/index.cfm?fuseaction=mail.message&friendID=10889864"><img src="http://i.myspace.com/site/images/sendMailIcon.gif"></a> <a href="http://www.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=10889864"><img src="http://i.myspace.com/site/images/addFriendIcon.gif"></a></center></p> |
|
|
![]()
Post
#5
|
|
Member ![]() ![]() Group: Member Posts: 12 Joined: Dec 2005 Member No: 311,630 ![]() |
Thank you... I didnt realize that you could have too many Style tags...
sry for the late reply btw... |
|
|
![]() ![]() |