Please Help! Images & Tables off-center on browser resize

This is a discussion on "Please Help! Images & Tables off-center on browser resize" within the Web Page Design section. This forum, and the thread "Please Help! Images & Tables off-center on browser resize are both part of the Design Your Website category.



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

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Apr 11th, 2007, 23:39
New Member
Join Date: Apr 2007
Location: United States
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to iStylus Send a message via Yahoo to iStylus
Exclamation Please Help! Images & Tables off-center on browser resize

Hello everyone, there is a problem with this site I've been designing, If i resize the browser in FireFox or IE it causes all the tables and images to mess up. The site is http://www.shortdoggkennels.com/ (Under Construction).
I have googled this and came up with a few things, I'm pretty sure it has something to do with the minwidth command, but I couldn't find any good tutorials. It would be greatly appreciated if any of you could help in any way. Thanks alot!
Reply With Quote

  #2 (permalink)  
Old Apr 12th, 2007, 11:10
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please Help! Images & Tables off-center on browser resize

In your
Code: Select all
#top

{

min-width: 90%;


padding: .5em;

background-image: url(images/backgr.jpg);

}
Instead of min-width: 90%;

Use width: 665px;

Code: Select all
#top

{

width: 665px;


padding: .5em;

background-image: url(images/backgr.jpg);

}
Reply With Quote
  #3 (permalink)  
Old Apr 12th, 2007, 17:48
New Member
Join Date: Apr 2007
Location: United States
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to iStylus Send a message via Yahoo to iStylus
Re: Please Help! Images & Tables off-center on browser resize

NVM! Thanks alot!! I feel dumb for the solution being that simple, lol!

Last edited by iStylus; Apr 12th, 2007 at 17:58. Reason: Mistake
Reply With Quote
  #4 (permalink)  
Old Apr 12th, 2007, 17:58
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please Help! Images & Tables off-center on browser resize

Have you validated the site?
Reply With Quote
  #5 (permalink)  
Old Apr 12th, 2007, 18:41
New Member
Join Date: Apr 2007
Location: United States
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to iStylus Send a message via Yahoo to iStylus
Re: Please Help! Images & Tables off-center on browser resize

What do you mean? I checked it and it says it has alot of errors, but its just because my html is messy.
Reply With Quote
  #6 (permalink)  
Old Apr 12th, 2007, 18:46
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please Help! Images & Tables off-center on browser resize

It's quite possible one or some of the errors are causing your problem. Fix the errors and you may magically have your fix!
Reply With Quote
  #7 (permalink)  
Old Apr 14th, 2007, 00:10
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Please Help! Images & Tables off-center on browser resize

Using em's for width is what's causing the jumps in box sizes. Just stick to pixels
Reply With Quote
Reply

Tags
help, minwidth

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
Div bg images..will not center? jahphill Web Page Design 5 Jun 2nd, 2008 09:03
browser compatibilty issues with sortable tables dynocams JavaScript Forum 0 Jul 14th, 2006 01:06
CSS browser resize. rooraaahcrumbs Web Page Design 3 Apr 24th, 2006 20:54
Images/Tables...What a mess! pagey Web Page Design 3 Dec 22nd, 2005 17:12
preloading images into browser cache gwx03 Flash & Multimedia Forum 3 May 29th, 2004 16:58


All times are GMT. The time now is 02:37.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs 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 43