CSS Help
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsWeb DesignCSS Help

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old August 30th, 2003, 12:53 AM
DaveMC DaveMC is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: Fort Worth, TX
Posts: 2 DaveMC User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Question CSS positioning help...

I'm trying to learn using <div> and CSS for positioning instead of tables.

The only problem I'm running into so far is this. I'm trying to add a footer to the page and trying to position it at the bottom, but it's coming up in the middle of (or more exact, behind) my other div's.

You can see the site here --> follow me

And here's the excerpt from my CSS file that has to do with all the positioning...
Code:
/* All the content boxes belong to the content class. */
.container {
    position: relative;
    width: 750px;
    align: center;
}

.logocontainer {
    margin: 30px 0px 25px 0px;
    padding: 10px;
    border-top: 3px solid #cc0000;
    border-bottom: 3px solid #cc0000;
}

.content {
    position: absolute;
    width: 400px;
    top: 140px;
    left: 160px;
    right: 300px;
    border: 1px solid #cc0000;
}

#navleft {
    position: absolute;
    width: 140px;
    top: 140px;
    left: 0px;
    border: 0px solid #cc0000;
    z-index: 2;
}

#navright {
    position: absolute;
    width: 170px;
    top: 140px;
    right: 0px;
    z-index: 1;
}

#footer {
    clear: both;
}


Can anyone give me any suggestions as to what's wrong with the footer ID?

TIA...

Reply With Quote
  #2  
Old August 30th, 2003, 01:40 AM
magma's Avatar
magma magma is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Apr 2003
Location: Italy, EU
Posts: 517 magma User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 11 h 45 m 8 sec
Reputation Power: 6
I was going to tell you to set the position as for the other boxes... but you've already done it!
__________________
Cheers, Dave

Reply With Quote
  #3  
Old August 30th, 2003, 02:09 AM
DaveMC DaveMC is offline
Junior Member
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Aug 2003
Location: Fort Worth, TX
Posts: 2 DaveMC User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
It's been done in a bs-manner...

Temporarily... but it's not going to expand as the other div's expand.... i've still got to find the real solution to the problem...

Reply With Quote
Reply

Viewing: Dev Shed ForumsWeb DesignCSS Help > CSS positioning help...


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

IBM developerWorks




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway