Hide URL box |
![]() ![]() |
Hide URL box |
Jun 30 2006, 07:14 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 159 Joined: Dec 2005 Member No: 323,612 |
I'm using this code
CODE table table table table div {visibility:hidden;display:none;} div table table table table table div input, div a, td.text div {visibility:visible;display:none;} It makes the text dissapear but not the box. Any idea why? |
|
|
|
Jun 30 2006, 07:18 PM
Post
#2
|
|
![]() Wanna Get PWNed?!?! ![]() ![]() ![]() Group: Member Posts: 77 Joined: Jun 2006 Member No: 431,906 |
thats what that code is meant for, to hide the myspace url, not the table
|
|
|
|
Jun 30 2006, 07:20 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 159 Joined: Dec 2005 Member No: 323,612 |
Ok, so is there a way to hide the Table?
|
|
|
|
Jun 30 2006, 07:22 PM
Post
#4
|
|
![]() Wanna Get PWNed?!?! ![]() ![]() ![]() Group: Member Posts: 77 Joined: Jun 2006 Member No: 431,906 |
not that i know of, the best thing to do is put a div to cover it, like an mp3 player or something
|
|
|
|
Jun 30 2006, 07:25 PM
Post
#5
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 159 Joined: Dec 2005 Member No: 323,612 |
Joy. I hate doing DIV's because they never look right on other peoples computers when I'm done with them, hence why I'm not using overlays anymore. I centered my page, but the only thing not centered is the URL box text, which is the only reason I want to get rid of it. or maybe I should just add an image to it.
|
|
|
|
Jun 30 2006, 07:26 PM
Post
#6
|
|
![]() Wanna Get PWNed?!?! ![]() ![]() ![]() Group: Member Posts: 77 Joined: Jun 2006 Member No: 431,906 |
send me your link
|
|
|
|
Jun 30 2006, 07:28 PM
Post
#7
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 159 Joined: Dec 2005 Member No: 323,612 |
www.myspace.com/xxtheboy
|
|
|
|
Jun 30 2006, 07:42 PM
Post
#8
|
|
![]() Wanna Get PWNed?!?! ![]() ![]() ![]() Group: Member Posts: 77 Joined: Jun 2006 Member No: 431,906 |
ok the best thing you can do is move that mp3 player into the box, not in absolute position but relative, ill try to make the code right now
ok try this in your style tags td.text p object {position:relative; left:-8; top:-66px;} should work - EDIT - change it to this td td embed {position:relative; top:-58px; display:block; width:310px !important; background-color:transparent;} td td td embed { position:static; width:auto; } |
|
|
|
Jun 30 2006, 07:50 PM
Post
#9
|
|
|
Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 159 Joined: Dec 2005 Member No: 323,612 |
Hmmm, pretty good, though now I'll have to move up interests table as well lol. It's alright. Thanks a lot. I'm trying to keep my layout code as simple as possible to ensure it works for everyone. I'll play with the code you gave me and see what I can come up with in terms of tweaks.
Thanks again AHA! I just need bg color bbdd99!! |
|
|
|
Jun 30 2006, 08:00 PM
Post
#10
|
|
![]() Wanna Get PWNed?!?! ![]() ![]() ![]() Group: Member Posts: 77 Joined: Jun 2006 Member No: 431,906 |
Hmmm, pretty good, though now I'll have to move up interests table as well lol. It's alright. Thanks a lot. I'm trying to keep my layout code as simple as possible to ensure it works for everyone. I'll play with the code you gave me and see what I can come up with in terms of tweaks. Thanks again AHA! I just need bg color bbdd99!! yeah i saw it it doesnt look too good, mess around with the code, try to see if you can it positioned better |
|
|
|
![]() ![]() |