• ARCHIVES 
  • » how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

Pages: 1

how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

useletters
» n00b
FTalk Level: zero
30
0
1969-12-31

how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] <">and how can make the gray background on the boxes into transparent?.. i've already made the boxes into #transparent. look at my codes.. [spoiler]<">[/spoiler]

Last edited by useletters (2008-12-23 00:45:43)

ewenessgALLore
» FTalkManiac
FTalk Level: zero
934
0
1969-12-31

Re: how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

how!? simple..get the scrollbar codes of the boxes :)
mG
» FTalkElite
FTalk Level: zero
5993
0
1969-12-31

Re: how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

proceed to your CSS file and Delete thise codes named Scrolling about me scrolling publicomments and all the codes who has a scrolling bar effect.. =):thumbsup:

Last edited by mG (2008-12-23 00:48:18)

Hanzai
» n00b
FTalk Level: zero
59
0
1969-12-31

Re: how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

[quote=useletters]and how can make the gray background on the boxes into transparent?.. i've already made the boxes into #transparent. look at my codes..[/quote] change this [b]#transparent;[/b] to [b]transparent;[/b] juz move this [b]#[/b] =)
useletters
» n00b
FTalk Level: zero
30
0
1969-12-31

Re: how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

look at my css codes.. are there any? and thanks hanzai.. :thumbsup:

Last edited by useletters (2008-12-23 00:53:47)

Hanzai
» n00b
FTalk Level: zero
59
0
1969-12-31

Re: how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

this is if u want to move ur scroll bar from ur box :thumbsdown: [quote].controlpanel {overflow:hidden!important;}[/quote] this will hide ur scrollbar from ur control panel.. juz change the word control panel to about me or publiccomments if u want to hide it all see this part [b]overflow:hidden!important;[/b]
useletters
» n00b
FTalk Level: zero
30
0
1969-12-31

Re: how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

[quote=Hanzai]this is if u want to move ur scroll bar from ur box :thumbsdown: .controlpanel {overflow:hidden!important;} this will hide ur scrollbar from ur control panel.. juz change the word control panel to about me or publiccomments if u want to hide it all see this part overflow:hidden!important;[/quote] where will i put the remaining codes then? anywhere on the part of my css?
Hanzai
» n00b
FTalk Level: zero
59
0
1969-12-31

Re: how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

[quote].controlpanel {overflow:hidden!important;} .aboutme {overflow:hidden!important;} .publiccomments {overflow:hidden!important;} .scrapbook {overflow:hidden!important;}[/quote] put this in ur css external..yea,juz anywhere will do..even at the bottom part =) i m using this too in my profile :)
useletters
» n00b
FTalk Level: zero
30
0
1969-12-31

Re: how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

haha. thnx.. btw..how can i change the color of the navigator?.. see the screenshot.. i put those code on my js external.. [img]http://i66.photobucket.com/albums/h255/SharperEyes/this.jpg[/img] <">

Last edited by useletters (2008-12-23 01:13:09)

Hanzai
» n00b
FTalk Level: zero
59
0
1969-12-31

Re: how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

