Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Bidding Directory   High Bandwidth Dedicated Servers   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 04-03-2008, 07:42 AM   #1 (permalink)
Junior Member
 
Join Date: 04-03-08
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

ncriptide is liked by many
table not aligning to top of page

I have inserted a table on my home page that I put in a div to control certain aspects of it.

However the table is not appearing right under the copy like it is suppose to . . . there is a LOT of space between the copy and where the table starts.

The site looks fine on a Mac using Safari and Firefox - but you see the space when viewing in Windows on Explorer.

Here's the link to the test page (under development):

http://www.chimneysupply.com/newSite/index.html

Any suggestions?
ncriptide is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 04-03-2008, 11:23 AM   #2 (permalink)
Contributing Member
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
iTrader: 0 / 0%
Izzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to behold
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
I'm not sure I quite understand what you are saying. I'm looking at it in FF and IE, and the only difference I see is the thickness/weights in fonts and borders. That's it.
__________________
Izzmo
Coding Guru Extraordinaire
ZeroWeb Hosting & Design - Customizable hosting for every type of user!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-03-2008, 11:34 AM   #3 (permalink)
Junior Member
 
Join Date: 04-03-08
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

ncriptide is liked by many
Quote:
Originally Posted by Izzmo View Post
I'm not sure I quite understand what you are saying. I'm looking at it in FF and IE, and the only difference I see is the thickness/weights in fonts and borders. That's it.
On the home page example, there is a heading "Chimney Caps, Chimney Products, etc. . . " and some text below it.

Below the text is a four column table with three rows. When I view this page on Windows using IE 6.0, the table with the photos is dropped way down the page - leaving a large amount of space between it and the copy above it.

http://www.chimneysupply.com/newSite/index.html

