Administration wrote: > http://www.highburytearooms.com.au/ > http://www.highburytearooms.com.au/highbury.css > > Site page renders fine in both FF 1.5 and IE 6 > > Experiencing problems with Opera 9.0.1 where the page font is smaller > than in the other browsers. > > Keno. > > Keno,
I did not see the image border problem that you mentioned in xp :: ie7, ff, or opera. And I do not know what you mean about the background color for the text you wrote about. You do need a background-color for the page, see: <http://www.chelseacreekstudio.com/ca/cssd/images/temp.jpg>. To bump the font size for Opera only, use the appropriate selector(s) with this filter at the very bottom of the style sheet: @media screen and (min-width: 0px){ #foo { font-size: whatever%!important; } } /*be even nicer to opera */ Regards, ~dL -- http://chelseacreekstudio.com/ ______________________________________________________________________ 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/