try this one,see can have transparency o not :thumbsdown: [spoiler]/* CENTER PROFILE TEXT AND CONTENTS */ body,td,tr,div,p { text-align: center; } /* MASTER HEADERS */ .commonbox h1, .commonbox h2 { text-align: center !important; } /* MEETTRAIL */ #meettrail {display:none;} #content_15 {background-image:url(''); background-color:#transparent; width:300px; height:74px; border:0px outset #ea59fb;padding-bottom:10px;} border:px outset #ea59fb; /* CSS IMAGE EFFECTS - FRIENDSTER-TWEAKERS.COM */ img { opacity:1;filter:alpha(opacity=50) } a:hover img { opacity:.50;filter:alpha(opacity=50, style=2) } /* PAGE BACKGROUND */ body { border:10px outset #ea59fb; background:#000000 url('http://i200.photobucket.com/albums/aa73/fs-layouts/friendster-layouts.com/2008/12/nf-in-your-arms/nf-in-your-arms.jpg') no-repeat fixed right bottom; cursor: url(http://); cursor: url(http://i66.photobucket.com/albums/h255/SharperEyes/Addie/arrow.png), auto; text-align: center; overflow-x: hidden } /* CURSOR */ a, a:link, a:visited, a:active, a:hover { cursor:url("http://www.myspacecursor.net/transparent/transparent.cur"),default; } } /* GLOBAL FONTS */ .usercontent { font-family: arial; color: #f600ff; text-transform: none; } /* GLOBAL LINKS */ .usercontent a, .usercontent a:link, .usercontent a:visited, .usercontent a:hover, .usercontent a:active { font-family: arial; color: #f600ff; text-transform: none; } /* GLOBAL LINKS HOVER */ .usercontent a:hover { color: #ffffff; text-decoration: none;} /* MASTER BOXES */ .commonbox { border:3px outset #ea59fb background-color:transparent; filter:alpha(opacity=60); } .controlpanel { background-color:transparent; -moz-opacity:0.9;opacity: 0.9; } .commonbox { background-color:transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox .evenrow { background-color:transparent; filter:alpha(opacity=60;); -moz-opacity:0.9;opacity: 0.9; } /* MASTER HEADERS */ .commonbox h1 { background-image: url(''); background-position: center; background-repeat: no-repeat; background-color:transparent; font-family: arial; color: #f600ff; text-transform: none; border: 3px outset #ea59fb; } /* MAIN BOXES: BULLETS */ .controlpanel .q { background: url('http://i66.photobucket.com/albums/h255/SharperEyes/bullet.gif') no-repeat center left; padding-left:25px; padding-right:0; padding-top:0; padding-bottom:0} .usercontent .q{ background: url('http://i66.photobucket.com/albums/h255/SharperEyes/bullet.gif') no-repeat left; padding-left:16px; padding-right:0; padding-top:0; padding-bottom:0} /* CONTROL PANEL: BOX */ .controlpanel { border:3px outset #ea59fb; background-color:transparent background-attachment: center; background-repeat: no-repeat; } .controlpanel { background-color:transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox { background-color:transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox .evenrow { background-color:transparent; filter:alpha(opacity=60;); -moz-opacity:0.9;opacity: 0.9; } /* CONTROL PANEL: USER PHOTO */ .controlpanel { border-width: 2px; border-style: outset #ea59fb; } .imgblock200{ border:3px; padding-top:27px; background:transparent url(http://osi.techno-st.net:8000/yahoo/addienucup); background-position: top left; background-repeat: no-repeat; } /* CONTROL PANEL: DATA */ .controlpanel .q { font-family: arial; color: #f600ff; text-transform: none; } .controlpanel .data { font-family: arial; color: #f600ff; text-transform: none; } .data a { font-family: arial; color: #f600ff; text-transform: none; } a.more { font-family: arial; color: #f600ff; text-transform: none; } /* FriendsterMagic -CONTROL PANEL: BUTTONS */ #controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited { font-weight:bold; border: 3px outset #ea59fb; background-color: #fdadfc; #fdadfc; background-image: url(''); color: transparent; font-family: Arial, Sans-serif; text-decoration: ; width:160px;height:18px; margin-left:30; margin-right:0; margin-top:0; margin-bottom:0; margin-top:3px; padding-left:0; padding-right:0; padding-top:2; padding-bottom:0 } #controlPanelButtons a:hover { border:2px outset #ea59fb; background-color: #fdadfc; background-image: url(''); font-family: arial; color: #ea59fb; text-transform: none } /* BOX: MORE ABOUT ME */ .moreabout { border:3px outset #ea59fb; background-image: url(''); background-repeat: no-repeat; background-color:transparent; background-position-x:center } /* BOX: MY PHOTO GALLERY */ .photos { border:3px outset #ea59fb; background-image: url(''); background-repeat: no-repeat; background-color:transparent; background-position:bottom } .controlpanel { background-color:transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox { background-color:transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox .evenrow { background-color:transparent; filter:alpha(opacity=60;); -moz-opacity:0.9;opacity: 0.9; } /* BOX: MY FRIENDS */ .friends { border:3px outset #ea59fb; background-image: url(''); background-repeat: no-repeat; background-color:transparent; background-position-y:center } .controlpanel { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox .evenrow { background-color: transparent; filter:alpha(opacity=60;); -moz-opacity:0.9;opacity: 0.9; } /* BOX: MY VIDEOS*/ .videos { border:0px outset #ea59fb; background-image: url('http://'); background-repeat: repeat; background-color: transparent; background-position-y:center } .controlpanel { background-color:transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox .evenrow { background-color: transparent; filter:alpha(opacity=60;); -moz-opacity:0.9;opacity: 0.9; } /* BOX: MY GROUPS */ .groups { border:3px outset #ea59fb; background-image: url('http://'); background-repeat: repeat; background-color: transparent; background-position-y:center } .controlpanel { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox .evenrow { background-color: transparent; filter:alpha(opacity=60;); -moz-opacity:0.9;opacity: 0.9; } /* BOX: MY TESTIMONIALS */ .testimonials { border:3px outset #ea59fb; background-image: url(''); background-repeat: repeat; background-color: transparent; background-position-y:center } .controlpanel { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox .evenrow { background-color:transparent; filter:alpha(opacity=60;); -moz-opacity:0.9;opacity: 0.9; } /* BOX: MY PUBLICCOMMENTS */ .publiccomments { border:3px outset #ea59fb; background-image: url(''); background-repeat: repeat; background-color: transparent; text-align:center; background-position-y:center } .controlpanel { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox .evenrow { background-color: transparent; filter:alpha(opacity=60;); -moz-opacity:0.9;opacity: 0.9; } /* BOX: MY SCRAPBOOK */ .scrapbook { border:3px outset #ea59fb; background-image: url(''); background-repeat: no-repeat; background-color: transparent; background-position-y: center } .controlpanel { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox .evenrow { background-color: transparent; filter:alpha(opacity=60;); -moz-opacity:0.9;opacity: 0.9; } /* BOX: FAN OF */ .fanof { border:3px outset #ea59fb; background-image: url('http://'); background-repeat: repeat; background-color: transparent; background-position-y:center } .controlpanel { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox .evenrow { background-color: transparent; filter:alpha(opacity=60;); -moz-opacity:0.9;opacity: 0.9; } /* BOX: MY FANS */ .myfans { border:3px outset #ea59fb; background-image: url('http://'); background-repeat: repeat; background-color: transparent; background-position-y:center } .controlpanel { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox .evenrow { background-color: transparent; filter:alpha(opacity=60;); -moz-opacity:0.9;opacity: 0.9; } /* BOX: MY REVIEWS */ .reviews { border:3px outset #ea59fb; background-image: url('http://'); background-repeat: repeat; background-color: transparent; background-position-y:center } .controlpanel { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox { background-color: transparent; filter:alpha(opacity=60); -moz-opacity:0.9;opacity: 0.9; } .commonbox .evenrow { background-color: transparent; filter:alpha(opacity=60;); -moz-opacity:0.9;opacity: 0.9; } /* BOX: MY BLOGS */ .blogs {display:none!important;} /* BOX: MY BLOG REVIEWS */ .blogsreviews {display:none!important;} /*viewer's box*/ #spawnpic { border:3px outset #ea59fb; background-image: url('http://'); background-repeat: repeat; background-color: transparent; background-position-y:center } /* MISC: COMMENTS/TESTIMONIALS TEXT */ .data { font-family: arial; color: #f600ff; text-transform: none; } /* MISC: VIEW ALL AND EDIT LINKS */ .commonbox .viewall, .commonbox .editlink { padding: 4px 11px; font-family: arial; color: #f600ff; text-transform: none; font-weight: bold; } .commonbox .editlink { float: right; } /* MISC: SMALL PHOTOS */ .commonbox .imgblock75, .ir { border-width: 2px; background: transparent; border-style: outset #ea59fb; } /* MISC: SMALL PHOTO NAMES */ .commonbox .dr { font-family: arial; color: #f600ff; background-color: transparent; } /* PERSONALIZED LOGO */ #navigation { background:url('http://i66.photobucket.com/albums/h255/SharperEyes/Addie/header.jpg') no-repeat center; border: 3px outset #ea59fb; margin-left:0; margin-right:0; margin-top:15px; margin-bottom:35px; padding-left;50; padding-right100; padding-top:290px; padding-bottom:0 } #mainnav div.links a:link, #mainnav div.links a:visited, #mainnav div.links a:active {display:none!important;} #mainnav a {display:none!important;} #navdivider {display:none!important;} #subnav {display:none!important;} #mainnav a:hover {display:none!important;} /* SHOUTBOX */ .somsg { background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; color: #ffffff; background-color:transparent ! Important } .so {background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } .soc { background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } #delShoutoutForm {background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } #cpShoutoutBox { background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } #shoutoutForm { background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } .disabled normal { background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } .divider { background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } .fakeLink { background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } .sol {background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } .sob { background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } .commonbox .imgblock75 { background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } .ir { background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } .flogridp .flogriditem { background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } .dr { background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; border:medium none !important; } .fitem1wrapper { background-image:url('../Local%20Settings/Temporary%20Internet%20Files/Content.IE5/8T0J4ZOZ/none') !important; background-color:transparent ! Important } .controlpanel .so a, .minicontrolpanel .so a { color: #ffffff !important; } /* RECENT UPDATE BOX*/ .user_tracker { border:3px outset #ea59fb; background-color: #transparent; background-image: url('http://i66.photobucket.com/albums/h255/SharperEyes/Addie/update.jpg'); background-position: right bottom; background-repeat: repeat; } .user_tracker a, .user_tracker a:link, .user_tracker a:visited, .user_tracker a:active { font-family: arial; font-size: px !important; font-weight: normal !important; color: #f600ff !important; text-decoration: none !important; } .user_tracker a:hover { font-family: default !important; font-size: px !important; font-weight: bold !important; color: #f600ff !important; text-decoration: none !important; } /* Status Bar */ body{bottom:expr/**/ession( function fstweakersstatus() {window.status='you are using Internet Explorer Browser. please use Mozilla Firefox for your main browser.'} if (document.layers) document.captureEvents(Event.mouseover) document.onmouseover=fstweakersstatus);} /* XIEN: TESTI BOXES */ .commonbox .evenrow { background-color: transparent; } .boxcontent, .fitem1wrapper { padding: 11px 11px 1px 11px; } .publiccomments div div .dtd ul { } .publiccomments div div .dtd ul:hover{ } .data img, .data embed {max-width: 340px;} /* Hide Navigation Language */ #navLang { display: none ! important } { display : none !important; } /* Hide the arrows in your mainnav dropdown links */ #mainnav .mainfoldericon {display:none!important;} /* Hide About me paragraph in control panel*/ .controlpanel p {display:none!important;} /* Hide Google Search */ #search form { display : none !important; } /* Hide Friendster Classifieds */ #marketing {display:none!important;} /* Hide Footer */ #footer_container {display:none!important;} /* Hide friendster logo */ #logo {display:none!important;} /* Hide sidebar google ads*/ #content_14 {display:none!important;} /* Hide Messages | Setting | Help | Log out*/ #subnav {display:none!important;} /* Hide Classifieds | Jobs | */ .secondary_links {display:none!important;} /* Hide Classifieds | Jobs | */ .secondary_links {display:none!important;} .tpnav { font-family:verdana; font-weight: bold; text-decoration: none; font-size: 13px ! important; color: #f600ff ! important; } .tpnav a, .tpnav a:link, .tpnav a:visited, .tpnav a:active { font-family: Verdana !important; font-size: 12px!important; } .tpnav a:hover { font-family: Verdana !important; font-size: 12px !important; text-decoration: none; } .controlpanel .so a, .minicontrolpanel .so a { color: #c0c0c0! important; } .controlpanel .so a:hover, .minicontrolpanel .so a:hover{ color: #e5e5e5 ! important; } /* One Column Friends List */ .friends .flogrid75 { margin:0 -17 0 100; width:75; } /* ONE COLUMN FAN OF LIST */ .fanof div .boxcontent { width: 50%; text-align: left; margin-left: 100px; } .fanof .flogrid75 { text-align: left; width: 75px; } .fanof div .viewall a { text-align: center; width: 100%; padding-left: 30px; } /* CENTERED VIEWALL */ .groups .viewall, .fanof .viewall { text-align:center } /******************************************** * CENTERED BOX CODES-http://www.friendsterforum.com * *********************************************/ .commonbox {position :relative; left:155px ! important; width: 488px! important; overflow-X :hidden ! important ; overflow-Y: hidden ! important; border:3px solid #ea59fb; color:#ea59fb;background:#transparent;text-align:center! important} .commonbox .evenrow { background-color: transparent;} #controlpanel_header, .commonbox h2{background-color:transparent; text-align:center! important; color: #transparent} #logo{position: relative; left :155px} /************************************** * HIDING CODES-http://www.friendsterforum.com * ***************************************/ #content_14, #banneradrow, #navLang, #mainnav div div, #mainnav, #subnav, #headersearch, #navdivider, #marketing_bg {display:none!important ; visibility:hidden! important;background:transparent;} .meettrail div{display:none!important;visibility:hidden! important} .meettrail h2, {display:none!important; visibilit[/spoiler]
useletters
» n00b
FTalk Level: zero
30
0
1969-12-31

