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
Old 07-02-2008, 10:34 PM Column Help
Novice Talker

Posts: 5
Name: Eddie
Trades: 0
Hi, i was wondering if anyone can help me on css in the following site:
http://soldiersunited.site88.net
a full site with the left and right column would be: http://clanwebmasters.com/free-clan-...lue/index.html

On the site i mentioned above, i want to make the left column all the way to the left and right column all the way to the right but i need help with the css code. Please reply

This is the css code:
Code:
.hide {display:none;}
body {background: #000; color: #FFF; padding:0 0 3px 0; margin:0; font: 100 7pt "Verdana", sans-serif;}
#container {width:935px; position:absolute; left:50%; margin-left: -467px; padding:0;}
#content {width:887px; position:absolute; left:50%; margin-left: -443px; padding:0 0 10px 0; border-bottom: 2px solid #6c6c6c;}
h1{margin: 0; padding:25px 80px; height:95px; background: url(images/i1.png) top no-repeat; display:block; font-size: 7pt; font-weight:100;}
#links img {border:0; padding:0; margin:0;}
#links a {margin:0; padding:0;}
#threads {width:299px; float:left; height:107px; padding:30px 1px 0 6px; background: url(images/i9.png) top no-repeat;}
#matches {width:299px; float:left; height:107px; padding:30px 1px 0 2px; background: url(images/i10.png) top no-repeat;}
#updates {width:273px; float:left; height:107px; padding:30px 6px 0 0; background: url(images/i11.png) top no-repeat;}
#blocks ul {padding:0 0 0 25px; margin:0; background: url(images/i12.png) top repeat-y; list-style-image: url(images/bullet1.png);}
#blocks li {height: 14px; padding: 1px 5px 1px 0; margin:1px 0 0 0;}
#login {clear:both; display:block; border-left: 1px solid #6c6c6c; border-right: 1px solid #6c6c6c; margin: 10px 0; padding: 3px 15px;}
#login form {padding:0; margin:0;}
#login label {margin: 0 5px;}
#login input {font-size: 7pt; font-family:Verdana, Arial, Helvetica, sans-serif; border: 1px solid #a5acb2;}
#text {position:absolute; margin: -15px -430px 0 0; width:450px; right: 50%; text-align:right;}
#left {float:left; width: 218px; padding: 5px 0 0 0; background: #1e1e1e url(images/i13.png) top no-repeat; position:static; margin: 0 4px 0 1px;}
#right {float:left; width: 218px; padding: 5px 0 0 0; background: #1e1e1e url(images/i13.png) top no-repeat; position:static; margin: 0 1px 0 4px;}
#center {float:left; position:static; padding: 20px 30px; width: 377px; border-left: 1px solid #6c6c6c; border-right: 1px solid #6c6c6c;}
#center h2 {color: #1474a1; margin: 0 0 10px 0; font-size: 9pt;}
.block {padding: 0 1px; margin: 0 2px 20px 2px; background: url(images/i15.png) left repeat-x;}
.blockcontent {background: #000; margin:0; padding:0; border-left: 1px solid #1e1e1e; border-right: 1px solid #1e1e1e;}
.blockcontent h2 {background: url(images/i14.png) left no-repeat; margin:0; height: 16px; display:block; font-size: 7pt; font-weight:bold; padding: 8px 0 0 34px;}
.blockcontent h3 {background: url(images/i16.png) left no-repeat; margin:0; color: #484747; text-align:right; height: 18px; display:block; font-size: 7pt; font-weight:100; padding: 6px 15px 0 0;}
.blockcontent h2 small {font-size:7pt; font-weight:bold; color: #5c5c5c;}
.padd {padding: 5px 7px;}
h4 {display: block; height: 13px; background: url(images/i17.png) bottom no-repeat; padding:0; margin:0;}
a:link {
    color: #FFFFFF;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #FFFFFF;
}
a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
a:active {
    text-decoration: none;
    color: #FFFFFF;
}

Last edited by lagislabonita; 07-05-2008 at 01:24 AM..
lagislabonita is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-03-2008, 03:33 AM Re: I need css help
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,371
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
dump the position:absolute stuff use float:left and float:right

don't forget to set a width.
__________________
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!
 
Old 07-05-2008, 01:23 AM Re: I need css help
Novice Talker

Posts: 5
Name: Eddie
Trades: 0
so what would be the overall code? can someone provide please? btw, an example with the left and right column would be at http://clanwebmasters.com/free-clan-...lue/index.html . The site i mentioned above did not have the right column. Please reply with a full code because i don't know much about css. thanks
lagislabonita is offline
Reply With Quote
View Public Profile
 
Old 07-05-2008, 09:27 AM Re: I need css help
Junior Talker

Posts: 3
Name: Anthony Johnson
Trades: 0
Right if you want to make your template strecth to the full page then edit this line in your css

#container {width:935px; position:absolute; left:50%; margin-left: -467px; padding:0;}

Make the width wider... or it could be the next one down. Well i hope that helped. If not i cba doing it for you lol.
__________________

Please login or register to view this content. Registration is FREE
- The Smartest Dollar You Ever Spent!
lnkcheap is offline
Reply With Quote
View Public Profile
 
Old 07-05-2008, 03:15 PM Re: I need css help
Novice Talker

Posts: 5
Name: Eddie
Trades: 0
is there any way to just adjust the columns? not the whole template
lagislabonita is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to I need css help
 

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 0.46125 seconds with 12 queries