I don't know if it does this on IE 7 (don't have it to check) but it definitely does it on 6.0 (read, "my boss' computer!).

Looks fine on a Mac, any browser. .
ncriptide is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-03-2008, 11:37 AM   #4 (permalink)
Contributing Member
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
iTrader: 0 / 0%
Izzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to behold
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
Ahh IE6. Hmm. Unfortunately, I don't have that at the moment to check. But, I would recommend not worrying about it, seeing how Microsoft has pushed IE7 out on a majority of Windows users.

Is there some audience that is specifically asking you to make it work on IE6?
__________________
Izzmo
Coding Guru Extraordinaire
ZeroWeb Hosting & Design - Customizable hosting for every type of user!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-03-2008, 12:02 PM   #5 (permalink)
Junior Member
 
Join Date: 04-03-08
Posts: 3
iTrader: 0 / 0%
Latest Blog:
None

ncriptide is liked by many
yeah . . . my boss . . . YIKES!

He has IE6 and wants it to be able to work on that version browser as well. Most of our customers are chimney sweeps and are not . . . how can I say . . . "tech saavy". Most will have older browsers . . .
ncriptide is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-03-2008, 12:23 PM   #6 (permalink)
Contributing Member
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
iTrader: 0 / 0%
Izzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to behold
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
I see. That is a valid reason.

Can you show a screen shot of what it looks like in IE6?
__________________
Izzmo
Coding Guru Extraordinaire
ZeroWeb Hosting & Design - Customizable hosting for every type of user!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-04-2008, 02:48 AM   #7 (permalink)
Contributing Member
 
Join Date: 09-03-07
Location: England
Posts: 483
iTrader: 0 / 0%
Latest Blog:
None

Boogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the rough
You need to adjust width properties and set some styles to font-size:0;

Basically, IE6 calculates a width of something including it's margins, that's wrong. it should calculate widths, like so:

FF, IE7, Opera, Safari: elementsWidth + margin,

Where as IE6: elementsWidth = elementsWidth + margin;

So you need two separate style sheets, one for IE7 and most other browsers and one for IE6, in the IE6 one adjust the widths, then either use JScript or your preferred serverside langauge to apply the correct one on load.

HTH's

Boog's
__________________
Great new 'June' Javascript Framework

June Forums - Innovative JScripting

Price is what you pay... Value is what you get.
Boogle is online now  
Add Post to del.icio.us
Reply With Quote
Old 04-04-2008, 11:28 AM   #8 (permalink)
Contributing Member
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
iTrader: 0 / 0%
Izzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to behold
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
Are you using IE6 Boogle? Or do you have an emulator. Cause if you're using an emulator.. can you tell me where to download it? The last one I used got outdated.
__________________
Izzmo
Coding Guru Extraordinaire
ZeroWeb Hosting & Design - Customizable hosting for every type of user!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-08-2008, 01:51 PM   #9 (permalink)
v7n Mentor
 
Taltos's Avatar
 
Join Date: 11-22-06
Location: Phoenix, AZ
Posts: 1,788
iTrader: 0 / 0%
Latest Blog:
None

Taltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web proTaltos is a highly respected web pro
Send a message via Yahoo to Taltos
Izzmo, I think this is the toy I used to have a few versions of IE available, called MultipleIE. Link is : http://tredosoft.com/Multiple_IE

One caution, I guess it is not working with Vista so if you are on Vista, this isn't your answer. My machine at the job I used this was XP and it was awesome to be able to test IE 6 and 7 quickly and easily. I never had any trouble with it.

And ncriptide, if you still have problems, do some Googling on "IE 6 Box Model Hack". Boogle is close but it is worse than he describes. MS had a very different definition until IE 7 of how the "box" around text or img or whatever was defined. The Box Model Hack will explain it and show you how to easily solve it. Sounds like that may be a big part of the problem but not all. I no longer have MultipleIE since I am running Vista so I can't take a look at it in IE 6.

Good Luck!
__________________
Experimenting
Taltos is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-09-2008, 10:52 AM   #10 (permalink)
Contributing Member
 
Izzmo's Avatar
 
Join Date: 11-01-03
Location: Kansas City
Posts: 1,067
iTrader: 0 / 0%
Izzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to beholdIzzmo is a splendid one to behold
Send a message via ICQ to Izzmo Send a message via AIM to Izzmo Send a message via MSN to Izzmo Send a message via Yahoo to Izzmo
Taltos,
That's the tool I use to use! But, like you said, it doesn't work with Vista. And, as we all know, Vista starts using IE7 by default. So problems occur.
__________________
Izzmo
Coding Guru Extraordinaire
ZeroWeb Hosting & Design - Customizable hosting for every type of user!
Izzmo is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-12-2008, 09:26 PM   #11 (permalink)
Junior Member
 
JAMMAN's Avatar
 
Join Date: 04-12-08
Posts: 9
iTrader: 0 / 0%
Latest Blog:
None

JAMMAN is liked by many
nc- I see the differences. I avoid that by doing everything old school (not very popular) and identify pages as HTML 4.01. I never use H2 or H3 I simply put it in a td and specify class. I only use div's to avoid multiple class= in td's.

Not popular but works. I test everything in IE6, IE7, Firefox and Opera and usually end up with identical results. If you need it up and looking right quickly do it the old way!
__________________
Thick Skin
JAMMAN is offline  
Add Post to del.icio.us
Reply With Quote
Old 04-13-2008, 11:48 AM   #12 (permalink)
Junior Member
 
Join Date: 04-04-08
Location: BC, Canada
Posts: 12
iTrader: 0 / 0%
Latest Blog:
None

catch22media is liked by many
This is the solution I use to test with both IE6 and IE7 on the same machine:

http://blogs.msdn.com/ie/archive/200...e-machine.aspx

I find it works real well and if you can find them you can also install older versions of browsers in that VM as well. (Netscape 4, etc).

Luke
catch22media is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Aligning. Jerlene Coding Forum 2 07-09-2007 12:42 AM
Showing data from a table based on infos from another table! anarchoi Coding Forum 0 06-16-2007 04:58 PM
aligning image to the top of the page chillami Coding Forum 4 12-30-2006 08:28 PM
NEED help with positioning iframes or table on my page pleas cgrossi04 Coding Forum 1 05-20-2004 03:34 PM
[SOLVED] Aligning tables with CSS? Justin Coding Forum 2 01-21-2004 02:59 PM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 01:14 AM.
© Copyright 2008 V7 Inc