Re: [css-d] Opera ASA giving away license codes (1 day only!)

2005-08-30 Thread Phil Gohr

it won't give u the registration code if your using a browser other
than Opera. just in case you tried it like me and all you got were
blank boxes.

yeah I feel kinda foolish :-D

hmmm i used IE6 and had no prob getting the registration code.
__
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/


Re: [css-d] help... footer problem

2005-07-05 Thread Phil Gohr

- 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 #cc;
 height: 50px;
 padding-left: 10px;
 overflow: hidden;
 background: #ccc url(../img/footer_bg.gif) no-repeat bottom right;
 color: #00;

 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/