[css-d] Finishing details

2008-06-07 Thread Kim Brooks Wei
Hi People,

I'm converting an older layout and have been doing OK, but I broke a 
couple of things. Anything I posted earlier, I managed to solve but I 
could use some help to fix these issues.

In this interim layout the lnav and announce boxes look as they're supposed to:
http://njlada.com/sandbox

In the new layout at http://njlada.com and links which spring off from there:

lnav is broken in places - the nav links are abbreviated [for 
example, see http://njlada.com/c/contact.php]

announce has no beige shading and is too wide.

I also want the btmnav containing box to extend the entire width of 
my #contentwrap. Is there an easy way to do this?

Thanks, be well,
Kimi

-- 
This email sent by
Kimi Wei
http://thewei.com
201-475-1854
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Finishing details

2008-06-07 Thread David Laakso
Kim Brooks Wei wrote:
 lnav is broken in places - the nav links are abbreviated [for 
 example, see http://njlada.com/c/contact.php]


 I also want the btmnav containing box to extend the entire width of 
 my #contentwrap. Is there an easy way to do this?


 Kimi

   


As of this writing, the software does not seem to be fing your style sheet.

-- 
http://chelseacreekstudio.com/

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


Re: [css-d] Finishing details

2008-06-07 Thread David Laakso
Kim Brooks Wei wrote:
 Hi People,


 In this interim layout the lnav and announce boxes look as they're supposed 
 to:
 http://njlada.com/sandbox

 In the new layout at http://njlada.com and links which spring off from there:

 lnav is broken in places - the nav links are abbreviated [for 
 example, see http://njlada.com/c/contact.php]

 announce has no beige shading and is too wide.

 I also want the btmnav containing box to extend the entire width of 
 my #contentwrap. Is there an easy way to do this?

 Thanks, be well,
 Kimi

   



Hi, yourself...

Either you fixed the vertical navigation thing, or I just did not see 
the issue.


Extending the bottom nav to the full width reveals some basic structural 
layout flaws:

Temporarily, comment out this background-image so you can see what is 
going on:
body { /*background: #315993 url(beigenst.gif);*/}

And:
#wrapper { border-top: 1px solid fuchsia;}
#footer { border-top: 1px solid fuchsia;}
#contentwrap {
/*padding: 1.2em 1em 0;delete*/
padding: 1.2em 0;/*add*/}
#content {
/*width: 80%;delete*/
/*margin: 0;padding: 0;delete*/
width:580px /*add*/;}
#lnav .box {
/*margin: 0 0 1em 0;delete*/
margin-left: 15px/*add*/;}
#lnav {
/*margin: .5em 0 0 0;padding: 0;delete*/
margin:.5em 0 0 16px/*add*/;}
For IE/6:
* html #content {margin-right: 0;}  

Cursory checked local in IE/6  7; and Mac FF/Opera

Getting short page shift on this end. If that is an issue for your 
client, Google, subject line: page shift.









-- 
http://chelseacreekstudio.com/

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