I'm working on putting together a liquid style-sheet and it works wonderful. One thing that I've noticed is that my browser window in Chrome won't resize below 400px it just gets stuck there and in FF as I scale down it it just stops at around 400px and then pops a horizontal scroll bar.

When I open the site on my phone it looks perfect at around 320px, so I know it does scale lower than 400px.

I was curious if anyone knew if this was a browser/desktop thing or if I should be looking at something other than my CSS. I don't have any min-width declarations so i'm not sure what could be causing this.

Again on desktop it scales down to a min-width of about 400px and stops, but when I open it up on my phone it scales to the size of the phone screen which is roughly 320px... curious why at the very least it won't scale down to the 320px on desktop.

-edit- Also I'm not sure if this matters but Opera allows it to scale down to pretty much nothing... So it works with Opera and not in Chrome or FF... any ideas?

link|improve this question

80% accept rate
I think I have experienced similar behavior in general from desktop browsers. (on mobile now; can't verify) – Andrew Barber Dec 30 '11 at 16:59
Do you have some code or a link to an example? – robertc Dec 30 '11 at 16:59
I remember that Chrome used to be collapsible to a tiny brick. So this is something that was purposefully introduced. On current Chrome I see that window will only get as small as top row of icons. Hiding home button or extension icons lets me get it a bit smaller. – mrtsherman Dec 30 '11 at 17:00
7  
This is going to be something specific about your css and markup. Without anything to review, there is no question. Shooting guesses in the dark is not really a useful approach. In that case, you'll need to debug on your own. – Jared Farrish Dec 30 '11 at 17:10
1  
Yeah, I'm pretty sure that is just the browser window's own literal minimum width, just like most any program has a minimum width it allows itself to be resized to. My Chrome appears to not be able to resize any smaller than a 250px viewport. – jblasco Jan 8 at 3:59
show 8 more comments
feedback

3 Answers

up vote 0 down vote accepted

this may be because of the addons you installed on your browser. remove or hide all addon icons from the tool bar and try re size. when there are addons browser only resize the address bar and keeps the addons visible.

link|improve this answer
Any addon/extension which, from the chrome, caused the viewport to scroll should be removed and shunned posthaste. :p Note, the few I have in Firefox do nothing of the sort (weather, Firebug, Xmarks). – Jared Farrish Dec 30 '11 at 18:41
when there are addons, browser only resize to the address bar size and keeps the addons visible. hope you understand this. this is not a side effect of addons. but when there are addons installed browser cannot resize to the minimum value. because of the addon icons next to the address bar. – Chamika Sandamal Dec 30 '11 at 18:58
So where does the horizontal scroll bar come from? Maybe some addons may try to prevent the chrome width from resizing below a certain width, but I haven't actually seen this in practice (although it could, I suppose). That doesn't explain the "horizontal scrollbar" though, which suggests the chrome is shrinking, but the page content is wider than 400px. – Jared Farrish Dec 30 '11 at 19:03
this was actually the reason why the window wasn't resizing... – Brodie Jan 9 at 14:31
feedback

in chrome the icons of your addons in the top right corner cause the problem

-> resize the adress-bar (where you type the urls) to maximum width (drag the bar at the right edge to the right)

or disable the icons

link|improve this answer
feedback

A lot of smart phones scale the page to fit into their screen size using zooming. Your minimum page width is probably 400px. Without any example code, I think that's all that can be said.

link|improve this answer
Original question has nothing to do with code. the question is asking about the resize of the actual browser – Luke Apr 1 at 10:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.