Sizing issues

This is a discussion on "Sizing issues" within the Starting Out section. This forum, and the thread "Sizing issues are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Apr 24th, 2007, 13:59
Junior Member
Join Date: Apr 2007
Location: San Diego
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Sizing issues

I've run into a problem trying to make my pages render consistently. On my work computer (which is default-set to 1280 x 1024 monitor resolution and running on Microsoft Internet Exploder 7), my homepage always has elements out of place, even though the page validates in both XHTML and CSS. On smaller monitors, it seems to work fine on IE6+, Firefox, Safari and even Opera.

I've tried creating a content "box" and fitting everything in it, but it doesn't work. Do I need to use absolute positioning and set margins by pixels, or something else?

g.
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 Apr 24th, 2007, 14:01
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sizing issues

We need a link!
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 Apr 24th, 2007, 14:21
Junior Member
Join Date: Apr 2007
Location: San Diego
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sizing issues

Here's the link to the site:

http://baseballposse.us

I can't send the CSS until I get home in about six hours.

thanx,
g.
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 Apr 24th, 2007, 14:32
Elite Veteran
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sizing issues

Well the only elements that are out of place is the counter and the W3C logos because they are out of the container div ... otherwise ... I don't have IE7 so I can check what the problem is in that browser but I am viewing it in FF with the same res as you and that's what I see.
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 Apr 24th, 2007, 15:00
Junior Member
Join Date: Apr 2007
Location: London, England
Age: 22
Posts: 46
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sizing issues

You start off nicely with CSS then start using tables... weird. Anyway i assume your problem is the black background in IE7.

I can't see much to be honest with you. When i come across problems like this i go down each individual element and add a border to it. This way i will find what is causing it.

A cause for the problem could be this...
HTML: Select all
 .box td
       {
        width: 400px;
}
You have 2 td's next to each other which makes 800px and your container width is 795px. Its just a shot in the dark though.

Also why do you have header absolutely positioned?

For future reference you can link directly to your css
http://baseballposse.us/vert3.css
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 Apr 24th, 2007, 15:03
Elite Veteran
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sizing issues

Looks fine in FF 2 and IE7
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 Apr 24th, 2007, 15:27
Junior Member
Join Date: Apr 2007
Location: San Diego
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Sizing issues

Jason--

I really didn't want to use tables. Actually, I don't like tables. Hard to deal with and slow to load. I just couldn't find a way to position elements in CSS without having them move radically out of place whenever a user made the text size larger or smaller.

I'd like to, though.

g.

Last edited by galan98; Apr 24th, 2007 at 17:27.
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, xhtml

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
Website Sizing with Percentages trev21 Starting Out 3 Jan 17th, 2008 19:18
WEbsite Sizing neel Web Page Design 12 Apr 24th, 2007 19:40
Sizing of a page enemeth Web Page Design 4 Feb 13th, 2007 11:44
layout sizing help thadley Web Page Design 3 Mar 7th, 2006 22:17
Text Box Sizing JohnMitch Web Page Design 2 May 4th, 2005 05:18


All times are GMT. The time now is 03:09.


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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42