- This topic is empty.
-
AuthorPosts
-
August 19, 2011 at 9:51 am #33974
farzadina
ParticipantVery simple, change your browser size in this blog (CSS-trick), then you see the object change their position and make a ordered page. It’s so good, but I like more simple that this. Test this one in Yahoo.com, that’s simple and I want like that.
I want a trick, that make my blog dynamic, that change the object position and restrain blog from horizontal scaling.
August 19, 2011 at 10:10 am #85239chrisburton
ParticipantYahoo? I don’t see media queries happening there.
August 19, 2011 at 10:31 am #85241farzadina
ParticipantAugust 19, 2011 at 10:34 am #85242chrisburton
ParticipantPost a link to your site, please.
August 19, 2011 at 10:38 am #85244farzadina
ParticipantRemember you can’t read the texts, because they are not EN.
August 19, 2011 at 10:52 am #85245Johnnyb
MemberHey farzadina, both your site and yahoo’s have a fixed width and no media queries, and so once the browser is shrunk passed a certain point there is going to be horizontal scrolling. If you shrink yahoo’s site down further then you’ll see the horizontal scrollbar appear. The way around this is to either create a responsive layout which uses media queries to change the width of your wrapper based on window size, or a flexible layout which uses percentages for your widths.
August 19, 2011 at 11:04 am #85247furrball1383
MemberHey, @Johnnyb, I was just wondering if there are any tutorials and such for building a responsive layout with media queries that you already know of. It would definitely be something I’d like to learn. In the mean time I shall do some searching myself.
August 19, 2011 at 11:12 am #85250farzadina
ParticipantAs “furrball1383” said, how I can make a responsive or flexible layout?
My blog page have horizontal scrollbar in 1024*768 screen resolution. Can one of that layout fix this problem?August 19, 2011 at 11:14 am #85251chrisburton
ParticipantWell, that is because you’re page wrap is set at 1100px
August 19, 2011 at 11:18 am #85253farzadina
Participant@ChristopherBurton: Yes, I set wrapper width 1100px. Was that make this problem? and if yes, how I can fix that without changing the theme look?
August 19, 2011 at 11:22 am #85254chrisburton
ParticipantMost use 960px but you will not rid yourself of the horizontal scrollbar. @JohnnyB has a fair suggestion.
August 19, 2011 at 11:36 am #85256farzadina
ParticipantI don’t want to have a 960px width wrapper. I think @JohnnyB idea can keep my blog look without changing the width to 960px. But I couldn’t understand his purpose from using those layouts. Please explain more.
How can I keep my blog’s theme look and have a correct view in common resolutions?August 19, 2011 at 11:51 am #85255chrisburton
ParticipantCommon to those who actually view your blog (hint)? What is the statistics show on resolutions viewing your site?
August 19, 2011 at 1:01 pm #85261farzadina
ParticipantAs my blog’s statistics say, +32% of my viewers have 1024*768 resolution screen, +10% have 1280*800 and +40% have other screen resolution.
That told me I should have a true look in 1024*768 and that’s so important for me.August 19, 2011 at 1:04 pm #85262TheDoc
MemberRight, so if the majority of users use 1024, then you should have a wrapper that is less than 1000px (to save room for scrollbar, browser plugins, etc.).
-
AuthorPosts
- The forum ‘Other’ is closed to new topics and replies.