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 align these? (https://vborg.vbsupport.ru/showthread.php?t=192057)

Vindictive 09-27-2008 01:42 PM

How to align these?
 
How do you align these?

http://img204.imageshack.us/my.php?image=howtocd9.jpg

I'm using fixed width at 760.

Lynne 09-27-2008 02:20 PM

Have you tried playing with the width in Style Manager > find your style > StyleVars > Message Area Width (pixels)? I think perhaps the Tags area and Post Icons area are set by percent (take a look in your page source) and the message width is set by pixels, so try changing that.

Vindictive 09-27-2008 06:59 PM

All I see is:
Quote:

<fieldset class="fieldset" style="margin-top: 6px">
<legend>Tags</legend>
<div style="padding:3px">

<div>Separate tags using a comma.</div>
<span id="tag_add"><input type="text" class="bginput" name="taglist" id="tag_add_input" value="" size="40" tabindex="1" /></span>
<div>You may add 25 tag(s) to this thread.</div>
</div>


<div id="tag_add_menu" class="vbmenu_popup" style="display:none"></div>
<script type="text/javascript" src="clientscript/vbulletin_ajax_tagsugg.js?v=373"></script>
<script type="text/javascript">
<!--
vbmenu_register('tag_add', true);
tag_add_comp = new vB_AJAX_TagSuggest('tag_add_comp', 'tag_add_input', 'tag_add');
tag_add_comp.allow_multiple = true;
tag_add_comp.set_delimiters('');
//-->
</script>


</fieldset>
And:

Quote:

<fieldset class="fieldset">
<legend>Post Icons</legend>
<div style="padding:3px">
<table cellpadding="0" cellspacing="1" border="0" width="95%">
<tr>
<td colspan="15"><div style="margin-bottom:3px">You may choose an icon for your message from the following list:</div></td>
</tr>
<tr>

Lynne 09-27-2008 07:02 PM

OK, but did you look at your StyleVars to change the width of the message area? It's the message area that is out of whack.

Vindictive 09-27-2008 07:04 PM

I changed it from 540px to 515px, and it aligns in Firefox, but it's still off in IE.

Lynne 09-27-2008 07:24 PM

I can't help you with IE issues since I don't have IE. You can google IE and CSS and see all the issues it has and the weird things you have to do to accommodate it.

Vindictive 09-27-2008 07:51 PM

What exactly is the issue with it?

gfxhelp.com 09-27-2008 08:21 PM

Safari and Chrome will be about +5px from what it looks like in FF. IE7 will be around -25px from what it looks like in FF. It's probably just the way different browsers render the text box. There may not be any css solution, but if you wanted to you could make conditional statements so the width would change based on the browser the user was using and then you would just have to match everything up.


All times are GMT. The time now is 09:19 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.01151 seconds
  • Memory Usage 1,724KB
  • 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
  • (8)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