Re: [css-d] One more and it's done!

2006-06-07 Thread Dave Pierce
Dino delicately described: Comment out width in #navbar ul: #navbar ul { margin: 0; /* width: 720px; */ float:left; background: #ffeab8 url(../images/mainNavBg.gif) repeat-x; list-style: none; padding:0} Dave Pierce asked: Is there a way to . expand the nav bar as needed, or at least

Re: [css-d] One more and it's done!

2006-06-07 Thread Dave Pierce
My apologies to cj and Dino! I was doing the work on GoLive, and previewing it with GL's live preview. On that, the menu was vertical. I tried it on Fireworks, et al, and it all worked. Thank you to all who answered this. GL has some MAJOR issues with it's CSS previewing. Another bug it has is

Re: [css-d] One more and it's done!

2006-06-07 Thread david
Dave Pierce wrote: My apologies to cj and Dino! I was doing the work on GoLive, and previewing it with GL's live preview. Why are you relying on the renderings of ANYTHING EXCEPT REAL BROWSERS? Visitors don't use GoLive or Dreamweaver or FrontPage et al to visit web sites. It's very easy to

[css-d] One more and it's done!

2006-06-06 Thread Dave Pierce
Ok, so now I've got this wonderful page, with the nav bar they like...except...they don't like the extended bar on the right of the home button. That's where the buttons expand for enlarged text. Is there a way to make it go away and just expand the bar as needed, or at least let the home

Re: [css-d] One more and it's done!

2006-06-06 Thread cj
On 6/6/06, Dave Pierce [EMAIL PROTECTED] wrote: Ok, so now I've got this wonderful page [snip] what page? :) __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub --

Re: [css-d] One more and it's done!

2006-06-06 Thread Dave Pierce
Dang! I done it agin! Sorry, it's http://www.lorettosedgwick.org/ Dave On Jun 6, 2006, at 2:41 PM, cj wrote: On 6/6/06, Dave Pierce [EMAIL PROTECTED] wrote: Ok, so now I've got this wonderful page [snip] what page? :)

Re: [css-d] One more and it's done!

2006-06-06 Thread cj
Sorry, it's http://www.lorettosedgwick.org/ would there be any reason you can't delete the width? in firefox, at least, it removes the right side empty coloring. if you wanted it a little ways away from the right margin you could always give it a margin/padding-right. #navbar ul {

Re: [css-d] One more and it's done!

2006-06-06 Thread Tim Gossett
Ok, so now I've got this wonderful page, with the nav bar they like...except...they don't like the extended bar on the right of the home button. That's where the buttons expand for enlarged text. Is there a way to make it go away and just expand the bar as needed, or at least let the home

Re: [css-d] One more and it's done!

2006-06-06 Thread William R Ellis
ALso the home botton on the home page links to index2.html. index2.hml does not exist. -Will Ellis Dang! I done it agin! Sorry, it's http://www.lorettosedgwick.org/ Dave __ css-discuss [EMAIL PROTECTED]

Re: [css-d] One more and it's done!

2006-06-06 Thread it
Dave Pierce asked: Is there a way to . expand the nav bar as needed, or at least let the home button expand to the right as the text sizes change? Comment out width in #navbar ul: #navbar ul { margin: 0; /* width: 720px; */ float:left; background: #ffeab8 url(../images/mainNavBg.gif)