vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 Design and Graphics Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=253)
-   -   Got a problem (https://vborg.vbsupport.ru/showthread.php?t=295101)

Gophers 02-13-2013 09:53 PM

Got a problem
 
1 Attachment(s)
I got a problem with something on my forum. There seem to be a werid looking line or something at the far left of my footer. Some grey type line or something werid looking. here is my CSS footer.

.footer {
clear: both;
margin-top: 12px;
text-align: right;
display: block;
background: none repeat scroll 0% 0% rgb(17, 17, 17);
padding: 5px 29px;
border: 0px none;
font: 13px Tahoma,Calibri,Verdana,Geneva,sans-serif;
}

ForceHSS 02-13-2013 10:52 PM

Link to site

Amaury 02-13-2013 10:58 PM

Quote:

Originally Posted by ForceHSS (Post 2404111)
Link to site

It's in his signature.

Gophers 02-13-2013 11:14 PM

NO that not the site here is the site.
http://big10sportsnation.com/forum/forum.php

Zachery 02-14-2013 01:40 AM

Your entire footer area looks a bit fubar.

Two things, you've manually told this object that it needs to be at least this long.
Code:

<div style="width: 943px;" class="floatcontainer footer" id="footer">
and you've got a shadow on it, in your css

Code:

    box-shadow: -2px 2px 2px #FFFFFF;
on the footer (.footer) class in your css.

Gophers 02-14-2013 01:50 AM

Quote:

Originally Posted by Zachery (Post 2404133)
Your entire footer area looks a bit fubar.

Two things, you've manually told this object that it needs to be at least this long.
Code:

<div style="width: 943px;" class="floatcontainer footer" id="footer">
and you've got a shadow on it, in your css

Code:

    box-shadow: -2px 2px 2px #FFFFFF;
on the footer (.footer) class in your css.

Thank you sure. i got it all fixed now. i was wondering why it was like that, but it is fixed.

--------------- Added [DATE]1360813070[/DATE] at [TIME]1360813070[/TIME] ---------------

1 more thing and it bugging me, rather then start a new thread. What the easy way to have a br at the top of the page and at the bottom of the page. Meaning, i like to have the bottom, meaning below the body have a <br> break and one at the very top. Hoping i make it easy to understand.

ForceHSS 02-14-2013 02:38 AM

Still going over to far on the right

Gophers 02-14-2013 07:41 PM

Quote:

Originally Posted by ForceHSS (Post 2404153)
Still going over to far on the right

I see what you mean, Anyway to fixed that. it look good in Firefox, but in IE, it like what you said. Is there a fixed or something that will work with both IE and Firefox.

LifesGreatestGift 02-15-2013 06:45 PM

not really sure what you are trying to accomplish as the style is somewhat mediocre. but for starters

.below_body class needs the background to be changed to

Code:

url("http://big10sportsnation.com/forum/images/misc/footer.png") repeat-x scroll left bottom rgb(0, 51, 128)
as before its "no-repeat scroll left bottom"

the .body_wrapper class should probably be

Code:

width: 1100px;
margin: 0 auto;

and this code in the footer

Code:

<div class="body_wrapper2">

<div style="width: 943px;" class="floatcontainer footer" id="footer">

should probably be closer to

Code:

<div class="body_wrapper2">

<div style="width: 1042px;" class="floatcontainer footer" id="footer">

Thats probably the best you are going to get without redesigning the style....

:\

ForceHSS 02-15-2013 08:09 PM

Quote:

Originally Posted by Gophers (Post 2404304)
I see what you mean, Anyway to fixed that. it look good in Firefox, but in IE, it like what you said. Is there a fixed or something that will work with both IE and Firefox.

It seems to be like that the whole way up on the right but on the left side seems ok. So you would need to fix the full right side not just the footer


All times are GMT. The time now is 04:19 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.00996 seconds
  • Memory Usage 1,738KB
  • 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
  • (8)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete