Div questions, help please |
Div questions, help please |
Oct 16 2007, 08:22 PM
Post
#1
|
|
![]() Be Strong! ![]() ![]() ![]() Group: Member Posts: 73 Joined: Apr 2007 Member No: 517,185 |
This is my 1st time making div so I have alot of confusion and alot of questions i need help with, so hope you guys can help me! =] and I thinkthis also can call div's accessory
1st. When i used the code like in the tutorial hide my profile it still show the little bars, if it used color background like this pic u can see the bar CLICK HEREhow can i hide those little bar..? 2nd. What code can i use to show like this following pic..?CLICK and this CLICKand thisCLICK 3rd. CODES FOR comment box like this PLEASE..?CLICK 4th. HOW come this croll box below when i use it for one croll box it work, but when i add ananother code like what the other one dissapear..>_< CODE <style type="text/css">
div.aboutme { position: absolute; overflow: auto; margin-left: -240px; margin-top: 128px; width: 620px; height: 280px; color: E26291;E26291; font-family: arial; font-size: 11pt; z-index:5; } </style> <div class="aboutme"> GAGGGDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD DDDDDDDDDDDDDDDDDDDDDDDDDDD </div> |
|
|
|
![]() |
Oct 17 2007, 02:10 PM
Post
#2
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
1.
Hiding your profile: CODE <style> .contacttable,.whitetext12,.nametext, .lightbluetext8,.orangetext15,.blacktext12, btext,.redtext,.redbtext{display:none; height:0px;!important;visibility:hidden} td td td td{border:0px;width:0px;text-align:left;} table,td,tr{padding:0px;width:;background-color:transparent} table table table{padding:1px;height:.01%;width:100%;} table table,table table table table,table,tr,td{height:0px;!important;border:0px;!important} a.text,table div font a,table div div,.navbar font,tr td font{visibility:hidden;display:none;height:0px;!important;} table table table table,table table table table td.text, td.text td.text table{display:none;} td.text table table{display:inline;visibility:visible;} table td table tr td.text table{visibility:hidden;} table td table tr td.text table table,table td table tr td.text table table td.text{visibility:visible;} div div select, div div form {display:none !important;} .navbar {display:none;} .navigationBar {display:none;}</style> Use that 2. I'm guessing those are links? Use this: http://www.createblog.com/scripts/script.php?id=345 3. ^Look at the above list 4. Look at the above post too, but if you didn't get it. Just change the portion of your code that you gave us to this: CODE <style type="text/css">
.aboutme { position: absolute; overflow: auto; margin-left: -240px; margin-top: 128px; width: 620px; height: 280px; color: E26291; font-family: arial; font-size: 11pt; z-index:5; } </style> <div class="aboutme"> GAGGGDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD </div> |
|
|
|
Bit me Div questions Oct 16 2007, 08:22 PM
karmakiller 1.) Try this code: http://www.createblog.com/scrip... Oct 16 2007, 10:07 PM
Bit me thanks you guys for help me, but still problems
1... Oct 17 2007, 02:26 PM
Insurmountable Alright
I think its time you post all of your cod... Oct 17 2007, 02:30 PM
Bit me RE EDITED Oct 17 2007, 02:49 PM
Insurmountable I'm so sorry Dear, is there anything your stil... Oct 25 2007, 09:30 PM![]() ![]() |