RE: [WSG] First table-free site - part 2

2004-06-20 Thread Iain Gardiner
Hi Mary, I would suggest wrapping the two paragraphs in a division and floating it right. So something like: div id=content h2BABTAC - br British Association of Beauty Therapy and Cosmetology/h2 div id=descr p8pp A5 membership application brochure. /p

Re: [WSG] First table-free site

2004-06-11 Thread t94xr.net.nz webmaster
I'm new to this list and this is my first post. I'm trying to produce my first table-free website - tables have been my very dear friends in the past! Yes, leaving tables behind gratefuly comes with the knowledge that you've reached a level of CSS knowledge and skill to achieve that. I did

Re: [WSG] First table-free site

2004-06-11 Thread Nick Gleitzman
On Saturday, June 12, 2004, at 01:08 AM, Mary Wright wrote: - there seems to be an extra 5px padding above and to the left of the image in the banner div - Hi Mary Looks to me like there's an extra 5px all round the banner img - could it be the padding: 5px declared for the div#banner that's

RE: [WSG] First table-free site

2004-06-11 Thread Iain Gardiner
Hi Mary, Welcome to the group! I've had a look at the site and CSS (nice-looking by the way) and although I am pretty poor at analysing other people's problems, I think it might come down to theis rule: #sidebar-a { float: left; width: 100px; \width: 110px; /* Try removing this line */ w\idth:

RE: [WSG] First table-free site

2004-06-11 Thread Mike Pepper
Mary, Firstly, welcome and well done for getting on with table-less design. Like the nutty electric zebras :o) You challenge is to do with padding on the image container. Simply set that to 0 -- #banner { padding: 0; margin-bottom: 5px; } (Incidentally, you don't need to specify what is zero.

Re: [WSG] First table-free site

2004-06-11 Thread Nick Gleitzman
On Saturday, June 12, 2004, at 01:58 AM, Iain Gardiner wrote: I've had a look at the site and CSS (nice-looking by the way) and although I am pretty poor at analysing other people's problems, I think it might come down to theis rule: #sidebar-a { float: left; width: 100px; \width: 110px; /*

Re: [WSG] First table-free site

2004-06-11 Thread Nick Gleitzman
On Saturday, June 12, 2004, at 01:08 AM, Mary Wright wrote: - there seems to be an extra 5px padding above and to the left of the image in the banner div - Mary - forgot to mention: the overall width of div#container in Safari 1.0.2 is 730px, but you've declared it at 710px - so the extra

Re: [WSG] First table-free site

2004-06-11 Thread Mary Wright
Wow! I'm overwhelmed - many thanks to all who responded - my page is looking good now. Just another 30 or so to do...! On 11 Jun 2004, at 17:07, Mike Pepper wrote: Mary, Firstly, welcome and well done for getting on with table-less design. Like the nutty electric zebras :o) You challenge is

Re: [WSG] First table-free site

2004-06-11 Thread David Jones
Mary Wright wrote: You know, I wondered if it was something to do with the box model hack thingy - I'm just not nearly confident enough yet in my CSS skills (or lack of them) to know what I can safely leave out. Thanks, Mary How do I unsubscribe from this list? I'm getting swathes of

Re: [WSG] First table-free site

2004-06-11 Thread Jonathan Morton
You can actually avoid the box model hack completely by specifying width/height on outer elements (container divs) and specifying padding/margins on inner elements (h1, p, ul, etc.) Mary Wright wrote: You know, I wondered if it was something to do with the box model hack thingy - I'm just

RE: [WSG] First table-free site

2004-06-11 Thread Mike Pepper
www.seowebsitepromotion.com www.gawds.org -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of David Jones Sent: 11 June 2004 17:54 To: [EMAIL PROTECTED] Subject: Re: [WSG] First table-free site Mary Wright wrote: You know, I wondered if it was something to do with the box