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

Get Help With All Aspects of Web Design & Design Software

Moderators: Moderator, Global Moderator

Post Reply
Josh
Hero Member
Hero Member
Posts: 4627
Joined: Fri Jun 04, 2004 2:54 pm

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

Post 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:\' />
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Josh
Hero Member
Hero Member
Posts: 4627
Joined: Fri Jun 04, 2004 2:54 pm

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

Post by Josh »

*bumps*
[align=center]

Image

“If you stop learning, you stop living.” ~Tami Quiring

“It's the rare man who understands the value of a single perfect rose.”

[/align]
Scott
Administrator
Administrator
Posts: 1651
Joined: Sun Apr 25, 2004 1:08 pm

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

Post 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.
Scott
Administrator
Administrator
Posts: 1651
Joined: Sun Apr 25, 2004 1:08 pm

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

Post 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.
Last edited by Scott on Sun Aug 28, 2005 12:39 pm, edited 1 time in total.
Post Reply

Return to “Web Design Principles”