Go Back   vb.org Archive > vBulletin 4 Discussion > vB4 Programming Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #11  
Old 09-29-2010, 06:16 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you have firebug, then compare each part of the dropdown up top to a dropdown that is how you want it. First, compare the very inner tags - the <a> tags. Then the <li> tags. Then the <ul> tags... making sure they have the same properties.
Reply With Quote
  #12  
Old 09-29-2010, 06:23 PM
NashChristian's Avatar
NashChristian NashChristian is offline
 
Join Date: Jul 2007
Location: Nashville, TN
Posts: 292
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
If you have firebug, then compare each part of the dropdown up top to a dropdown that is how you want it. First, compare the very inner tags - the <a> tags. Then the <li> tags. Then the <ul> tags... making sure they have the same properties.
But my Firebug is in Firefox, and this seems to be a non-standards compliant issue with IE. Is there a way to test this with IE?
Reply With Quote
  #13  
Old 09-29-2010, 06:27 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do the other dropdowns work in IE? If so, then as I said, change your CSS for your dropdown to be the same as the working dropdown.
Reply With Quote
  #14  
Old 09-29-2010, 06:34 PM
NashChristian's Avatar
NashChristian NashChristian is offline
 
Join Date: Jul 2007
Location: Nashville, TN
Posts: 292
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
Do the other dropdowns work in IE? If so, then as I said, change your CSS for your dropdown to be the same as the working dropdown.
Yes, the Logged-In drop-downs work fine in IE. It has to be an inheritance issue on some attribute that shows up in IE but doesn't in Firefox. Since I'm not sure where it is inheriting it from, and since it doesn't show up and Firefox and I can't use the element inspector in Firebug to locate it, I'm not sure how to debug it.
Reply With Quote
  #15  
Old 09-29-2010, 06:44 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can use firebug to make sure your CSS is *exactly* the same for the different dropdowns and then see how it is in IE. I can look on your site right now at the two and they are different. You may want to also look in the vbulletin-ie.css file to see if there is anything in there being used for the dropdowns.
Reply With Quote
  #16  
Old 09-29-2010, 06:56 PM
NashChristian's Avatar
NashChristian NashChristian is offline
 
Join Date: Jul 2007
Location: Nashville, TN
Posts: 292
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
You can use firebug to make sure your CSS is *exactly* the same for the different dropdowns and then see how it is in IE. I can look on your site right now at the two and they are different. You may want to also look in the vbulletin-ie.css file to see if there is anything in there being used for the dropdowns.
Ok, thanks. Is there an easy way to compare the two pages (logged-in and logged-out) in Firebug? Right now I'm trying to copy line by line the active css on each page from Firebug, put it into a text doc, then after I do that with both pages compare the two files with a file comparrison program. Since Firebug crosses through the inactive lines in the CSS, when you copy and paste them it still copies them as active, and I have to manually go line by line and delete those lines before comparing. Surely there must be an easier way. Any suggestions?

Thanks again for the help.
Jeff
Reply With Quote
  #17  
Old 09-29-2010, 07:01 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Why logged in versus logged out? I am comparing the dropdown in the top with the dropdown in the navtabs area. It's the same CSS that should be used with just a change in class name.
Reply With Quote
  #18  
Old 09-29-2010, 07:17 PM
NashChristian's Avatar
NashChristian NashChristian is offline
 
Join Date: Jul 2007
Location: Nashville, TN
Posts: 292
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I didn't do it that way... the navtab is coded totally differently, with the template and plugin... I started with the functionality that was already there, which was the notifications drop-down menu when logged-in. So that was what I started with, then I had to figure out how to make it work for the logged-out users, since it wasn't styled for that. The navtab displays a heavier drop-down, with a border all the way around I believe. The notifications drop-down is visually a lighter version.
Reply With Quote
  #19  
Old 09-29-2010, 07:20 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Perhaps login to vb.com and use firebug on there and compare it to your dropdown on your site.
Reply With Quote
  #20  
Old 09-29-2010, 07:24 PM
NashChristian's Avatar
NashChristian NashChristian is offline
 
Join Date: Jul 2007
Location: Nashville, TN
Posts: 292
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I don't follow you... what would looking at vB.com in Firebug help?

The global TOOLS drop-down menu is what I'm comparing between the versions, (logged-in and logged-out). That's all I'm working on here.

It displays perfectly on the logged-in version of my site, I'm just having problems replicating that display for users who aren't logged-in.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:36 PM.


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.04347 seconds
  • Memory Usage 2,258KB
  • Queries Executed 13 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete