Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Grrrr why is my footer so far down ?? position ??????
Old 02-09-2012, 12:06 PM Grrrr why is my footer so far down ?? position ??????
tonya's Avatar
Ultra Talker

Posts: 485
Location: world traveller based in UK
Trades: 0
Positioning of these elements is killing me !!!

I changed an absolute on my content id to relative to try & fix the issue with footer now it floats down there & I cant get it to simply sit under my #container2 tag

please help

here is a link to the page !! http://www.bitsmail.co.uk/saco/layout-test.html

here is the page with an absolute that works but does not allow the content area to change size !! http://www.bitsmail.co.uk/saco/default.htm

here is all the CSS
Quote:
body {font-family:Arial, Helvetica, sans-serif;
font-size: 85%;
background: #FBFBF9;
margin: 0;
padding: 0;
color:#333;
;
z-index: 2;
background-image:url(../Graphics/Layouts/Layout11/Layout11_r4_c1_s1.png);
background-position:center;
background-repeat:repeat-y;
}
/*this is header container with header & links bar centered*/
#container1{ width:920px; background: #FFF; position:relative;
margin: 0 auto; padding:0px }
#header { height:118px; margin-top:0px; padding:0px;
background-image:url(../Graphics/Layouts/Layout11/Layout11_r1_c2_s1.png);
background-repeat:no-repeat;}
#linksbar { height:40px;
background-image:url(../Graphics/Layouts/Layout11/Layout11_r2_c2_s1.png);
background-repeat:no-repeat;
border-top:thin #050 solid;
padding:0px;}
/* this is middle section will contain all content boxes */
#container2 {width:920px;
position:relative;
top: -250px;
margin: 0 auto;
padding:0px;
z-index:5;}
#content {
position: relative;
z-index: 6;
left: 0px;
width:920px;
color:#F00;
}

#content-title {
float:left;
z-index: 7;
margin-left:10px;
margin-bottom:2px;
top: 0px;
width:570px;}

#content-left {
border:#D2D9D9 1.5px solid;
float:left;
z-index: 7;
margin-left:10px;
margin-top:-10px;
width:670px;
background-color:#FFF;
opacity: 0.85;
filter: progidXImageTransform.Microsoft.Alpha(opacity=50 );
}
#content-right {
border:#D2D9D9 1.5px solid;
float:left;
z-index: 7;
margin-left:10px;
margin-top:-10px;
width:180px;
background-color:#FFF;
opacity: 0.90;
filter: progidXImageTransform.Microsoft.Alpha(opacity=50 );
}
__________________
Tonya

::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
tonya is offline
Reply With Quote
View Public Profile Visit tonya's homepage!
 
 
Register now for full access!
Old 02-09-2012, 01:21 PM Re: Grrrr why is my footer so far down ?? position ??????
tonya's Avatar
Ultra Talker

Posts: 485
Location: world traveller based in UK
Trades: 0
Am having serious positioning problems now

If you change the size of the screen res then everything sits wrong namely its the above problem that needs sorting out !!!
__________________
Tonya

::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
tonya is offline
Reply With Quote
View Public Profile Visit tonya's homepage!
 
Old 02-09-2012, 04:44 PM Re: Grrrr why is my footer so far down ?? position ??????
vultren's Avatar
Webmaster Talker

Posts: 583
Name: Tony
Location: Seattle Washington
Trades: 1
I'll try and say this as nice as possible, but you are having quite a large amount of basic CSS positioning errors. I would highly suggest looking at W3C schools or take a class on how to use CSS. We can help you with a few things here on the forum, but we can't code an entire site for you.
__________________

Please login or register to view this content. Registration is FREE

I am here to give advice as well as learn.

Please login or register to view this content. Registration is FREE
.
vultren is online now
Reply With Quote
View Public Profile
 
Old 02-09-2012, 05:06 PM Re: Grrrr why is my footer so far down ?? position ??????
tonya's Avatar
Ultra Talker

Posts: 485
Location: world traveller based in UK
Trades: 0
LOL - thanks 4 the advice - I went back to basics & got it all straightened out then placed the changes into my old code - think its sorted now

I was trying to cut corners & do things I have not done for awhile

normally I would create one main wrapper & have everything laid out inside it - the problem was the scrolling jscript wouldnt work inside so I ended up splitting it all up - it felt as messy as it ended up looking but think its straightened out now
__________________
Tonya

::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
tonya is offline
Reply With Quote
View Public Profile Visit tonya's homepage!
 
Old 02-09-2012, 05:40 PM Re: Grrrr why is my footer so far down ?? position ??????
Novice Talker

Posts: 5
Trades: 0
Quote:
Originally Posted by vultren View Post
We can help you with a few things here on the forum, but we can't code an entire site for you.
Speak for yourself and not the community, it takes all of a few seconds to help someone solve basic errors and I have no problem doing it all day if it means getting another designer out into the world and making a profit. The more the merrier. Also, I'm sure you've noticed that most online "courses" only explain the basics, even if they call it "intermediate" or "expert" level courses ("cough" W3C schools "cough"). Also I'm pretty sure their CSS3 and CSS courses don't cover compatibility with a scrolling display script.

Last edited by Ipuntit; 02-09-2012 at 05:42 PM..
Ipuntit is offline
Reply With Quote
View Public Profile
 
Old 02-09-2012, 05:57 PM Re: Grrrr why is my footer so far down ?? position ??????
tonya's Avatar
Ultra Talker

Posts: 485
Location: world traveller based in UK
Trades: 0
Ipundit - well thank you - I must confess was feeling disheartened with having to start all over again when I do feel I have a basic / intermediate knowledge already

but clearly had made a few mistakes & yes was sort of hoping someone would not just post a link to where to read up but actually point out what I was doing wrong.

As it turns out in absence of a response I dis start from scratch & while not perfect it does appear to work better now.

It still doesnt stick to the bottom of the screen when you alter the res on screen in the browser but it does work a lot better & now allows me to enter different amounts of content

feel free to help in future though
__________________
Tonya

::
Please login or register to view this content. Registration is FREE
::
Please login or register to view this content. Registration is FREE
tonya is offline
Reply With Quote
View Public Profile Visit tonya's homepage!
 
Old 02-09-2012, 06:01 PM Re: Grrrr why is my footer so far down ?? position ??????
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Read at the links in this post
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to Grrrr why is my footer so far down ?? position ??????
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.94973 seconds with 12 queries