On 5/15/07, Christopher Blake <[EMAIL PROTECTED]> wrote: > > Hi all, > > I have heard a few things that got me worried so tested my website > again; > > http://browsershots.org/screenshots/db0fbcf0a48e237c3613e529d81432d1/ > > This is something that has only started to happen recently and I > can't think of what changes might have caused this. > > http://www.3pointdesign.com/index.html > http://www.3pointdesign.com/styles/one.css > > I am limited to the testing I can do: > > Safari 2.0.4 > Firefox mozilla 1.5.0.9 > Webkit (safari) > Netscape 7.2 > Opera 9.20 > Internet explorer 5.2 > > all mac browsers. > > As you can see my problem is with Internet Explorer. Are there any > mac users that no a way that i can test on I.e without having to wait > 2 hrs for browser shots to take pics before I see whether my changes > have worked? I do not have an intel mac yet so cannot use parallel > and I am not interested in a pc emulator. > > Thank you in advance for any help.
just from a quick glance it looks like your #rightcontainer is having the margin-right doubled pushing things down. try to add display: inline; to fix an IE double margin float bug. i always try that first and see if it is the problem hope it solves your issue Jeff : ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/
