Administration wrote:
> ~davidLaakso wrote:
>   
>> 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
>>     
>
> Hi David,
>
> Thanks for your help . 
>
> Hopefully I have the background problem sorted ...
>
> Only in Opera 9.0.1, I am getting what looks like a 1px border
> on the top and both sides of the "header_all.jpg" image.
>
> I have:  img { border:  0;}
>
> I am still not sure of how to set up the filter that you sent, to overcome 
> the font size problem .....
>
>  it's effecting all font sizes on the page (footer and the business hours 
> text).
>
> Thanks,
>
> Keno
>
>   
You have resolved the background-color problem in Opera.

I still do not see the border issue in xp opera/9.01 (that does not mean 
that it does not exist on your end).

Try this in your css file:  img {border: none;}
(and re-inforce it in the opera hack as below)

Re-set the opera filter for the font-problem (and border issue) to:
@media screen and (min-width: 0px){
img { border: none!important; }
h4 { font-size: 90%!important; }
} /*be even nicer to opera */

If this does not resolve the opera problem(s), start a new thread with 
the subject line: "opera/9.01 issues."
State the specific issue(s) and the operating system that you are 
running when you experience them in opera 9.01.

HTH
~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/

Reply via email to