Today's Posts Follow Us On Twitter! TFL Members on Twitter  
Forum search: Advanced Search  
Navigation
Marketplace
  Members Login:
Lost password?
  Forum Statistics:
Forum Members: 24,254
Total Threads: 80,792
Total Posts: 566,472
There are 2042 users currently browsing (tf).
 
  Our Partners:
 
  TalkFreelance     Design and Development     HTML/XHTML/DHTML/CSS :

XHTML/CSS Help Needed!

Thread title: XHTML/CSS Help Needed!
Closed Thread    
    Thread tools Search this thread Display Modes  
04-11-2007, 04:36 AM
#1
Randy is offline Randy
Status: Sin Binner
Join date: Jan 2007
Location:
Expertise:
Software:
 
Posts: 1,121
iTrader: 13 / 100%
 

Randy is on a distinguished road

Send a message via MSN to Randy

  Old  XHTML/CSS Help Needed!

Ok, so I created a deisgn for my portfolio, tried to trade services to get it coded nobody wanted to, so i'm trying to code it myself. Its going good, but I ran into a problem with the footer.

Live Preview:
http://www.desifolio.com/help/

CSS Link:
http://www.desifolio.com/help/base.css

Problem: Footer image overlaps text, and does not go to bottom of page.

Notice: I will also be adding a copyright line above the footer image.

Thanks in advance.

Sincerly,
Randy

04-11-2007, 06:29 AM
#2
Julian is offline Julian
Status: Simply to simplify
Join date: Apr 2005
Location: Foxton, Manawatu, New Zealand
Expertise:
Software:
 
Posts: 5,572
iTrader: 0 / 0%
 

Julian is on a distinguished road

  Old

Get rid of:
Code:
position: absolute;
right: 0px;
From #footer.

That'll fix it. Position absolute is placing the footer at the bottom of the browser window, regardless of the sites content.

04-11-2007, 10:04 AM
#3
daz is offline daz
Status: I love this place
Join date: Jun 2005
Location: UK
Expertise:
Software:
 
Posts: 562
iTrader: 5 / 100%
 

daz is on a distinguished road

Send a message via MSN to daz

  Old

Instead of using left: 0px, right: 0px etc.. on every element put in your body

Code:
body {
     margin: 0; padding: 0;
}
Or you could replace body with *, however you might get some problems.

04-11-2007, 03:36 PM
#4
Randy is offline Randy
Status: Sin Binner
Join date: Jan 2007
Location:
Expertise:
Software:
 
Posts: 1,121
iTrader: 13 / 100%
 

Randy is on a distinguished road

Send a message via MSN to Randy

  Old

Originally Posted by Julian View Post
Get rid of:
Code:
position: absolute;
right: 0px;
From #footer.

That'll fix it. Position absolute is placing the footer at the bottom of the browser window, regardless of the sites content.
that worked, thanks man. but now i got the problem as a it doesnt go all the way to the edge of the browser. i tried "margin-left: 0px" and "padding-left: 0px" nothing.

04-11-2007, 05:54 PM
#5
Steven Fergus is offline Steven Fergus
Status: Hey, I'm Steven
Join date: Feb 2007
Location:
Expertise:
Software:
 
Posts: 1,212
iTrader: 3 / 100%
 

Steven Fergus is on a distinguished road

  Old

Originally Posted by OzoneBlog View Post
that worked, thanks man. but now i got the problem as a it doesnt go all the way to the edge of the browser. i tried "margin-left: 0px" and "padding-left: 0px" nothing.
What do you mean bt "all the way to the edge of the browser"? Do you want it to stretch 100%? Be a fluid layout?

04-11-2007, 06:05 PM
#6
Randy is offline Randy
Status: Sin Binner
Join date: Jan 2007
Location:
Expertise:
Software:
 
Posts: 1,121
iTrader: 13 / 100%
 

Randy is on a distinguished road

Send a message via MSN to Randy

  Old

yes, i want it 100% of the browser.

04-11-2007, 07:15 PM
#7
Joe is offline Joe
Status: Custom User Title
Join date: Apr 2005
Location:
Expertise:
Software:
 
Posts: 2,297
iTrader: 0 / 0%
 

Joe is on a distinguished road

  Old

What do you want stretched exactly? I can't see a footer on my browser..?

04-13-2007, 05:47 AM
#8
Julian is offline Julian
Status: Simply to simplify
Join date: Apr 2005
Location: Foxton, Manawatu, New Zealand
Expertise:
Software:
 
Posts: 5,572
iTrader: 0 / 0%
 

Julian is on a distinguished road

  Old

I think you need to explain your requirements better, then we may be able to assist you

Closed Thread    


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

  Posting Rules  
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump:
 
  Contains New Posts Forum Contains New Posts   Contains No New Posts Forum Contains No New Posts   A Closed Forum Forum is Closed