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 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, Opera etc.

This is a float issue. IE 6 doesn't seem to line up floats correctly
when one goes right and the other goes left. I think you would be
better off making the wrapper holding the arrows position:relative;
and making the arrows position:absolute, then you can have pixel
precision without the issues of floats. It *should* work fine
cross-browser.

> Also: 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

This looks like the IE 3px float bug, but I can't help you much more than that.

--
--
Christian Montoya
christianmontoya.com ... rdpdesign.com ... cssliquid.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to