Click here to Skip to main content
15,890,512 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created a website, http://www.bicd.info[^]. When I open it on any browser in my laptop, its ok.

But on big display or mobile, it shows little bit different. How can I solve this problem?

Tnx
Posted
Updated 24-Sep-13 10:03am
v3
Comments
[no name] 24-Sep-13 8:22am    
Probably by going and researching "CSS".

The layout engines of different browsers are different. This can be frustrating, but this is a fact of life. You will have to leave with that and take into account in your design. Please see my past answer: webpages layout change when running in different browsers.[^].

—SA
 
Share this answer
 
Comments
Abhinav S 24-Sep-13 13:45pm    
5.
Sergey Alexandrovich Kryukov 24-Sep-13 14:36pm    
Thank you, Abhinav.
—SA
Maciej Los 24-Sep-13 16:05pm    
Agree with Abhinav ;)
Sergey Alexandrovich Kryukov 24-Sep-13 16:51pm    
Thank you, Maciej.
—SA
pasztorpisti 28-Sep-13 18:01pm    
+5, I've just cleared my filter to see all questions but I quickly restore it to avoid topics like this... Ugly client side web development problems (with wiki pages???) left unresolved for more than a decade??? :-)
Nothing much you can do about it but redesign your application differently for the phone.
That is something you will have to fix yourself.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 24-Sep-13 14:37pm    
I have to agree, a 5. I only what to emphasize that such redesign can actually cover wide range of different devices and sizes, it the concept of fluid or liquid design is embraced.
—SA
Abhinav S 24-Sep-13 22:41pm    
Thank you SA.
Maciej Los 24-Sep-13 16:06pm    
Agree with Sergey ;)
Abhinav S 24-Sep-13 22:42pm    
Thank you.
Most modern browsers render the same design when coded properly with CSS . If you are using an old browser eg. IE<8 or something like that , then you might face that kind of problem.
I am not sure of Modern Browsers showing that kind of variation ..
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 24-Sep-13 14:38pm    
No, they do show a lot of variation. The design approach should not try to make rendering identical, but it should take differences into account. Please see my answer. (I did not vote.)
—SA
Abhinav Gauniyal 24-Sep-13 14:52pm    
Well yes they do show variations but only if a particular feature ( eg. some CSS3 ) property isnt fully supported i guess. But while noticing OP's website , i didnt found anything that might show variations. And if he is asking about different devices like some other hand-held devices , then there will be variations due to screen size.

Or i am missing something here?
Sergey Alexandrovich Kryukov 24-Sep-13 16:58pm    
You are basically right, only 1) some subtle variations can be visible only if you closely examine two rendered images side by side, 2) none of the Web sites can stay intact forever; new updates even to the OP's site can make variations more visible. That's why it is important to take into account the differences between layout engines from the perspectives of some primary goals, and those goals should not include 100% match in all details; at the time being, this is just not realistic. The goals should be: present good context, clear readability and good navigation, and perhaps, unique recognizable look (it does not mean decorations and excess complexity, it means thorough design, nice unique color gamut, good unique pictures.) Do you see the difference?

By the way, these days all people capable of design and having good taste can relatively easily achieve the goal to stand out. Do I have to explain why? Just because 99.999% of present-day site designs are abominate. :-)

—SA
Abhinav Gauniyal 25-Sep-13 9:31am    
Just 2 words sir : Hence Proved :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900