• ARCHIVES 
  • » can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

Pages: 1

can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

lOlipUnX
» n00b
FTalk Level: zero
68
0
1969-12-31

can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler]<">[/spoiler] i'm trying to hide the testimonials. but the hide codes provided won't hide the header. thanks in advance.

Last edited by lOlipUnX (2008-12-08 02:26:16)

_awtz
» n00b
FTalk Level: zero
2
0
1969-12-31

Re: can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

try this... [quote]/*Public Comments*/ .publiccomments h1, .publiccomments h2 {display:none!important;}[/quote]
lOlipUnX
» n00b
FTalk Level: zero
68
0
1969-12-31

Re: can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

thanks. i'll try.
eehjhay
» FTalkWhiz
FTalk Level: zero
2692
0
1969-12-31

Re: can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

Put this in your css <">
switpotato
» FTalkGeek
FTalk Level: zero
1027
0
1969-12-31

Re: can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

[quote=_awtz]/*Public Comments*/ .publiccomments h1, .publiccomments h2 {display:none!important;}[/quote] u need not to put h1.. h1 is for controlpanel headers only
lOlipUnX
» n00b
FTalk Level: zero
68
0
1969-12-31

Re: can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

i will try that sir eehjhay. thnks swit for the correction. hehe
lOlipUnX
» n00b
FTalk Level: zero
68
0
1969-12-31

Re: can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

any other way to hide that pesky header? the one given by sir eehjhay won't work...sorry for posting again.
bobskie
» FTalkAddict
FTalk Level: zero
596
0
1969-12-31

Re: can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

you misspelled the publiccomments..it must be double [b]m[/b] not single =) [quote]#content_18, .testimonials, .publiccom[b]m[/b]ents, .publiccom[b]m[/b]ents h2{ display:none !important; visibility:hidden !important; }[/quote]
lOlipUnX
» n00b
FTalk Level: zero
68
0
1969-12-31

Re: can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

ohmg. haha. i'm so sorry. i'm so careless. now i have another problem. i have this , inch gap between my about me and media box. any solution for that?

Last edited by lOlipUnX (2008-12-08 02:40:09)

bobskie
» FTalkAddict
FTalk Level: zero
596
0
1969-12-31

Re: can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

instead of using display:none and visibility hidden for hiding the publicomments..use the positioning [quote]position:absolute!important;bottom:7000px;float:left!important[/quote] [quote]#content_18, .testimonials, .publiccomments, .publiccomments h2{[b]position:absolute!important;bottom:7000px;float:left!important[/b]}[/quote]

Last edited by bobskie (2008-12-08 02:38:44)

lOlipUnX
» n00b
FTalk Level: zero
68
0
1969-12-31

Re: can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

ei kua bobskie. thanks for helping me. i really do appreciate it. +repu for u. and to mods please close this topic. thanks

Last edited by lOlipUnX (2008-12-08 02:56:26)

eehjhay
» FTalkWhiz
FTalk Level: zero
2692
0
1969-12-31

Re: can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

Can I still post a follow-up answer? Instead of mentioning the h2, you can just use its id which is #moduleHeader. So the code will be like this <">I am 100% sure that this will work. :)
lOlipUnX
» n00b
FTalk Level: zero
68
0
1969-12-31

Re: can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

sure. thanks for this. though i have the answer already. this will still be very useful. :rose::rose::rose:

Last edited by lOlipUnX (2008-12-17 18:51:37)

akoba
» FTalkAddict
FTalk Level: zero
335
0
1969-12-31

Re: can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

its usefull info. thnx for this.
  • ARCHIVES 
  • » can't seem to hide this. this makes my layout suck. [img]http://i33.tinypic.com/2e4hyd5.png[/img] [spoiler][code]#content_18, .testimonials, .publiccomments, .publiccomments h2{ display:none !importan

Pages: 1

Board footer

© 2024 F Talk

Current time is 17:59

[ 10 queries - 0.021 second ]
Privacy Policy