vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Tried To Make QuickReply Collapsed by Default; Works In IE But Not FF (https://vborg.vbsupport.ru/showthread.php?t=90963)

The Equivocate 06-24-2005 01:52 AM

Tried To Make QuickReply Collapsed by Default; Works In IE But Not FF
 
So I tried to make quick reply collapsed by default by adding style="display:none" to the tbody, and it works fine in Internet Explorer (it stays collapsed), but in FireFox, it's expanded, and other people also tell me the same results. So is there something else I have to do to get it to work in FF?

Mythotical 06-24-2005 02:19 AM

That stuff usually doesn't work in FF no matter what you do. Most people use IE anyways, including those that are waiting for IE 7.0 to be released. Nothing you can really do about it. Sorry.

deathemperor 06-24-2005 03:29 AM

I don't think so, I use;

style="display:none" on tbody of quick reply and it's collapsed by default.

well there is

HTML Code:

style="$vbcollapse[collapseobj_quickreply]" style="display:none"
you need to remove style="$vbcollapse[collapseobj_quickreply]" or the 2nd style won't be overriden

calorie 06-24-2005 04:14 AM

1 Attachment(s)
If you want the quickreply collapsing to work opposite of the way it normally does, see the attached...

Mythotical 06-24-2005 04:40 AM

Gee thanks, prove me wrong you 2. LOL I'm just kidding, ok listen to them, my FF probably is totally messed up since I have edited the code for it myself to match what I want it to do.

Revan 06-24-2005 11:34 AM

Quote:

Originally Posted by deathemperor
I don't think so, I use;

style="display:none" on tbody of quick reply and it's collapsed by default.

well there is

HTML Code:

style="$vbcollapse[collapseobj_quickreply]" style="display:none"
you need to remove style="$vbcollapse[collapseobj_quickreply]" or the 2nd style won't be overriden

OR you could do
HTML Code:

style="$vbcollapse[collapseobj_quickreply]; display:none;"
(untested)

calorie 06-24-2005 11:46 AM

Quote:

Originally Posted by Revan
OR you could do
HTML Code:

style="$vbcollapse[collapseobj_quickreply]; display:none;"
(untested)

That would then be either:

a)
HTML Code:

style="display:none;; display:none;"
b)
HTML Code:

style="; display:none;"
LOL, in the nicest way, really. ;)

Revan 06-24-2005 11:55 AM

Shush! XD


All times are GMT. The time now is 03:29 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00965 seconds
  • Memory Usage 1,726KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete