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.
|
|
|
|
|
![]() |
||
Sizing issues
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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. |
|
|
|
#2
|
|||
|
|||
|
Re: Sizing issues
We need a link!
|
|
#3
|
|||
|
|||
|
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. |
|
#4
|
|||
|
|||
|
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.
|
|
#5
|
|||
|
|||
|
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...
Also why do you have header absolutely positioned? For future reference you can link directly to your css http://baseballposse.us/vert3.css |
|
#6
|
|||
|
|||
|
Re: Sizing issues
Looks fine in FF 2 and IE7
|
|
#7
|
|||
|
|||
|
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. |
![]() |
| Tags |
| css, xhtml |
| Thread Tools | |
|
|
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 |