Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Tables jumbled around
Old 05-09-2007, 04:07 PM Tables jumbled around
Novice Talker

Posts: 5
Trades: 0
Ok, I have tried for 2 days to go through the source code and find out what is wrong with this site.

If you view it in firefox it looks fine, but when you view it in IE it gets all screwy and the tables somewhat shift around etc..

http://www.tamut.edu/index2.php

if someone could please tell me why its not working and tell me how to fix it that would be great!
rages4calm is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 05-09-2007, 06:20 PM Re: Tables jumbled around
stretchy's Avatar
Novice Talker

Posts: 6
Name: Dave
Trades: 0
It looks like it may be a problem with the hotspots that you have use on the images to form the links,
Why don’t you try using text links?.

I guess that you only get the problem in IE7 and not 6
stretchy is offline
Reply With Quote
View Public Profile
 
Old 05-09-2007, 07:06 PM Re: Tables jumbled around
JeremyMiller's Avatar
WT Moderator

Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
Trades: 0
Are you talking about the white lines? When I threw it into IE and selected one of the weird elements, it shows a table cell with an image in it. You probably have something going on there in terms of padding or height not matching across the rowspans. Table-based layouts suck though and being that this is a University site, you may wish to look at tableless layouts to be more compliant with the laws on accessibility. As an example, go to your disability department and ask them to load that page using a screen reader. You'll quickly understand why tableless layouts are more friendly to those with disabilities (and, of course, it's more inline with the standards).

Anyway, here's an example of what I'm looking at in IE 7
Attached Images
File Type: jpg tam_ex.JPG (73.5 KB, 5 views)
__________________
Jeremy Miller

Please login or register to view this content. Registration is FREE
JeremyMiller is offline
Reply With Quote
View Public Profile Visit JeremyMiller's homepage!
 
Old 05-10-2007, 12:57 AM Re: Tables jumbled around
Novice Talker

Posts: 5
Trades: 0
Quote:
Originally Posted by JeremyMiller View Post
Are you talking about the white lines? When I threw it into IE and selected one of the weird elements, it shows a table cell with an image in it. You probably have something going on there in terms of padding or height not matching across the rowspans. Table-based layouts suck though and being that this is a University site, you may wish to look at tableless layouts to be more compliant with the laws on accessibility. As an example, go to your disability department and ask them to load that page using a screen reader. You'll quickly understand why tableless layouts are more friendly to those with disabilities (and, of course, it's more inline with the standards).

Anyway, here's an example of what I'm looking at in IE 7
ya i was thinking the same thing only im not sure which one it is.
rages4calm is offline
Reply With Quote
View Public Profile
 
Old 05-10-2007, 04:54 AM Re: Tables jumbled around
JeremyMiller's Avatar
WT Moderator

Posts: 1,712
Name: Jeremy Miller
Location: Las Vegas, NV
Trades: 0
OK. I took a guess that the math was off somewhere or some box got stretched somewhere. To fix that would only take aligning the graphics to the top of the TD cell, so I did that and found the bottom was a bit jacked, so I decided to see what would happen if I changed the background to black.

Wanna see? Search for <td and replace it with <td valign="top" style="background:#000000;" Then, reload.

Now, that search and replace is way oversimplified of a solution, but it does illustrate the solution and you should be able to take it from here.

Pretty please check out tableless design

P.S. For me to test this, I copied your HTML to my computer, prefixed the URLs with your URL and then did the search and replace. If other factors come into play that causes this not to work, it may help to know how I tested it.
__________________
Jeremy Miller

Please login or register to view this content. Registration is FREE
JeremyMiller is offline
Reply With Quote
View Public Profile Visit JeremyMiller's homepage!
 
Old 05-10-2007, 09:17 AM Re: Tables jumbled around
Extreme Talker

Posts: 188
Trades: 0
Easy answer:

Use CSS
__________________

Please login or register to view this content. Registration is FREE
twiggy is offline
Reply With Quote
View Public Profile Visit twiggy's homepage!
 
Reply     « Reply to Tables jumbled around
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.24250 seconds with 13 queries