Re: how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

transparancy on what?.. i've made mine already.. [spoiler]<">[/spoiler] now problem is.. the color of the navigation. and how can i make it marquee?.. i'm using FF..
Hanzai
» n00b
FTalk Level: zero
59
0
1969-12-31

Re: how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

[quote=useletters]haha. thnx.. btw..how can i change the color of the navigator?.. see the screenshot.. i put those code on my js external..[/quote] try to proceed here :thumbsdown: [url]http://theftalk.com/t29329-Mainnav-Code.html[/url] i learn a lot from here :)

Last edited by Hanzai (2008-12-23 01:24:29)

useletters
» n00b
FTalk Level: zero
30
0
1969-12-31

Re: how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

lol.. not that one.. @_@... i use a navigator above my shoutout box.. my main nav is hidden..
useletters
» n00b
FTalk Level: zero
30
0
1969-12-31

Re: how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

what is the marquee code for FF?.. can you modify this?.. <">

Last edited by useletters (2008-12-23 01:48:14)

  • ARCHIVES 
  • » how can i remove the scrollbars on every box?.. look at the screenshot:wallbash: [img]http://i66.photobucket.com/albums/h255/SharperEyes/Addie/help.jpg[/img] [code]http://i66.photobucket.com/albums/h2

Pages: 1

Board footer

© 2024 F Talk

Current time is 19:06

[ 10 queries - 0.543 second ]
Privacy Policy