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 16 2007, 10:07 PM
Post
#2
|
|
![]() DDR \\ I'm Dee :) ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Mentor Posts: 8,662 Joined: Mar 2006 Member No: 384,020 |
1.) Try this code: http://www.createblog.com/scripts/script.php?id=678 or http://www.createblog.com/scripts/script.php?id=663
3.) http://www.createblog.com/scripts/script.php?id=54 or http://www.createblog.com/scripts/script.php?id=391 4.) In your StyleSheet, try changing div.aboutme { to .aboutme{ |
|
|
|
Oct 17 2007, 02:10 PM
Post
#3
|
|
![]() 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> |
|
|
|
Oct 17 2007, 02:26 PM
Post
#4
|
|
![]() Be Strong! ![]() ![]() ![]() Group: Member Posts: 73 Joined: Apr 2007 Member No: 517,185 |
thanks you guys for help me, but still problems
1. I used both ways u guys help me but it still doesnt work 4. i use that code it show another box, but the new box goes into the original box..it's not 2 separate one...>_< like inside the scroll box if i add in this code it go another |
|
|
|
Oct 17 2007, 02:30 PM
Post
#5
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
Alright
I think its time you post all of your codes |
|
|
|
Oct 17 2007, 02:49 PM
Post
#6
|
|
![]() Be Strong! ![]() ![]() ![]() Group: Member Posts: 73 Joined: Apr 2007 Member No: 517,185 |
RE EDITED
Reason for edit: codeboxes added / holly
|
|
|
|
Oct 25 2007, 09:30 PM
Post
#7
|
|
![]() Cornflakes :D ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 4,541 Joined: Dec 2005 Member No: 322,923 |
I'm so sorry Dear, is there anything your still trying to do that I can help you with?
|
|
|
|
![]() ![]() |