Miriam Battersby wrote: > I have just relaunched a makeover for this site. > http://www.cheekyjumpingcastles.com.au/
Try cleaning the source-code up a bit first, as some of those errors are really making it hard for any browser's error recovery... <http://validator.w3.org/check?uri=http://www.cheekyjumpingcastles.com.au/> ...and browsers are not supposed to need their recovery-magic at all on a page with that doctype. > There are three problems that I can't see round and maybe more that I > haven't found :-) 1. I can't get the current page to display its > link differently. I can't see an ID on the body for those 'current' styles. You'll have to add one and try again. > 2. In IE the nav buttons are cut off - see Firefox. IE6 is in quirks mode, so width and paddings are treated in accordance with the Microsoft quirks mode box model. Firefox is in standard compliant mode and use the W3C box model. Cure: don't use paddings on #nav, and adjust the width accordingly. Adjust width and margins on the <p> inside #nav, and add suitable padding-right on the links. > 3. In Firefox the interface animation drops down. I would like to > position it better in IE as well. Try adding... #interface {overflow: hidden;} ...which will make wonders in FF. > Any other comments gratefully accepted! You have triggered the 'em font-resizing bug' in IE/win... <http://www.gunlaug.no/contents/wd_additions_13.html> ...and the layout is generally not well prepared to take any degree of font-resizing in any browser. The layout is also breaking below window-width:860 or so, and could do with some adjustments in the header-part. regards Georg -- 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/