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)
-   -   How to word-wrap breadcrumb in navbar template? (https://vborg.vbsupport.ru/showthread.php?t=219575)

NTMID8 07-27-2009 02:40 PM

How to word-wrap breadcrumb in navbar template?
 
1 Attachment(s)
I'm wondering if I can force a word-wrap of the breadcrumb at a certain percentage so that it does not appear over the checkered flag image as in the image below. I've tried making some changes myself, but everything I do seems to move or justify the breadcrumb to the right, which is opposite of what I want and seemingly opposite of the code I am changing. This one has me scratching my head.

Seven Skins 07-27-2009 09:56 PM

Add another table cell and put those checkered flags in that table call ... and breadcrumb text will wrap around.

NTMID8 07-28-2009 02:13 AM

Quote:

Originally Posted by Seven Skins (Post 1856789)
Add another table cell and put those checkered flags in that table call ... and breadcrumb text will wrap around.

Thanks. I'll have to approach it differently then. I'll try ti your way. Currently it is a background image defined in the CSS and right-justified.

NTMID8 07-28-2009 04:07 AM

1 Attachment(s)
OK, I added another table and put the image in it on it's own. I can make it look correct at one resolution (first image) but it doesn't seem to scale properly at lower resolutions, though you can see the breadcrumb wrapped properly (second image). Any help on how to fix this?

NTMID8 08-01-2009 11:45 PM

Any help, please?

Seven Skins 08-03-2009 01:36 PM

2 ways you sort this...

- Instead of using css to get image, use image tag in the table cell or you can use code in the table cell ... <img src="$vboptions[cleargifurl]" width="250" height="70" border="0" alt="" /> .. edit the width and height the same size as your flag image.

.

NTMID8 08-04-2009 01:32 AM

Quote:

Originally Posted by Seven Skins (Post 1860711)
2 ways you sort this...

- Instead of using css to get image, use image tag in the table cell or you can use code in the table cell ... <img src="$vboptions[cleargifurl]" width="250" height="70" border="0" alt="" /> .. edit the width and height the same size as your flag image.

.

Great... that did the trick. Thank you!


All times are GMT. The time now is 01:43 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.01770 seconds
  • Memory Usage 1,719KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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