SunQuest
 
           Web Development
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsWeb DesignWeb Development

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old July 23rd, 2007, 04:45 AM
Alicia Alicia is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 116 Alicia User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 27 m 49 sec
Reputation Power: 5
Monitor size will affect web site output ?

Hi guys,

There are web sites look differently when we view by using wide screen monitor rather than normal stardard screen.

Is there anyway we can fix this issue.. I dun wan my websites to look unprofessional due to the screen size...

when i use firefox, it looks fine but the text looks bigger when I use IE to view... some web sites look fine in both browsers...

I have checked their code but it looks the same to me but why some web sites have no problem with screen resolution ?

Can somebody give me a solution please..

thank you

Reply With Quote
  #2  
Old July 27th, 2007, 11:52 PM
Nilpo's Avatar
Nilpo Nilpo is offline
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jul 2006
Location: Near Dev Articles Headquarters
Posts: 122 Nilpo User rank is Private First Class (20 - 50 Reputation Level)Nilpo User rank is Private First Class (20 - 50 Reputation Level)  Folding Points: 171032 Folding Title: Super Ultimate Folder - Level 1Folding Points: 171032 Folding Title: Super Ultimate Folder - Level 1Folding Points: 171032 Folding Title: Super Ultimate Folder - Level 1Folding Points: 171032 Folding Title: Super Ultimate Folder - Level 1Folding Points: 171032 Folding Title: Super Ultimate Folder - Level 1Folding Points: 171032 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 11 h 37 m 59 sec
Reputation Power: 2
Send a message via AIM to Nilpo Send a message via MSN to Nilpo Send a message via Yahoo to Nilpo Send a message via Google Talk to Nilpo Send a message via Skype to Nilpo
MySpace
Hi, Alicia.

Unfortunately, this is one of the pitfalls of web design. Sites will render differently at different resolutions and default fonts and sizes are largely based on browser and operating system settings.

The best practice is to design your site at the most commonly used resolution. Typically this is 1024x768. Allow some room on the side for the different browser clients. I typically keep my site to around 1003 pixels wide. This prevents horizontal scrolling while allowing for a vertical scrollbar in IE, FF, Opera, and Safari.

You can also use client-side scripting to determine the user's resolution settings and dynamically adjust your site accordingly. Obviously, this is a much more difficult solution.

As for fonts...those can be controlled somewhat through CSS, but they can always be overridden by local settings.
__________________
Click the image if at any point you don't like my decision.

Ask the Windows Guru!


Reply With Quote
  #3  
Old July 31st, 2007, 02:59 AM
Alicia Alicia is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 116 Alicia User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 27 m 49 sec
Reputation Power: 5
hi guys,

it is still not working.. please have a look into this web site created by our business partner.. the font still looks bigger when we will it by using IE (widescreen monitor) but it looks fine in firefox

http://www.niix.com/V2/

Please advise what have they missed.. even they removed all css, it still the same..

thanks in advance

Reply With Quote
  #4  
Old July 31st, 2007, 03:54 AM
Humanetainit's Avatar
Humanetainit Humanetainit is offline
Beyond help
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2007
Location: The Netherlands
Posts: 223 Humanetainit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 Days 1 h 32 m 30 sec
Reputation Power: 2
This is a known IE bug; there are hacks for this. This may work:

body {
font-size: 100.1%;
}

Try, this may be your lucky day!
__________________
One World... Humanetainit | Program secure

Reply With Quote
  #5  
Old August 2nd, 2007, 12:08 PM
Alicia Alicia is offline
Contributing User
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 116 Alicia User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 h 27 m 49 sec
Reputation Power: 5
Quote:
Originally Posted by Humanetainit
This is a known IE bug; there are hacks for this. This may work:

body {
font-size: 100.1%;
}

Try, this may be your lucky day!



it is working but only on the home page.. why is that so???

they used the same code for other pages but we got the same output.

Please advise

Reply With Quote
  #6  
Old August 3rd, 2007, 03:18 AM
Humanetainit's Avatar
Humanetainit Humanetainit is offline
Beyond help
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jan 2007
Location: The Netherlands
Posts: 223 Humanetainit User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 2 Days 1 h 32 m 30 sec
Reputation Power: 2
Well, it should work on all places. Is your browser cache the problem perhaps?

Reply With Quote
  #7  
Old August 30th, 2007, 09:56 AM
MadCowDzz's Avatar
MadCowDzz MadCowDzz is offline
I'm Internet Famous
Dev Articles Frequenter (2500 - 2999 posts)
 
Join Date: Jan 2003
Location: Toronto, Canada
Posts: 2,890 MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level)MadCowDzz User rank is Lance Corporal (50 - 100 Reputation Level) 
Time spent in forums: 1 Week 16 h 4 m 48 sec
Reputation Power: 8
Quote:
Originally Posted by Alicia
it is working but only on the home page.. why is that so???

they used the same code for other pages but we got the same output.

Please advise


I know I missed the original issue, but the fonts look okay to me using IE6.
Is it still a problem, or was it since fixed?
__________________
Daryl's Homepage | My Blogroll | My Profile | Firefox supporter!
DevArticles Forum Moderator

"The net is a waste of time, and that's exactly what's right about it." -- William Gibson

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsWeb DesignWeb Development > Monitor size will affect web site output ?


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 

Iron Speed




© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway