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 03-13-2007, 11:37 AM
Mr Pink's Avatar
Mr Pink Mr Pink is offline
 
Join Date: Oct 2006
Location: [Italy]
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Problem with tables..

I have this:

http://img228.imageshack.us/img228/9784/immagineyv2.jpg

And when I open the navigator, I get this:

http://img292.imageshack.us/img292/8...magine2wm7.jpg

And I want my banner still there, where it was!
How can I fix this?
If you want my navbar code, just ask!

Hey, please, help me!
Reply With Quote
  #2  
Old 03-15-2007, 11:47 AM
Mr Pink's Avatar
Mr Pink Mr Pink is offline
 
Join Date: Oct 2006
Location: [Italy]
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey..
Reply With Quote
  #3  
Old 03-16-2007, 11:16 AM
CyberAlien's Avatar
CyberAlien CyberAlien is offline
 
Join Date: Mar 2002
Posts: 438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Make that table on right side a float.

If it is already floating, then remove clear:both or clear:right from next table and put it in table below it. If there isn't a table below it then at the end of navbar template add <div style="clear:both;"></div>
Reply With Quote
  #4  
Old 03-16-2007, 11:18 AM
nexialys
Guest
 
Posts: n/a
Default

Quote:
Originally Posted by Mr Pink View Post
Hey..
hey what, you think we will do everything you need just because you require it?

your template is corrupted by the element you added... that's it.
Reply With Quote
  #5  
Old 03-16-2007, 11:49 AM
Triky's Avatar
Triky Triky is offline
 
Join Date: Mar 2007
Location: [Italy]
Posts: 728
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by CyberAlien View Post
Make that table on right side a float.

If it is already floating, then remove clear:both or clear:right from next table and put it in table below it. If there isn't a table below it then at the end of navbar template add <div style="clear:both;"></div>
I have understand nothing. O_0
This is my navbar code (the intrested part):

HTML Code:
<!-- / breadcrumb -->
 
<!-- Member Navigator - Home Control Panel -->
<table style="margin-top:5px;" class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="40%" align="right">
<tr>
 <td class="tcat" colspan="3" align="center">
  <a style="float:$stylevar[left]" href="#top" onclick="return toggle_collapse('memberhome_panel')"><img id="collapseimg_memberhome_panel" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_memberhome_panel].gif" alt="Open/Hide Member Panel" border="0" /></a>
 {$bbuserinfo['username']}'s Personal Navigator
 </td>
</tr>
<tbody id="collapseobj_memberhome_panel" style="$vbcollapse[collapseobj_memberhome_panel]">
 <tr>
<td>

<if condition="$show['member']">
<!-- Start Personal Navigator Content Code -->
<table border="1" align="right" height="100px" width="100px" background="newvbstyle/misc/avatarhomebg.gif">
<tr>
   <td style="width:100%; text-align:center; margin: 0 auto;">
<!-- User Avatar -->
 
<img src="image.php?u={$bbuserinfo[userid]}" alt="Your Avatar" border="0" />
    
<!-- / User Avatar -->
 
   </td>
</tr>   
</table>
 
<p style="font-size:10px; font-weight: bold;">
Hi, {$bbuserinfo['username']}! This is your Personal $vboptions[bbtitle]'s Navigator!
</p>

  </if>
</td> 
</tr>
</tbody>
</table> 
<!-- / Member Navigator - Home Control Panel -->
 
         

<!-- Quick Links Menu -->
<if condition="$show['member']">
<div id="quicklinksmenu">
<ul>
<li>
Quick Links..
</li>
</if>
</if>
</ul>
<br style="clear: both;" />
<!-- / Quick Links Menu -->
 
<!-- Forum Banner -->
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
 <td align="$stylevar[left]"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle] - Go to the Home" /></a></td>
 <td align="$stylevar[right]">
  &nbsp;
 </td>
</tr>
</table>
<!-- / Forum Banner --> 
<br />
 

<if condition="$show['forumdesc']">
Please, CyberAlien, let me know what changes you will do. Maybe using the code BBCode, and then put them in red.
However, thank for your reply!
Reply With Quote
  #6  
Old 03-17-2007, 06:49 AM
CyberAlien's Avatar
CyberAlien CyberAlien is offline
 
Join Date: Mar 2002
Posts: 438
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to read up css documents on "float" and "clear"
Reply With Quote
  #7  
Old 03-19-2007, 04:24 PM
Triky's Avatar
Triky Triky is offline
 
Join Date: Mar 2007
Location: [Italy]
Posts: 728
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have read them here: http://www.w3schools.com/css/pr_class_clear.asp, http://www.w3schools.com/css/pr_class_float.asp. But I still don't understand where I need to put them! I've try to put the clear and the float propriety everywhere, but nothing is changed!
Reply With Quote
  #8  
Old 03-28-2007, 11:01 AM
Triky's Avatar
Triky Triky is offline
 
Join Date: Mar 2007
Location: [Italy]
Posts: 728
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey, please, help me with this issue. I need it really, for going on with my work!
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 08: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.03821 seconds
  • Memory Usage 2,240KB
  • 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
  • (1)bbcode_html
  • (2)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
  • (7)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete