Re: [css-d] Font size on Blackberry PRIV

2017-03-09 Thread Karl DeSaulniers
Browsers already set a px size on their own, usually 16px = 1em/100%/1rem but 
can be set by the user. Setting the body to 100% or 1em or 1rem is basically 
setting the body to the users default size. Then any % or em or rem 
measurements on elements will build off of this. So a div that is in the body 
with 2em font size will actually be a 32px font and if a paragraph inside that 
div has 2em font it will actually be a 64px font size. Hope that makes sense. :)

GL!

Best,
Karl

Sent from losPhone

> On Mar 9, 2017, at 6:29 AM, Karl DeSaulniers  wrote:
> 
> Hi Tim,
> You might want to try setting your body to 100% or 1em; or 1rem; and see what 
> happens.
> Season to taste.
> 
> Best,
> 
> Karl DeSaulniers
> Design Drumm
> http://designdrumm.com
> 
> 
> 
> 
>> On Mar 9, 2017, at 5:16 AM, Tim Dawson  wrote:
>> 
>> My web site at http://new.gigaplusargyll.co.uk displays OK on most screen 
>> sizes (it's not perfect yet), but a colleague who has a Blackberry PRIV 
>> (late 2016 model) reports that the text size is far too large.
>> 
>> This is perhaps surprising for an Android phone (but I've seen it for 
>> myself), and I'm wondering if anyone has seen this and managed to find a way 
>> of setting the font size to fix it?
>> 
>> My standard method for text sizing is to use 'small' for the body, and then 
>> percentages for everything. Normally this works, but not in this case.
>> 
>> Regards,
>> 
>> Tim Dawson
>> -- 
>> Tim Dawson
>> Maolbhuidhe
>> Fionnphort
>> Isle of Mull  PA66 6BP
>> 
>> 01681 700718
>> __
>> css-discuss [css-d@lists.css-discuss.org]
>> http://www.css-discuss.org/mailman/listinfo/css-d
>> List wiki/FAQ -- http://css-discuss.incutio.com/
>> List policies -- http://css-discuss.org/policies.html
>> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
> 
> __
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] help with image opacity (?)

2017-03-09 Thread Sara Haradhvala
It looks to me like it’s transparency in the .png itself - nothing to do with 
the CSS.


> On Mar 9, 2017, at 1:54 PM, Angela French  wrote:
> 
> Hello,
> I have a .png graphic that is white and gold on a transparent background.  It 
> is set over divs with a blue and a black background color.  I cannot figure 
> out what is
> "dulling down" the .png logo.  It looks like an opacity issue, but there is 
> no opacity set on it.
> 
> Here is the page:  http://www.dev.sbctc.edu/default-test-new-logo.aspx .  It 
> is the 50th anniversary logo in the upper left hand corner of the page.
> 
> Here is the html:
>  src="/_resources-for-tests/images/anniversary-logo.png"> width="175" 
> 
> 
> Here is the css:
> 
> .greyHeaderLeft {
>width:44%;
>float:left;
>display:block;
> 
>}
>.greyHeaderLeft img {
>float:left;
>margin: 0;
>}
> 
> 
> Thank you for any advice.
> 
> Angela French
> Internet/Intranet Specialist
> Washington State Board for Community and Technical Colleges
> 360-704-4316
> afre...@sbctc.edu
> www.sbctc.edu
> 
> __
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] help with image opacity (?)

2017-03-09 Thread Tom Livingston
On Thu, Mar 9, 2017 at 1:54 PM, Angela French  wrote:

> Hello,
> I have a .png graphic that is white and gold on a transparent background.
> It is set over divs with a blue and a black background color.  I cannot
> figure out what is
> "dulling down" the .png logo.  It looks like an opacity issue, but there
> is no opacity set on it.
>
>

After downloading the image and opening it in PhotoShop, the png itself is
translucent.



-- 

Tom Livingston | Senior Front End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | medialogic.com


#663399
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

[css-d] help with image opacity (?)

2017-03-09 Thread Angela French
Hello,
I have a .png graphic that is white and gold on a transparent background.  It 
is set over divs with a blue and a black background color.  I cannot figure out 
what is
"dulling down" the .png logo.  It looks like an opacity issue, but there is no 
opacity set on it.

Here is the page:  http://www.dev.sbctc.edu/default-test-new-logo.aspx .  It is 
the 50th anniversary logo in the upper left hand corner of the page.

Here is the html:



Here is the css:

.greyHeaderLeft {
width:44%;
float:left;
display:block;

}
.greyHeaderLeft img {
float:left;
margin: 0;
}


Thank you for any advice.

Angela French
Internet/Intranet Specialist
Washington State Board for Community and Technical Colleges
360-704-4316
afre...@sbctc.edu
www.sbctc.edu

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] Font size on Blackberry PRIV

2017-03-09 Thread Tim Dawson

Hello Karl,

Thanks for the suggestions. I've already tried setting as a pixel size, which 
didn't make any
difference on the Blackberry, so I'll just continue through the other options.

Tim

On 09/03/2017 12:29, Karl DeSaulniers wrote:

Hi Tim, You might want to try setting your body to 100% or 1em; or 1rem; and 
see what happens.
Season to taste.

Best,

Karl DeSaulniers Design Drumm http://designdrumm.com





On Mar 9, 2017, at 5:16 AM, Tim Dawson  wrote:

My web site at http://new.gigaplusargyll.co.uk displays OK on most screen sizes 
(it's not
perfect yet), but a colleague who has a Blackberry PRIV (late 2016 model) 
reports that the text
size is far too large.

This is perhaps surprising for an Android phone (but I've seen it for myself), 
and I'm
wondering if anyone has seen this and managed to find a way of setting the font 
size to fix
it?

My standard method for text sizing is to use 'small' for the body, and then 
percentages for
everything. Normally this works, but not in this case.

Regards,

Tim Dawson -- Tim Dawson Maolbhuidhe Fionnphort Isle of Mull  PA66 6BP

01681 700718 
__ 
css-discuss
[css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d 
List wiki/FAQ
-- http://css-discuss.incutio.com/ List policies -- 
http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


__ 
css-discuss
[css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d 
List wiki/FAQ --
http://css-discuss.incutio.com/ List policies -- 
http://css-discuss.org/policies.html Supported
by evolt.org -- http://www.evolt.org/help_support_evolt/



--
Tim Dawson
Maolbhuidhe
Fionnphort
Isle of Mull  PA66 6BP

01681 700718
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] Font size on Blackberry PRIV

2017-03-09 Thread Karl DeSaulniers
Hi Tim,
You might want to try setting your body to 100% or 1em; or 1rem; and see what 
happens.
Season to taste.

Best,

Karl DeSaulniers
Design Drumm
http://designdrumm.com




> On Mar 9, 2017, at 5:16 AM, Tim Dawson  wrote:
> 
> My web site at http://new.gigaplusargyll.co.uk displays OK on most screen 
> sizes (it's not perfect yet), but a colleague who has a Blackberry PRIV (late 
> 2016 model) reports that the text size is far too large.
> 
> This is perhaps surprising for an Android phone (but I've seen it for 
> myself), and I'm wondering if anyone has seen this and managed to find a way 
> of setting the font size to fix it?
> 
> My standard method for text sizing is to use 'small' for the body, and then 
> percentages for everything. Normally this works, but not in this case.
> 
> Regards,
> 
> Tim Dawson
> -- 
> Tim Dawson
> Maolbhuidhe
> Fionnphort
> Isle of Mull  PA66 6BP
> 
> 01681 700718
> __
> css-discuss [css-d@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

[css-d] Font size on Blackberry PRIV

2017-03-09 Thread Tim Dawson
My web site at http://new.gigaplusargyll.co.uk displays OK on most screen sizes (it's not perfect 
yet), but a colleague who has a Blackberry PRIV (late 2016 model) reports that the text size is far 
too large.


This is perhaps surprising for an Android phone (but I've seen it for myself), and I'm wondering if 
anyone has seen this and managed to find a way of setting the font size to fix it?


My standard method for text sizing is to use 'small' for the body, and then percentages for 
everything. Normally this works, but not in this case.


Regards,

Tim Dawson
--
Tim Dawson
Maolbhuidhe
Fionnphort
Isle of Mull  PA66 6BP

01681 700718
__
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/