vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Any way to remove this space :mentalblock: (https://vborg.vbsupport.ru/showthread.php?t=124179)

Ntfu2 08-17-2006 02:47 AM

Any way to remove this space :mentalblock:
 
1 Attachment(s)
I'm working on a nice CSS side navigation and am encountering this one small problem before i release it.

I have this huge space where the navigation would show up, see screen shot.

CSS code below
HTML Code:


.buttonscontainer {
width: 100px;
position: relative;
left: -125px;
top: -10px;
 }

.buttons a {color: #000000;
background-color: #FFFFFF;
padding: 2px;
padding-left: 3px;
display: block;
font: 13px Arial, sans-serif;
font-weight: bold;
text-decoration: none;
text-align: left;}

.buttons a:hover {background-color: #FF0000;
color: #000000;
text-decoration: none;}

and HTML to start
HTML Code:

<div class="buttonscontainer">
<div class="buttons">
<a href="/">Home</a>
<a href="/forums/search.php">Search</a>

</div>
</div>


Freesteyelz 08-17-2006 03:14 AM

I need to see how you're actually implementing the code (which template and how). My first impression would be to use "float:left;" but that may not work if you're wrapping the <div> tags with a <td> tag. If it's the other way around then the left nav will act independently from the rest of the forum; probably what you're trying to achieve.

*The use of "position:relative;" is within the container of the entire site unless you isolate it to its own container.

Ntfu2 08-17-2006 03:19 AM

I've placed the html code at the end of the navbar template on a default 3.6

ill try float:left thats what i was going to try, but for some retarded reason i did position: float when i tried it :lol:


All times are GMT. The time now is 11:42 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.00954 seconds
  • Memory Usage 1,711KB
  • 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_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (3)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