Page 1 of 1

Oh CSS Gods, please bless me with some help! :D :P

Posted: Tue Aug 23, 2005 6:56 pm
by Josh
Hey,
Can someone take a look at [url=\"http://www.killablogs.com/dren\"][u]this link[/u][/url] and tell me what the heck is wrong with my css to make it so the holder id won\'t have borders all the way down the page? <img src=\'http://www.killanet.net/forum3/public/s ... Debate.gif\' class=\'bbc_emoticon\' alt=\'(debate)\' /> It works in IE (Imagine that!) but not in firefox/mozilla.

Thanks in advanced,
-Dren <img src=\'http://www.killanet.net/forum3/public/s ... ictory.gif\' class=\'bbc_emoticon\' alt=\':victory:\' />

Oh CSS Gods, please bless me with some help! :D :P

Posted: Sat Aug 27, 2005 2:23 pm
by Josh
*bumps*

Oh CSS Gods, please bless me with some help! :D :P

Posted: Sat Aug 27, 2005 10:06 pm
by Scott
Always pick the tricky ones <img src=\'http://www.killanet.net/forum3/public/s ... >/blum.gif\' class=\'bbc_emoticon\' alt=\':P\' />

Work in progress.

Oh CSS Gods, please bless me with some help! :D :P

Posted: Sun Aug 28, 2005 12:39 pm
by Scott
Bleh for late night cssing.

[html]#holder {
border-right: 3px solid #839FB8;
border-left: 3px solid #839FB8;
width: 780px;
text-align: center;
margin-right: auto;
margin-left: auto;
}
.content_left {
float: left;
width: 152px;
text-align: left;
padding-left: 3px;
padding-top: 10px;
padding-right: 20px;
}
.content_middle {
width: 577px;
text-align: left;
overflow: hidden;
margin: 0;
padding-left: 3px;
padding-right: 20px;
padding-top: 10px;
}[/html]

Should do the trick.