In a inflow page which scales nicely in a browser, how can a minimum amount of scaling be specified?
I ask because there is a point when the amount of width reduction just makes the layout look a mess.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Richard
(Richard)
August 30, 2014, 10:03am
2
Easy, apply a max width to the page/container.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Use min-width
David Owen { Freeway Friendly Web hosting and Domains }
http://www.ineedwebhosting.co.uk | http://www.PrintlineAdvertising.co.uk
On 29 Aug 2014, at 11:38, Iain Mackenzie email@hidden wrote:
how can a minimum amount of scaling be specified?
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Interesting that one says use minimum and the other says use maximum!
Thanks guys.
I’ll give them a try.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
Interesting that one says use minimum and the other says use maximum!
2 answers to 2 questions
How to limit the width of scaling
Answer 1 - to limit scaling up use max-width
Answer 2 - to limit scaling down use min-width
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
waltd
(Walter Davis)
August 30, 2014, 3:28pm
6
And you can apply both, although I think you’ll need to use the Extended interface for one of them. It’s perfectly appropriate in CSS to set something to have both a minimum and maximum width.
Walter
On Aug 30, 2014, at 10:41 AM, DeltaDave wrote:
Interesting that one says use minimum and the other says use maximum!
2 answers to 2 questions
How to limit the width of scaling
Answer 1 - to limit scaling up use max-width
Answer 2 - to limit scaling down use min-width
D
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
That’s great guys, that worked perfectly. Thanks.
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options