Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
3answers
363 views

What browser screenwidth should I design for to support Mac OS?

Most statistics out there for browser stats show you the resolution of the screen. Thats fine for Windows where browsers typically open full screen and most people leave it as that. So if the browser ...
1
vote
1answer
762 views

responsive web deisgn : “How to resize a background image according to browser window size using CSS”?

I am creating a site where my all products images will be re-size according to browser window size so i wrote some media queries where i used one big image and re-sized it in different window size but ...
0
votes
1answer
60 views

How to prevent image that extends beyond the browser window setting the width of the page?

I have a long image that is currently serving as a navigation system for a site in development. You can see it here. This navigation system will eventually be split into smaller sections, but I ...
0
votes
1answer
243 views

100% Height and Width, CSS and Dynamic Content

I've looked around and haven't found QUITE what I'm looking for yet, so hopefully this question hasn't already been answered somewhere else! Anyways, the layout in question can be found HERE. What I ...
0
votes
7answers
3k views

A way to determine browser width in PHP without javascript?

First off is there one? Or would I have to use javascript? I'd like to be able to make changes to which CSS is used, so frex I could load smaller fonts for a mobile device, or whatever.