----- Original Message ----- 
From: "Chris Lee" <[EMAIL PROTECTED]>
To: <css-d@lists.css-discuss.org>
Sent: Monday, July 04, 2005 11:50 PM
Subject: [css-d] help... footer problem


I can't understand why my footer isn't the whole width in i.e. i was
thinking it might be the box model problem.
so i used tantek's famous box model hack.

its just not showing up right in IE (godamnit!)
Also, in firefox, the border doesn't go all the way to the bottom.

Webpage: http://www.chrisjlee.net/project/v5/
CSS: http://www.chrisjlee.net/project/v5/files/css/global.css

hoping someone could help.

Thanks in advance.

-- 
ยป Chris
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

 div#footer {
 clear: both;
 border-top: 1px dotted #cccccc;
 height: 50px;
 padding-left: 10px;
 overflow: hidden;
 background: #ccc url(../img/footer_bg.gif) no-repeat bottom right;
 color: #000000;

 width: 550px;
<-------- you have a fixed width set here

that may be the prob should be 100%

 voice-family: "\"}\""; voice-family:inherit; /* Box model hack*/
 width: 100%;
 font-family: 'Trebuchet MS', Arial, Helvetica;
 }

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to