CSS Probelm With Screen Resolution1024

This is a discussion on "CSS Probelm With Screen Resolution1024" within the Web Page Design section. This forum, and the thread "CSS Probelm With Screen Resolution1024 are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Nov 8th, 2006, 07:19
New Member
Join Date: Nov 2006
Location: KSA
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
CSS Probelm With Screen Resolution1024

Dears in this forum
I need your help urgently
I am using CSS to develop web sites , i was happy before by using css but last month i discovered that css is not working properly in SCREEN RESOLUTION 1024. before iam testing my CSS in Screen 800.
The screen looks small and there is big white space in the right site of the IE6.
How can i solve this probelm to let this css resizable in different screen resolution.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote

  #2  
Old Nov 8th, 2006, 09:57
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Probelm With Screen Resolution1024

It's not CSS that's the culprit, it's your code. Provide us with a link so we can figure out what you have that needs to be changed.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Nov 8th, 2006, 11:38
New Member
Join Date: Nov 2006
Location: KSA
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Probelm With Screen Resolution1024

OK , Check the site www.estrdad.com in Screen Resolution 1024
If u check it in Screen Resolution 800 of IE it is perfect.
See The big White space on the right side if u browse the site in IE and Screen setting 1024x768

Last edited by abdghadir; Nov 8th, 2006 at 11:43.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Nov 8th, 2006, 13:54
Most Reputable Member
Join Date: Apr 2006
Location: Cornwall, UK
Posts: 1,310
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Probelm With Screen Resolution1024

If your site is going to be fluid, in width, then you need to design it that way to start with.

Your site is a fixed width design and what you want it to do is centre in the available width.

To do this you need to incorporate the following css:
Code: Select all
body {
    text-align: center;
}

/* Create a wrapper div around everything else with the code: */
#wrapper {
    margin: 0 auto;
    text-align: left;
}
BTW. Your layout breaks in Firefox and Opera. You need to validate your pages and fix all the errors.

Some css adjustments may also be necessary.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Nov 9th, 2006, 07:23
Ryan Fait's Avatar
Elite Veteran
Join Date: May 2006
Location: Las Vegas
Posts: 3,787
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Probelm With Screen Resolution1024

This site is really messed up in Safari, too.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Nov 9th, 2006, 14:26
Junior Member
Join Date: Oct 2006
Location: London
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Probelm With Screen Resolution1024

The top of the page along side your links is messed up on mac with safari and netscape but fine in opera, and also the box which says why should I reclaim vat is pushed to far to the right and not aligned properly again in netscape and safari but fine in mozilla.

I wish I could tell you why this is, but I am still learning css too so sorry I can't be more help.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Nov 29th, 2006, 13:23
New Member
Join Date: Nov 2006
Location: KSA
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
Re: CSS Probelm With Screen Resolution1024

Dear ukgeoff

I received u r reply thank u but there is something i did not understand can u please explain more
Here you said that create a wrapper div around everything else with the code. what did u mean by around everything else?
did u mean that suppose i have div called #left i can put #wrapper div outside this div same as following:
<div id =wrapper><div id =left></div></div>
or what u mean?

body {
text-align: center;
}
/* Create a wrapper div around everything else with the code: */
#wrapper {
margin: 0 auto;
text-align: left;
}
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Nov 30th, 2006, 15:59
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: CSS Probelm With Screen Resolution1024

In your HTML

<div id="wrapper">
Everything else here i.e. divs, copy, images blah blah
</div>
__________________

Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
css, problem

Thread Tools

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Browser Compatibility Probelm (trafficwebmaster.com) hemanthjava Web Page Design 1 Mar 1st, 2008 12:49
screen resolution RZX Developer Web Page Design 14 Aug 29th, 2007 18:38
Screen Res Help Please diane1984 Web Page Design 6 May 4th, 2007 23:15
Css div height probelm in layout...aaahhhhggg ricc Web Page Design 2 Mar 9th, 2007 14:14
probelm with sub menus wood1e Web Page Design 3 Nov 6th, 2005 16:18


All times are GMT. The time now is 13:55.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved