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 06-11-2009, 07:34 PM
Butcher's Avatar
Butcher Butcher is offline
 
Join Date: Oct 2004
Location: Lake Distrcit - England
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Stumped IE problem

Ok sat and made a new style first time in a while i'll tell you.

All looks great (well does to me) in firefox. So before i was due to share i took a peek at how it looked in IE and as usual it's being a pain. The header seems to have lifted away fro the forums block.

See screen shots and you see.
How do i get rid of this gap between header images and main forum in IE

here is my header code
HTML Code:
<!-- logo -->
<a name="top"></a>
<table cellpadding="0" cellspacing="0" border="0" width="960" align="center" class="headerbg"> 
<tr>


	<td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="images/logo.gif"  border="0" alt="$vboptions[bbtitle]" /></a></td>
			<td><if condition="$ad_location['ad_header_logo']">$ad_location[ad_header_logo]<else /></if></td>
<td align="$stylevar[right]"><img src="images/header_r.gif" border="0">
	</td>


</tr>
</table>

<!-- /logo -->
Attached Images
File Type: jpg ff.jpg (29.4 KB, 0 views)
File Type: jpg ie.jpg (35.2 KB, 0 views)
Reply With Quote
  #2  
Old 06-11-2009, 08:25 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What does the page source look like?
Reply With Quote
  #3  
Old 06-11-2009, 08:53 PM
Butcher's Avatar
Butcher Butcher is offline
 
Join Date: Oct 2004
Location: Lake Distrcit - England
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hmmmm
Can't see any diff between the two or anything that would make this happen.
anyway here's what the header part loks like in page source. Not sure how much you want to see

HTML Code:
</script>
<script type="text/javascript" src="http://style.the-redlion.org.uk/forums/clientscript/vbulletin_lightbox.js?v=382"></script>

</head>
<body>

<!-- logo -->
<a name="top"></a>
<table cellpadding="0" cellspacing="0" border="0" width="960" align="center" class="headerbg"> 
<tr>


	<td align="left"><a href="index.php"><img src="images/logo.gif"  border="0" alt="Design's" /></a></td>
			<td></td>
<td align="right"><img src="images/header_r.gif" border="0">
	</td>


</tr>
</table>

<!-- /logo -->
<div align="center"><img src="http://style.the-redlion.org.uk/forums/images/boxt.jpg"></div>
<table cellpadding="0" cellspacing="0" border="0" width="960" align="center">
<tr>
<td align="left" class="box">

<!-- content table -->
<!-- open content container -->
i've had stuff like this creap up before in the past but tonight i'm stumped and thought i'd ask
Reply With Quote
  #4  
Old 06-11-2009, 10:25 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

So, the gap you are seeing is right where the <!-- /logo --> is - after the close of the table and before the div tag? Perhaps the div tag has some padding around it? I know firebug is a great addon for firefox to figure these things out, I would guess there is something similar for IE. You might want to see about that and see if you can figure it out using something like that.
Reply With Quote
  #5  
Old 06-12-2009, 01:55 AM
RCWF-AoD's Avatar
RCWF-AoD RCWF-AoD is offline
 
Join Date: Apr 2008
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

IE is such a pain in the rear man. If you don't have the spacing right, the right page breaks or even the centering tags right, it ALWAYS seems like IE is the first to notice LOL.

It looks like you may have an enter mark between tags somewhere. You may have forgot a </tr> tag though the way it looks.
Reply With Quote
  #6  
Old 06-12-2009, 02:51 PM
Butcher's Avatar
Butcher Butcher is offline
 
Join Date: Oct 2004
Location: Lake Distrcit - England
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
So, the gap you are seeing is right where the <!-- /logo --> is - after the close of the table and before the div tag? Perhaps the div tag has some padding around it? I know firebug is a great addon for firefox to figure these things out, I would guess there is something similar for IE. You might want to see about that and see if you can figure it out using something like that.
I thought as much myself so removed the div line as that was just adding some extra space and the line break is still present.

I just wish the uneducated would stop using IE
hate the damn program. Could release this style if so
Reply With Quote
  #7  
Old 06-13-2009, 04:56 AM
RCWF-AoD's Avatar
RCWF-AoD RCWF-AoD is offline
 
Join Date: Apr 2008
Posts: 20
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Could it be the class in the table?

<table cellpadding="0" cellspacing="0" border="0" width="960" align="center" class="headerbg">

Does the "headerbg" class have anything for bottom border sizes? I haven't used the tags in a while like that, but I know you can somehow set border sizes for tables on different sides... Maybe that's the problem and it's causing a border?
Reply With Quote
  #8  
Old 06-13-2009, 09:35 AM
Butcher's Avatar
Butcher Butcher is offline
 
Join Date: Oct 2004
Location: Lake Distrcit - England
Posts: 118
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

yeah possibly. But I scrapped that header design now and came up with something else
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 06:17 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.04123 seconds
  • Memory Usage 2,260KB
  • 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
  • (2)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (2)postbit_attachment
  • (8)postbit_onlinestatus
  • (8)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