problem with div, for some reason these links are showing up when theyre shouldnt be |
![]() ![]() |
problem with div, for some reason these links are showing up when theyre shouldnt be |
Jun 28 2008, 09:32 AM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jun 2008 Member No: 662,314 |
so basically im tying my hand at a little bit more complex div overlay so far those links are the only thing ive had a problem with ive skimmed through the entire code and i still cant find whats causing it so i decided to come to the pros heres all of my coding ABOUT ME: CODE <style type="text/css"> td td embed, td td object {width:1px;height:1px;position:absolute;top:1px;left:1px;} .object1 {display:inline !important;position:relative;top:0px;width:300px;height:300px;} </style> <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="344" width="425" class="object1" data="http://www.youtube.com/v/MzOpjBOzMqA&hl=en"> <param name="allowScriptAccess" value="never" /> <param name="allowNetworking" value="internal" /> <param name="movie" value="http://www.youtube.com/v/MzOpjBOzMqA&hl=en" /> </object> <style type="text/css"> div div table div {display:none;} .clearfix table div div {display:block;} tr td div, div td, div tr, div table {background-color:transparent !important;} .profile, div ul {display:none !important; }</style> INTERESTS: CODE </td></tr></table></td></tr></table></td></tr></table></div> <style type="text/css"> body {background-color:000000; background-image:none;} td, .text, div, input {color:ffffff !important;} a {color:999999 !important;} img {border:0px;} table, tr, td {background:transparent; border:0px;} img, .contactTable { display:none; } .bbzContainer img, .comt img { display:inline; } table div, td td td, table div div { visibility:hidden; } font, a, .bbzsc a { visibility:hidden; } marquee { visibility:visible !important; } .bbzComment { This is where you control the position of the player. } table table embed {display:block; width:0px; height:0px; position:absolute; top:0px; left:0px; visibility:visible;} table table table embed, .bbzContainer div embed {position:static !important; width:auto; height:auto; } .text, table table table table a, table table table table div,table table table table div a {visibility:visible;} .bbzComment { You selected to hide comments. } .bbzsc { display:none; } .text, td.text td.text table, .contactTable, .lightbluetext8 {display:none;} table table, table table td {padding:0px; height:0px;} .div0 { background-color:000000; color:ffffff; border:2px double; border-color:999999; width:800px; height:160px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-400px; margin-top:150px; text-align:center; visibility:visible;} .div1 { background-color:000000; color:ffffff; border:2px double; border-color:999999; width:250px; height:500px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-400px; margin-top:330px; text-align:center; visibility:visible;} .div2 { background-color:000000; color:ffffff; border:2px double; border-color:999999; width:530px; height:240px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-130px; margin-top:330px; text-align:center; visibility:visible;} .div3 { background-color:000000; color:ffffff; border:2px double; border-color:999999; width:530px; height:240px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:-130px; margin-top:590px; text-align:center; visibility:visible;} marquee { z-index:8; } table div, span, td td td, table div div { visibility:hidden !important; } .bbzContainer div, .bbzContainer div font, .bbzContainer div a, .bbzContainer div div, .bbzContainer font a, .bbzContainer span, .bbzContainer div table a, .bbzContainer div table img, .bbzContainer div table font, .bbzContainer div table, .bbzContainer div table td, .comt, .comt td, .comt span, .comt a, .comt div {visibility:visible !important;} .bbzDiv {content:"Overlay Generator beta";} </style> <div style="display:none;"><table><tr><td><table><tr><td><table><tr><td> and finally MUSIC: CODE </td></tr></table></td></tr></table></td></tr></table></div> <div class="bbzContainer"> <div class="div0"> <font size=5>top div</font> </div> <div class="div1" > <br> <br> <br> <br> </div> <div class="div2"> <font size=5>right 1 div</font> </div> <div class="div3"> <font size=5>right 2 div</font> </div> </div> <div class="bbzsc"><table><tr><td><table><tr><td><table><tr><td> im sorry if thats to much code but like i said im still pretty new to all this |
|
|
|
Jun 28 2008, 12:26 PM
Post
#2
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
i don't quite understand what you're trying to do. are you getting rid of those links, or are you trying to make them visible in internet explorer?
|
|
|
|
Jun 28 2008, 05:14 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jun 2008 Member No: 662,314 |
im trying to get rid of them and move the div up so the page doesnt scroll
|
|
|
|
Jun 28 2008, 10:17 PM
Post
#4
|
|
|
Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,237 Joined: May 2008 Member No: 648,123 |
adding in .profileInfo { display:none; } will get rid of the links.
then, in your interests section in the style sheet, there's a code that looks like .bbzContainer { top:160px; }. change that to .bbzContainer { top:-50px; left:50%; position:absolute; } and everything should work out. |
|
|
|
Jun 28 2008, 11:39 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 5 Joined: Jun 2008 Member No: 662,314 |
all i can say is... freeking sweet
top code got rid of them as planned searched through interests for .bbzContainer { top:160px; } and couldnt find it so for about 10 minutes i ctrl+f'd for it and it pulled up no results so i figured id just add in what you said to change it to and after a few adjustments to the numbers it worked perfectly so thank you very much for your help and its nice to see that the experienced will help the inexperienced thanks again for your help |
|
|
|
Jul 8 2008, 05:07 PM
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 |
Topic Closed & Moved
|
|
|
|
![]() ![]() |