RE: [WSG] How to centre a group of floated images

2004-01-06 Thread Michael Kear
hop building model warships (see http://modelwarship.com - another conversion project coming up!) THANK YOU!! Cheers Mike Kear -Original Message- From: russ weakley [mailto:[EMAIL PROTECTED] Sent: Wednesday, 7 January 2004 3:18 PM To: Web Standards Group Subject: Re: [WSG] How to centre a gro

Re: [WSG] How to centre a group of floated images

2004-01-06 Thread russ weakley
Michael, Looking good. Forgive the long rave here... 1. There are still validation issues with your page. There are XHTML breaks instead of HTML breaks. So, should be , and the same for metadata - remove the end backslash, as this is causing items below to show up as invalid. http://validator.w3

RE: [WSG] How to centre a group of floated images

2004-01-06 Thread Chris Blown
Maybe try putting all four div's on one line, this has worked for me in IE on various occasions. ChrisB > I've done what you suggest and it's looking much better. I don't > understand why in IE6 the bars at the top don't touch, while they do in NN7 > and Opera7. > *

Re: [WSG] How to centre a group of floated images

2004-01-06 Thread James Ellis
Michael - Looks like a case of the mystery white space, where IE adds about 4 pixels of whitespace to a div. I've had the same problem. When is a pixel not a pixel? When you see it in IE Why don't you add the strip bg images to the red bg image and have one div instead of three? HTH James

RE: [WSG] How to centre a group of floated images

2004-01-06 Thread Michael Kear
e Kear -Original Message- From: russ weakley [mailto:[EMAIL PROTECTED] Sent: Wednesday, 7 January 2004 8:54 AM To: Web Standards Group Subject: Re: [WSG] How to centre a group of floated images Mike, Thanks for the wrap on floatutorial. :) The layout you have done has a number of errors inc

Re: [WSG] How to centre a group of floated images

2004-01-06 Thread russ weakley
Mike, Thanks for the wrap on floatutorial. :) The layout you have done has a number of errors including missing alt tags and background images applied to the element. I used to do these myself before I saw the light. Now CSS can do it for you more easily. This layout is very simple, so why not

[WSG] How to centre a group of floated images

2004-01-06 Thread Michael Kear
I've made a small photo gallery for the fun of it, to experiment a little with the lessons in Russ's excellent Floatorial Tutorial. (and if you haven't already checked it out, you should - it's at http://css.maxdesign.com.au/floatutorial/index.htm Anyway, I'm having trouble figuring out how to c