vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=168)
-   -   Large space between logo and navbar (https://vborg.vbsupport.ru/showthread.php?t=160499)

powerful_rogue 10-18-2007 11:22 AM

Large space between logo and navbar
 
1 Attachment(s)
Hi,

I normally use firefox and my site appears fine, however I looked at the site today using IE7 and noticed a large white space between the logo and the navbar.

The only appears in IE7 and not FF. Ive had a look through the settings, but not too sure where to look.

Anyone have any idea why this only shows in IE and any idea how I can reduce the gap? Ive attatched the screenshot of how it appears ibn IE.

my site is www.doverlocals.co.uk

Many thanks

Dave

Freesteyelz 10-19-2007 04:21 AM

I'm not sure if that is the cause but you may want to add the </tr> tag:

Code:

</tr>
</table>
<!-- /logo -->


powerful_rogue 10-19-2007 07:24 AM

Thanks for your reply.

Ive put the </tr> in but made no difference :(

Thanks anyway

Freesteyelz 10-19-2007 07:29 AM

Unless someone gets to it first, I'll check further sometime tomorrow.

powerful_rogue 10-19-2007 01:12 PM

Thanks Freesteyelz. Really is appreciated :)

Freesteyelz 10-20-2007 03:12 AM

I think I may have found the problem. There are inconsistencies with "&nbsp;". The location is the navigation links between lines:

<!-- top nav buttons bar -->

to

<!-- breadcrumb, login, pm info -->

Between these lines in your navbar template find all "&nbsp". Notice that it's missing the ";". Without it will create a line break instead of a character space. So replace all instances to "&nbsp;".

For instance, in your Arcade code you have:

Code:

<td class="vbmenu_control"><img class="inlineimg" src="http://www.doverlocals.co.uk/images/...v_download.gif" alt="Arcade" border="0" />&nbsp<a href="arcade.php?">Arcade</a></td>&nbsp

But it should be:

Code:

<td class="vbmenu_control"><img class="inlineimg" src="http://www.doverlocals.co.uk/images/...v_download.gif" alt="Arcade" border="0" />&nbsp;<a href="arcade.php?">Arcade</a></td>&nbsp;

I would have supplied the entire code change but for some reason two of your <td> lines could not be posted. Just go line by line and make the relevant changes. Let me know how it goes. :)

powerful_rogue 10-21-2007 01:21 AM

Thanks Freesteyelz :)

I'll give it a go over the next couple of days and let you know. I would do it sooner but tucked up at work now till Tuesday.

Thanks for your help, its greatly appreciated.

Freesteyelz 10-21-2007 03:48 AM

I'll check back. If for some reason I miss your next reply in this thread PM me. :)

powerful_rogue 10-24-2007 11:08 PM

Thanks Freesteyelz.

I went through the navbar and made all the alterations but for some reason I still have the massive white space when the site is viewed in IE, but not in Firefox.

Very strange

Freesteyelz 10-25-2007 04:01 AM

Please post that entire section of code. There may be something I have missed.


All times are GMT. The time now is 07:32 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.01117 seconds
  • Memory Usage 1,738KB
  • 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
  • (3)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete