[WSG] 3px Space problems

2005-09-22 Thread Taco Fleur - Pacific Fox
Title: Message I have a problem on my pages where there is a space between the navigation and the image, there is like a 3 pixels space, but only when I view it in anything else but Internet Explorer. http://www.pacificfox.com.au The homepage validates. Anyone any ideas on this, also

Re: [WSG] 3px Space problems

2005-09-22 Thread Bert Doorn
G'day I have a problem on my pages where there is a space between the navigation and the image, there is like a 3 pixels space, but only when I view it in anything else but Internet Explorer. http://www.pacificfox.com.au Add this to your style sheet: img { vertical-align:top; }(Or just

Re: [WSG] 3px Space problems

2005-09-22 Thread Joseph R. B. Taylor
I have had this same problem - fortunately it's easy to fix. As an alternative you can do this: img src=yourImage.jpg style=display:block; /. If you image is sitting inline - add a float:left; to keep it inline. Works like a charm. Bert Doorn wrote: G'day I have a problem on my pages where

RE: [WSG] 3px Space problems

2005-09-22 Thread Taco Fleur - Pacific Fox
Add this to your style sheet: img { vertical-align:top; } (Or just for images in a certain section) That seemed to work, weird, I had vertical-align:top; on the images itself. Incidentally, you might want to have a look at the site with images disabled. Or load it over a dial-up

RE: [WSG] 3px Space problems

2005-09-22 Thread Taco Fleur - Pacific Fox
Doorn Sent: Thursday, 22 September 2005 11:40 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] 3px Space problems G'day I have a problem on my pages where there is a space between the navigation and the image, there is like a 3 pixels space, but only when I view it in anything else