[css-d] Gallery arrows out of position in IE Windows

2006-03-04 Thread Maxwell Balmain
Hi All, I am still quite new at this. I finally caved in and purchased a Windows XP system so that I actually see designs in IE6 on Windows ( I use Mac OS X). I now notice a few things with one of the sites I have been working on: http://www.rubybluestudio.com If you go to the gallery

Re: [css-d] Gallery arrows out of position in IE Windows

2006-03-04 Thread ~davidLaakso
Maxwell Balmain wrote: I now notice a few things with one of the sites I have been working on: http://www.rubybluestudio.com If you go to the gallery section in IE and move through the paintings the navigation arrows don't line up correctly under the paintings as they do in FF, Safari,

Re: [css-d] Gallery arrows out of position in IE Windows

2006-03-04 Thread Christian Montoya
On 3/4/06, Maxwell Balmain [EMAIL PROTECTED] wrote: Hi All, I am still quite new at this. I finally caved in and purchased a Windows XP system so that I actually see designs in IE6 on Windows ( I use Mac OS X). So sorry that you have to spend money just to test IE 6 :( I now notice a few

Re: [css-d] Gallery arrows out of position in IE Windows

2006-03-04 Thread Felix Miata
On 06/03/04 14:02 Maxwell Balmain apparently typed:` I am still quite new at this. I finally caved in and purchased a Windows XP system so that I actually see designs in IE6 on Windows ( I use Mac OS X). ... I now notice a few things with one of the sites I have been working on:

Re: [css-d] Gallery arrows out of position in IE Windows

2006-03-04 Thread Maxwell Balmain
Thanks to all that chimed in with some good suggestions and interesting reading lists. I will change all of my text size properties to ems and experiment from there. I will also try swapping in a absolute positioning scheme instead of the floats I have now for the gallery pages navigation

Re: [css-d] Gallery arrows out of position in IE Windows

2006-03-04 Thread francky
Maxwell Balmain wrote: [...] the right hand quote brakes out of the container box in IE6 on the gallery intro page at http://www.rubybluestudio.com/gallery_intro.html [...] Hi Maxwell, #column2 { margin-left: 30px; } can be: #column2 { margin-left: 25px; } to get that o.k. for IE