Maxwell Balmain wrote:

> I have built several pages that use very similar designs to display 
> images. It all validates but I notice that in IE(Mac) that the 
> previous/next arrows under the picture bounce to the right hand side 
> causing the links that should be there to drop down to the bottom of 
> the page, thus ruining the layout. I am not sure if this is the same 
> situation with IE 6 on Windows? It all works in Safari/FF/Camino/ 
> Opera etc.

> http://www.balmainphotography.com/sandra2.html

Adding...

#uparrow {clear: left;  margin-bottom: -29px;}
...will fix the IE/Mac problem - and also line up those arrows if you
want that.

.v_wedphoto {display: inline;}
...will cure the 'margin-doubling on floats bug' in IE/win.

html {font-size: 100%;}
...will "kill" the 'em font-resizing bug'[1] in IE/win.

The rest is looking fine across browser-land.

regards
        Georg

[1]http://www.gunlaug.no/contents/wd_additions_13.html
-- 
http://www.gunlaug.no
______________________________________________________________________
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