Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 03-25-2008, 09:07 PM
jantequino jantequino is offline
 
Join Date: Nov 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default ie6 header incompatibility

Hello. I've been working with a developer to get my site up and running.... but we just noticed that there may be a problem with ie6....

If you go to www.museumprofessionals.org from IE7 or firefox, you will see that the header appears properly....

However if you view it in IE6, it looks like the attachment below....

Notice that the menu items are aligned properly with the buttons they are supposed to go on, but they are obviously not moving down to the right position.

Any ideas?

Thanks!
Attached Images
File Type: jpg web_page_goof_up.jpg (72.6 KB, 0 views)
Reply With Quote
  #2  
Old 03-25-2008, 09:26 PM
jantequino jantequino is offline
 
Join Date: Nov 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

It looks like this is probably an ie6 bug or something?

I think it's having trouble parsing the CSS position:relative setting....

Our header template specifies the following:
<a name="top"></a>
<div class="header">
<div class="headlinks">
<div style="float:left;"><a style="margin: 0px 18px 10px 260px;" href="http://www.museumprofessionals.org"><strong>Home</strong></a><a style="margin: 0px 22px 0px 0px;" href="http://www.museumprofessionals.org/forum"><strong>Forums</strong></a><a style="margin: 0px 20px 0px 0px;" href="http://www.museumprofessionals.org/forum/register.php"><strong>Register</strong></a><a style="margin: 0px 18px 0px 0px;" href="http://www.museumprofessionals.org/forum/forumdisplay.php?f=18"><strong>Articles</strong></a><a style="padding: 0px 15px 0px 0px;" id="newsdrop" href="#newsdrop" accesskey="3"><strong>News</strong></a><script type="text/javascript"> vbmenu_register("newsdrop", true); </script></a><a style="padding: 0px 13px 0px 0px;" href="http://www.museumprofessionals.org/forum/forumdisplay.php?f=19"><strong>Jobs</strong></a><a href="http://www.museumprofessionals.org/index.php?pageid=about"><strong>About</strong></a>
</div>
</div>
</div>

We have additional CSS settings for the .headlinks setting

.headlinks {

position:relative;
top:94px;
left:0px;
}

How would we resolve or add to this to make ie6 position the links properly?

Thanks again!
Reply With Quote
  #3  
Old 03-25-2008, 11:23 PM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

fix the validation errors and your problems will be solved

http://validator.w3.org/check?uri=ht...Inline&group=0
Reply With Quote
  #4  
Old 03-25-2008, 11:48 PM
jantequino jantequino is offline
 
Join Date: Nov 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FRDS View Post
fix the validation errors and your problems will be solved

http://validator.w3.org/check?uri=ht...Inline&group=0
FRDS... Thanks for the response.... I fixed everything pertaining to the header area and I'm still having the problem

Any other ideas?
Reply With Quote
  #5  
Old 03-25-2008, 11:58 PM
SEOvB's Avatar
SEOvB SEOvB is offline
 
Join Date: May 2007
Location: Indianapolis
Posts: 2,451
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have you tried removing the div style="float:left" code to see what it looks like then?
Code:
<div class="headlinks"><a style="margin: 0px 18px 10px 260px;" href="http://www.museumprofessionals.org"><strong>Home</strong></a>
<a style="margin: 0px 22px 0px 0px;" href="http://www.museumprofessionals.org/forum"><strong>Forums</strong></a><a style="margin: 0px 20px 0px 0px;" href="http://www.museumprofessionals.org/forum/register.php"><strong>Register</strong></a><a style="margin: 0px 18px 0px 0px;" href="http://www.museumprofessionals.org/forum/forumdisplay.php?f=18"><strong>Articles</strong></a><a style="padding: 0px 15px 0px 0px;" id="newsdrop" href="#newsdrop" accesskey="3"><strong>News</strong></a><script type="text/javascript"> vbmenu_register("newsdrop", true); </script></a><a style="padding: 0px 13px 0px 0px;" href="http://www.museumprofessionals.org/forum/forumdisplay.php?f=19"><strong>Jobs</strong></a><a href="http://www.museumprofessionals.org/index.php?pageid=about"><strong>About</strong></a>
</div>
that may, or may not work. Its hard for me without actual trial and error on the site itself
Reply With Quote
  #6  
Old 03-26-2008, 12:47 AM
jantequino jantequino is offline
 
Join Date: Nov 2007
Posts: 10
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by FRDS View Post
Have you tried removing the div style="float:left" code to see what it looks like then?

that may, or may not work. Its hard for me without actual trial and error on the site itself
THAT WORKED!!!! For not even being able to try this on my site... I have to give it to you! :up::up:

Thanks!
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 09:47 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.11540 seconds
  • Memory Usage 2,233KB
  • Queries Executed 12 (?)
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
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (1)postbit_attachment
  • (6)postbit_onlinestatus
  • (6)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_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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete