Re: [WSG] Hover issue

2004-02-16 Thread LC 55
Hi Michael...thanks very much for your help with the CSS in my draft. You can now view it @ http://lc55.co.uk/test/index.html with the CSS @ http://lc55.co.uk/test/l.css I am humbled by your knowledge and extremely grateful to find a friend like yourself on the WSG. Kindest regards, JG PS I cha

Re: [WSG] Hover issue

2004-02-16 Thread Michael Donnermeyer
Should be commented to show anything major done: <> MD On Feb 16, 2004, at 07:08, LC 55 wrote: Michael, Peter and Lucian appreciate the feedback. I'm still on a steep learning curve. Firstly Michael, I was under the illusion if you tried to use the W3C CSS validator with a ".html" extensi

Re: [WSG] Hover issue

2004-02-16 Thread Michael Donnermeyer
It's not validating the html, but the CSS file based off the link contained within the HTML file...just like a browser would see the file. The only problem in there per the validator was the margin-bottom issue. After that's fixed, and everything's cleaned, it shouldn't have a problem validat

Re: [WSG] Hover issue

2004-02-16 Thread LC 55
Pardon my ignorance please. I tried the CSS validator using http://lc55.co.uk/test/index.html and got this result... http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Flc55.co.uk%2Ftest%2Findex.html&warning=1&profile=css2&usermedium=all Thanks for pointing this out Michael. (a very r

Re: [WSG] Hover issue

2004-02-16 Thread LC 55
Michael, Peter and Lucian appreciate the feedback. I'm still on a steep learning curve. Firstly Michael, I was under the illusion if you tried to use the W3C CSS validator with a ".html" extension, you wouldn't have a hope of getting it to validate, as surely it is a ".css" only validator? Ther

Re: [WSG] Hover issue

2004-02-16 Thread Michael Donnermeyer
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Flc55.co.uk%2Ftest%2Findex.html Here's the issue in your #container: margin-bottom: 0 auto; You can't have two values here. Correct ones would be:: margin-bottom: 0ormargin-bottom: auto Were you trying this maybe::mar

RE: [WSG] Hover issue

2004-02-16 Thread Peter Firminger
-- > From: LC 55 [mailto:[EMAIL PROTECTED] > Sent: Monday, February 16, 2004 8:09 PM > To: [EMAIL PROTECTED] > Subject: Re: [WSG] Hover issue > > > Thanks Lucian for the feedback. > I am puzzled re: you writing, "The CSS doesn't validate". > W3C validator was

Re: [WSG] Hover issue

2004-02-16 Thread LC 55
Thanks Lucian for the feedback. I am puzzled re: you writing, "The CSS doesn't validate". W3C validator was used and, the uri below validates it as CSS2. Hope the W3C were not just being kind to me! http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Flc55.co.uk%2Ftest%2Fd.css&warning=1

Re: [WSG] Hover issue

2004-02-16 Thread Lucian Teo
Looks great on IE / Mac, Safari and Firefox / Mac. CSS doesn't yet validate though. :) Lucian On Feb 16, 2004, at 4:01 PM, LC 55 wrote: Hi all... Anyone care to check - http://lc55.co.uk/test/index.html please. I have a problem in IE 6 re: background image. The image at bottom right moves slig

[WSG] Hover issue

2004-02-16 Thread LC 55
Hi all... Anyone care to check - http://lc55.co.uk/test/index.html please. I have a problem in IE 6 re: background image. The image at bottom right moves slightly down the page when hovering over footer links. Does the same problem exist across other browsers? Or are you finding any other proble