Re: [css-d] Problem with Firefox floating

2007-01-12 Thread David Van O
D]> To: "David Van O" <[EMAIL PROTECTED]> Cc: Sent: Saturday, January 13, 2007 12:45 AM Subject: Re: [css-d] Problem with Firefox floating > David Van O wrote: >> I've been using the book 'css mastery' to learn the floating method for >> flui

Re: [css-d] Problem with Firefox floating

2007-01-12 Thread Dave Goodchild
To validate the xhtml make these changes: 1. remove these attributes and move into css: body {margin:0;} 2. Place the links inside mainNav into an unordered list (not necessary to validate but semantically more useful and provides the ability to style the links inside later) 3. ...try not to

Re: [css-d] Problem with Firefox floating

2007-01-12 Thread ~davidLaakso
David Van O wrote: > I've been using the book 'css mastery' to learn the floating method for fluid > 3 column sites but cannot workout why this site works well in ie7 but not in > firefox. Not sure whether it's in my styles or otherwise. > RE: David, the page looks a lot better this morning t

Re: [css-d] Problem with Firefox floating

2007-01-11 Thread david
lt;[EMAIL PROTECTED]> > To: "David Van O" <[EMAIL PROTECTED]> > Cc: > Sent: Friday, January 12, 2007 11:34 AM > Subject: Re: [css-d] Problem with Firefox floating > > >> David Van O wrote: >>> My first post, so bear with me, please. >>&g

Re: [css-d] Problem with Firefox floating

2007-01-11 Thread David Van O
riday, January 12, 2007 11:34 AM Subject: Re: [css-d] Problem with Firefox floating > David Van O wrote: >> My first post, so bear with me, please. >> > Welcome, David. >> I've been using the book 'css mastery' to learn the floating method for >> fluid 3 c

Re: [css-d] Problem with Firefox floating

2007-01-11 Thread ~davidLaakso
David Van O wrote: > My first post, so bear with me, please. > Welcome, David. > I've been using the book 'css mastery' to learn the floating method for fluid > 3 column sites but cannot workout why this site works well in ie7 but not in > firefox. Not sure whether it's in my styles or otherwi

[css-d] Problem with Firefox floating

2007-01-11 Thread David Van O
Hey there all. My first post, so bear with me, please. I'm changing the look of my fathers website as it was created totally in a WYSYWIG. I have been coding in html, using tables and the like for a year, using css only to enhance the look. Then I find out that css is the way to go for setout