• ARCHIVES 
  • » [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

Pages: 12

[b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

[b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

[b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://theftalk.com/t10469-CSS-Hide-Codes-%5BUpdate%5D.html][b]here[/b][/url] :penguin:

Last edited by Ephemeral (2008-10-03 22:38:39)

mhedge
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

but how can they disable it? via javascript or other code?
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

It's their site. =D They have many ways to filter it through JS. Anyway the code posted on the thread above are just setbacks. Still fixing so it can be enabled again. =)

Last edited by Ephemeral (2008-10-03 22:50:54)

mhedge
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

so we need to use IDs of boxes :eh:
bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

Members can always use the js hide codes they work fine [url]http://theftalk.com/t7772-hide-code-%28script-style%29.html[/url]
darylldelfin
» FTalkGeek
FTalk Level: zero
1389
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

i just used repositioning .. position:absolute;top:-9000px; .. they become hidden .. XD
mhedge
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

[quote=darylldelfin]i just used repositioning .. position:absolute;top:-9000px; .. they become hidden .. XD[/quote] is there any scrollbar when use the repositioning??
darylldelfin
» FTalkGeek
FTalk Level: zero
1389
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

[quote=mhedge]is there any scrollbar when use the repositioning??[/quote] um .. what do you mean ? what i did is move the box away from the monitor's range .. so it's also invisible ..
ewenessgALLore
» FTalkManiac
FTalk Level: zero
934
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

I think, not only hide codes doesn`t working.. Also the scrollbar customizing.. The colors doesn`t working now.. :arrow: Does friendster update again?
mar_bilicious
» FTalker
FTalk Level: zero
191
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

^ yep.. =) my profile works fine on IE but fugly on FF wah! :wallbash: :arrow: thnx for this sticky post sir Ephemeral! :D this would help reduce the help posts about hide codes not working anymore. :D:thumbsup:
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

[quote=bobcbar]Members can always use the js hide codes they work fine http://theftalk.com/t7772-hide-co … le%29.html[/quote] the codes xavier got r too long u can do it by this [quote]parent.document.getElementById("13").style.display="none";[/quote] or [quote]content_13.style.display="none";[/quote] [u][b]juz change the id[/b][/u] wee ephe u r really great u r always updated waaa

Last edited by switpotato (2008-10-04 00:29:26)

mhedge
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

^ about this [spoiler]blogs.style.display="none";[/spoiler] it's the classname right? so you can also use it?
kurimax
» n00b
FTalk Level: zero
22
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

it's the id mhedge.. [quote]document.getElementById([b]ID[/b]).innerHTML=""[/quote] is still preferable than ms. switpotato's solution
mhedge
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

^ i think the code of miss switpotato is more easier to use .. and the code you are showing is for innerHTML .. it means the box will not be hided =)
kurimax
» n00b
FTalk Level: zero
22
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

no the box will be hidden because the box will not contain anything.. you can try switpotato's code.. if it works.. it's your choice.. :P
mhedge
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

^ where did you get the code? but the header still appears :P
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

@daryll, I tried most of the css commands and absolute positioning is one of the best solution to remove the empty space area. =) @Swit, Yeah the parent.doc method is better for JavaScript. =)

Last edited by Ephemeral (2008-10-04 05:03:01)

bobcbar
» FTalkElite
FTalk Level: zero
5223
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

[quote=Ephemeral]@Swit, Yeah the parent.doc method is better for JavaScript[/quote] Agree so so simple even a lolo like me understands =D
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

Anyway I will try to update xav's thread tomorrow. Style finding a better way. If nothing prevails. We will have to stick to the positioning method because the [i]visibility:hidden[/i] property has its flaws. :lol:
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

if header still there then hide it lol.. .commonbox h1, .commonbox h2 is u wish to hide particular box header then target the id or class sample [quote]#13 h2 {display:none ! important}[/quote] or [quote].blogs h2{display:none ! important}[/quote] change it accrding to ur target

Last edited by switpotato (2008-10-04 22:34:41)

  • ARCHIVES 
  • » [b]Reason:[/b] Friendster disabled the [i]display:none[/i] property on their [b]classes[/b]. You can still apply the property on their [b]id[/b]'s though. [b]Solution:[/b] Proceed [url=http://frien

Pages: 12

Board footer

© 2025 F Talk

Current time is 09:52

[ 10 queries - 0.038 second ]
Privacy Policy