Re: [css-d] background image issues

2008-03-01 Thread Gunlaug Sørtun
Lisa Wilcox wrote: > http://www.webgirlwebdesigns.com/testing/LehutaSiadak/index.html > > And when you view it, the background doesn't fall down behind the > content. Add... #content {overflow: hidden;} * html #content {overflow: visible; height: 1%;} ...in that order, to make that container

Re: [css-d] background image issues

2008-03-01 Thread Usamah M. Ali
On Sun, Mar 2, 2008 at 7:49 AM, Lisa Wilcox <[EMAIL PROTECTED]> wrote: > Hi have this site > http://www.webgirlwebdesigns.com/testing/LehutaSiadak/index.html > > And when you view it, the background doesn't fall down behind the content. > > If anyone has any suggestions, I would appreciate it. >

[css-d] background image issues

2008-03-01 Thread Lisa Wilcox
Hi have this site http://www.webgirlwebdesigns.com/testing/LehutaSiadak/index.html And when you view it, the background doesn't fall down behind the content. If anyone has any suggestions, I would appreciate it. Thank you, Lisa _

Re: [css-d] newbie

2008-03-01 Thread Tamara
Many thanks, Jack, have added this one to my bookmarks. -- Tam ---Original Message--- Greetings both. I recommend the tutorials over at HTMLDog.com . Helped me brush up on CSS way back when I was getting into table-less designs. -Jack Timmons ___

Re: [css-d] how to center this suckerfish?..

2008-03-01 Thread Parag Jagdale
While Geoffry is correct in suggesting the white-space:nowrap; trick, it is probably not what you want. I believe that if you use it the words may get cut off on the right and not be shown. Try it to see what that looks like :). What you want to do is make sure the width of your a and li tags is

Re: [css-d] how to center this suckerfish?..

2008-03-01 Thread Jim Davis
Julie, The ul will need a width in order to be centered in your 100% wide #nav. For example #nav { width: 100%; ... ... } #nav ul { width: 80%; margin: 0 auto; ... ... } Jim On Sat, Mar 1, 2008 at 1:48 PM, Julie Bessette <[EMAIL PROTECTED]> wrote: > Hi everyone, > > I'm wondering if anyone ca

Re: [css-d] how to center this suckerfish?..

2008-03-01 Thread Geoffrey Hoffman
CSS centering is usually done by declaring... margin-left:auto; margin-right:auto; ...though there may be other ways given your situation. For not wrapping something, try white-space:nowrap; HTH, Geoff On Sat, Mar 1, 2008 at 2:48 PM, Julie Bessette <[EMAIL PROTECTED]> wrote: > Hi everyone,

Re: [css-d] newbie

2008-03-01 Thread Jack Timmons
Greetings both. I recommend the tutorials over at HTMLDog.com . Helped me brush up on CSS way back when I was getting into table-less designs. -Jack Timmons On Sat, Mar 1, 2008 at 4:10 PM, Hakan K <[EMAIL PROTECTED]> wrote: > Tam, > > Welcome to this listing group...

Re: [css-d] newbie

2008-03-01 Thread Tamara
Hi Hakan, Well, I've been trying to learn what I can by looking at the code, I've spent some time on the CSS Zen Garden, which is a great site. But I downloaded Style Master, http://www.westciv.com/style_master/index.html and have been going through their tutorial, which is quite helpful. I need t

Re: [css-d] newbie

2008-03-01 Thread Hakan K
Tam, Welcome to this listing group... Do you use any tutorial ? Hakan http://dominor.com On Sat, Mar 1, 2008 at 4:54 PM, Tamara <[EMAIL PROTECTED]> wrote: > Hi, my name's Tamara (Tam for short), and I'm new here...and new to css.. > well, aside from the simple stuff you can do in

[css-d] newbie

2008-03-01 Thread Tamara
Hi, my name's Tamara (Tam for short), and I'm new here...and new to css.. well, aside from the simple stuff you can do in Dreamweaver, that is. I look forward to learning a lot from this group, it was recommended to me by Dawn. -- Tam

[css-d] how to center this suckerfish?..

2008-03-01 Thread Julie Bessette
Hi everyone, I'm wondering if anyone can throw me a bone - I'm a css-newbie, and I've spent an embarrassing amount of time trying to center this menu... I know I'm probably missing something obvious... http://www.studiolumineux.com/menusample.htm If I could stop the top-level menu items from wra