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 04-21-2008, 10:07 AM
RedTrinity's Avatar
RedTrinity RedTrinity is offline
 
Join Date: Mar 2008
Location: QLD, Australia
Posts: 265
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Banner width in resolutions

Hi guys,

Well at the moment I have a banner problem I am hoping to find some help with!

We have an 900x130 header banner for our forum, but the problem is that the forum alignment with the banner changes in different resolutions

With low resolutions, the forum/banner alignment appears fine. But in higher ones (like mine), the forum is too wide and the banner is about 10cm off on either side. Then of course if I increase the banner width to match the forum for higher resolutions, it causes a horizontal scrollbar issue with lower ones as the banner becomes far too wide.

Is there a way to get around this problem? Our forum needs some kind of header, but I dont know what I can do to get around this problem. How have other people dealt with it?

Here is our forum: http://www.theparentingsanctuary.com.au/forums

Thanks in advance for suggestions!
Reply With Quote
  #2  
Old 04-21-2008, 02:50 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I can't get your site to load. But, I would guess what you need to do is pick a background color or tile something in the background of the banner column and then center the banner in there. Or, make a banner that can easily be split into parts and have some background image/color fill the space.
Reply With Quote
  #3  
Old 04-21-2008, 03:20 PM
WEBDosser's Avatar
WEBDosser WEBDosser is offline
 
Join Date: Oct 2001
Location: @ MyPC
Posts: 824
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

lol.. you are using phpBB.. you should go to there website for help.
Reply With Quote
  #4  
Old 04-22-2008, 12:26 AM
RedTrinity's Avatar
RedTrinity RedTrinity is offline
 
Join Date: Mar 2008
Location: QLD, Australia
Posts: 265
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Oh sorry, that was the link to our old forum we just converted from! Didn't mean to post that.

It should have been http://www.theparentingsanctuary.com.au/forums

Would appreciate any help in regards to my original post.

Cheers
Reply With Quote
  #5  
Old 04-22-2008, 02:44 AM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You might want to make the forum width go all the way up to the top and then fill in the background of the banner cell with a matching blue for when the forum is stretched wide. That will stop the forum from getting any smaller in width than the banner though.
Reply With Quote
  #6  
Old 04-22-2008, 12:54 PM
RedTrinity's Avatar
RedTrinity RedTrinity is offline
 
Join Date: Mar 2008
Location: QLD, Australia
Posts: 265
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
You might want to make the forum width go all the way up to the top and then fill in the background of the banner cell with a matching blue for when the forum is stretched wide. That will stop the forum from getting any smaller in width than the banner though.
Hi Lynne,

Thanks for your advice, would you mind giving me more information on how I would do this? I am not very good with styling so I am not sure how to go about your suggestion

Thanks so much!
Reply With Quote
  #7  
Old 04-22-2008, 03:20 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm terrible at talking html without doing it. I'm a trial and error htmler. But, right now you have:
Code:
 <table><tr><td>
<div>banner</div>
<div>navbar and content</div>
<div>footer</div>
</td></tr></table>
I might try:
Code:
 <table><tr bgcolor="matching-blue-banner-color"><td>
<div>banner</div>
</td></tr>
<tr><td>
<div>navbar and content</div>
<div>footer</div>
</td></tr></table>
Reply With Quote
  #8  
Old 04-23-2008, 11:41 AM
RedTrinity's Avatar
RedTrinity RedTrinity is offline
 
Join Date: Mar 2008
Location: QLD, Australia
Posts: 265
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
I'm terrible at talking html without doing it. I'm a trial and error htmler. But, right now you have:
Code:
 <table><tr><td>
<div>banner</div>
<div>navbar and content</div>
<div>footer</div>
</td></tr></table>
I might try:
Code:
 <table><tr bgcolor="matching-blue-banner-color"><td>
<div>banner</div>
</td></tr>
<tr><td>
<div>navbar and content</div>
<div>footer</div>
</td></tr></table>
Ok thanks Lynne, so would this be for my HEADER template? This is what I have at the moment for it...

Code:
<table width="90%" align="center" cellspacing="0" cellpadding="0"><tr><td>

<style>
<!--
a {text-decoration:none}
//-->;
</style>

<!-- logo -->
<div align="center" width="100%"> 
<a name="top"><a href="http://www.theparentingsanctuary.com.au/forums"><img src="http://www.theparentingsanctuary.com.au/rainbowbanner.png"></a></div>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output
Or am I looking at the wrong file?

Cheers

ETA: Got it!!! I think it looks much better now!! Thanks so much for your help Lynne, really appreciated
Reply With Quote
  #9  
Old 04-23-2008, 03:09 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That does look much better!
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 07:05 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.04055 seconds
  • Memory Usage 2,244KB
  • Queries Executed 11 (?)
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
  • (5)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (9)postbit
  • (9)postbit_onlinestatus
  • (9)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete