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
Moderators: Moderator, Global Moderator
Oh CSS Gods, please bless me with some help! :D :P
[align=center]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]
Oh CSS Gods, please bless me with some help! :D :P
*bumps*
[align=center]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]

“If you stop learning, you stop living.” ~Tami Quiring
“It's the rare man who understands the value of a single perfect rose.”
[/align]
Oh CSS Gods, please bless me with some help! :D :P
Always pick the tricky ones <img src=\'http://www.killanet.net/forum3/public/s ... >/blum.gif\' class=\'bbc_emoticon\' alt=\':P\' />
Work in progress.
Work in progress.
Oh CSS Gods, please bless me with some help! :D :P
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.
[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.
Last edited by Scott on Sun Aug 28, 2005 12:39 pm, edited 1 time in total.

